Almost automated e2e testing written on es6, using node, gulp, webdriverio and selenium with nice allure report.
supported browsers:
- phantomjs
- firefox
- chrome
- safari
nvm install 5
nvm use 5
npm i
npm t
npm stop
npm start &
sleep 10
curl localhost:3000/index.html
npm stop
Note 2
this probably won't work on windows family systems out of the box, because of specific UNIX used in package.json (rm, kill, fuser, killall). so use your operation system commands in case
links: