The application can be run on Gitpod:
- Navigate to the
app
directory that contains the application - Run
yarn install --frozen-lockfile
ornpm install
there
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 thetest
command and requires that its coverage passes the thresholds set inpackage.json
test: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