Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 install

npm run wdio
```

Please install the recommended extensions if you are using VSCode.