Add docs on how to test the code

This commit is contained in:
Semjon Nordmann
2024-03-10 11:39:13 +01:00
parent c39e580e81
commit 671817d640

View File

@ -102,6 +102,11 @@ Immediately after logging in with this default user you will be asked to modify
All are welcome to create pull requests for this project, against the `develop` branch. Official releases are created from the `master` branch. All are welcome to create pull requests for this project, against the `develop` branch. Official releases are created from the `master` branch.
Run the following commands to test locally:
- `cd backend && npm i && node_modules/eslint/bin/eslint.js .`
- `cd test && npm i && npm run cypress`
CI is used in this project. All PR's must pass before being considered. After passing, CI is used in this project. All PR's must pass before being considered. After passing,
docker builds for PR's are available on dockerhub for manual verifications. docker builds for PR's are available on dockerhub for manual verifications.