Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jannoelc/wdio-cucumber-new
Simple example of WDIO using the Cucumber framework and Page object pattern
https://github.com/jannoelc/wdio-cucumber-new
Last synced: about 2 months ago
JSON representation
Simple example of WDIO using the Cucumber framework and Page object pattern
- Host: GitHub
- URL: https://github.com/jannoelc/wdio-cucumber-new
- Owner: jannoelc
- Created: 2024-04-10T18:42:15.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-10T18:56:05.000Z (9 months ago)
- Last Synced: 2024-04-10T21:57:16.556Z (9 months ago)
- Language: JavaScript
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebdriverIO with Cucumber
This is a basic example of a WebdriverIO that uses Cucumber Framework based on this [boilerplate](https://github.com/webdriverio/cucumber-boilerplate). This however uses Page object pattern instead.
To install and run:
```
npm installnpm run wdio
```Please install the recommended extensions if you are using VSCode.