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 nightwatch which uses the chromedriver.

The test suite can be found in test/nightwatch

Last updated