Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/daggerok/gulp-webdriverio-allure
- Owner: daggerok
- Created: 2016-03-01T12:25:19.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-03T03:04:24.000Z (about 7 years ago)
- Last Synced: 2024-11-11T15:39:47.119Z (2 months ago)
- Topics: allure, allure-framework, allure-report, allure2, webdriverio
- Language: JavaScript
- Size: 113 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 5npm 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