mailtrain/test/e2e/README.md

7 lines
258 B
Markdown
Raw Normal View History

2017-05-09 23:40:02 +00:00
Running e2e tests requires Node 7.6 or later and a dedicated test database.
1. Start Mailtrain with `npm run startest`
2. Start e2e tests with `npm run e2e`
By default the tests run with `phantomjs`. To use different browsers see `test/e2e/bin/README.md`.