Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 336 Bytes

End2EndTest.md

File metadata and controls

10 lines (5 loc) · 336 Bytes

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