mailtrain/test/e2e
2017-05-10 16:22:37 +02:00
..
bin Some fixes for e2e tests 2017-05-10 12:44:48 +02:00
helpers Some fixes for e2e tests 2017-05-10 12:44:48 +02:00
page-objects Using object composition instead of class inheritance for page objects 2017-05-10 16:22:37 +02:00
tests Using object composition instead of class inheritance for page objects 2017-05-10 16:22:37 +02:00
.eslintrc e2e tests (draft) 2017-05-10 01:40:02 +02:00
index.js e2e tests (draft) 2017-05-10 01:40:02 +02:00
README.md e2e tests (draft) 2017-05-10 01:40:02 +02: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.