From 671817d640deaf6ed9adc15bd0de2c8ae539e8a0 Mon Sep 17 00:00:00 2001 From: Semjon Nordmann Date: Sun, 10 Mar 2024 11:39:13 +0100 Subject: [PATCH] Add docs on how to test the code --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2fe0d158..dc726b7f 100644 --- a/README.md +++ b/README.md @@ -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. +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, docker builds for PR's are available on dockerhub for manual verifications.