Document how the test servers work and how to use them

This commit is contained in:
Andreas Svanberg 2024-12-17 12:02:29 +01:00
parent 24dc32306e
commit 1939a24c6e

@ -39,3 +39,13 @@ can be performed.
Go to `Settings -> Language & Frameworks -> JavaScript -> Prettier` and then check
`Automatic Prettier Configuration`, set `Run for files` to `**/*.{java}`,
and finally check `Run on save`.
## Test servers
All pull requests are automatically deployed to a test server.
The URL to the test server will be posted as a comment in the pull request once deployed.
Prepare test data in the `DataInitializer` class to help others test your changes.
Document (in the pull request) which users to log in as and what to do to see the changes.
If you want to reset the data to its original state you can re-run the "deploy-branch.yaml"
workflow at https://gitea.dsv.su.se/DMC/scipro/actions for the branch you want to reset.