Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jimcresswell/wdio-cucumber-test
- Owner: jimCresswell
- Created: 2019-09-18T17:41:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T10:43:23.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T01:52:20.357Z (7 months ago)
- Topics: cucumber, cucumber-js, test-automation, webdriver, webdriverio
- Language: JavaScript
- Size: 557 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
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`.