Skip to content

Latest commit

Β 

History

History
31 lines (18 loc) Β· 722 Bytes

README.md

File metadata and controls

31 lines (18 loc) Β· 722 Bytes

System Tests

Cypress

Fast, easy and reliable testing for anything that runs in a browser.

Our system tests uses Cypress to end to end test the application.

Cypress

Cypress Docks

Setup

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

Running system tests

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