> For the complete documentation index, see [llms.txt](https://fredericheem.gitbook.io/starhackit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fredericheem.gitbook.io/starhackit/frontend/end2endtest.md).

# 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](http://nightwatchjs.org/) which uses the *chromedriver*.

The test suite can be found in [test/nightwatch](https://github.com/FredericHeem/starhackit/tree/457d900c06a3c4f9d215539a61eb98b17ff25328/client/docs/test/nightwatch/README.md)
