Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jimcresswell/wdio-cucumber-test


https://github.com/jimcresswell/wdio-cucumber-test

cucumber cucumber-js test-automation webdriver webdriverio

Last synced: about 7 hours ago
JSON representation

Awesome Lists containing this project

README

        

# wdio-cucumber-test

Testing out current state of integration between WebdriverIO and Cucumber. The driving feature file is [here](features/it_lives.feature).

The tests operate again http://automationpractice.com/ .

Usage `npm install` then `npm test` or `npm run test:smoke`, and to generate and serve a test report `npm run report`.