End 2 End Testing

To execute the end to end testing, a.k.a e2e testing, first make sure the frontend and backend are running, then run:

$ npm run e2e

The end to end tests are executed by nightwatcharrow-up-right which uses the chromedriver.

The test suite can be found in test/nightwatcharrow-up-right

Last updated