Fast, easy and reliable testing for anything that runs in a browser.
Our system tests uses Cypress to end to end test the application.
Before running system tests, you must first install cypress with yarn
This can be accomplished by running the following command in the system-tests folder of this project:
yarn install
To run the system tests, you need to have rosalution running locally in a docker container.
Once you have rosalution running, you can run the system tests by running the following command:
yarn test:e2e