Change suggestion for e2e testing

- Changed global-setup.js to allow for easier test creation
- Changed each e2e test suite to work with new global-setup.js
- All tests (except for dev_console.js) now work with Travis CI
This commit is contained in:
Bas van Wetten
2017-07-22 15:40:35 +02:00
parent 07533f5658
commit 318c8c68b0
18 changed files with 934 additions and 19 deletions

View File

@@ -10,7 +10,8 @@ before_script:
- sleep 5
script:
- grunt
- npm run test
- npm run test:unit
- npm run test:e2e
cache:
directories:
- node_modules