The application can be run on Gitpod:
- Navigate to the
appdirectory that contains the application - Run
yarn install --frozen-lockfileornpm installthere
Once the application has been installed, it provides the following commands that can be run using yarn run <command> or npm run <command>:
start: Starts the GUI and backendstart:gitpod: Starts the GUI and backend, for use when running on Gitpodtest: Runs all Cypress tests for the application, running the GUI and backend while doing sotest:coverage: Runs thetestcommand and requires that its coverage passes the thresholds set inpackage.jsontest:open: Opens the Cypress Test Runner GUI and starts the GUI and backendcoverage: Displays test coverage metrics based on the test coverage data collected during the last test run