Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/daggerok/gulp-webdriverio-allure

almost automated e2e testing written on es6, using node, gulp, webdriverio and selenium with nice allure reports
https://github.com/daggerok/gulp-webdriverio-allure

allure allure-framework allure-report allure2 webdriverio

Last synced: about 24 hours ago
JSON representation

almost automated e2e testing written on es6, using node, gulp, webdriverio and selenium with nice allure reports

Awesome Lists containing this project

README

        

gulp-webdriverio-allure [![build](https://travis-ci.org/daggerok/gulp-webdriverio-allure.svg?branch=master)](https://travis-ci.org/daggerok/gulp-webdriverio-allure)
=======================

Almost automated e2e testing written on es6, using node, gulp, webdriverio and selenium with nice allure report.

supported browsers:

- phantomjs
- firefox
- chrome
- safari

```shell
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:

- http://webdriver.io/guide/plugins/gulp-webdriver.html
- https://www.npmjs.com/package/selenium-standalone
- https://github.com/senchalabs/connect
- http://allure.qatools.ru
- http://gulpjs.com
- https://babeljs.io
- https://www.npmjs.com/package/phantomjs-prebuilt