.. | ||
bin | ||
helpers | ||
page-objects | ||
tests | ||
.eslintrc | ||
index.js | ||
README.md |
Running e2e tests requires Node 7.6 or later and a dedicated test database.
- Start Mailtrain with
npm run startest
- Start e2e tests with
npm run e2e
By default the tests run with phantomjs
. To use different browsers see test/e2e/bin/README.md
.