Viktoraparra / cucumberjs-webdriverio-example

An example using CucumberJS and WebdriverIO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cucumberjs-webdriverio-example

An implementation example using CucumberJs & WebdriverIO

Dependencies

  • Node >= v12
  • Npm >= v6
  • Python >= v2.7

Installation

sudo npm install --unsafe-perm

Usage

# Run tests
npm run tests

Common issues in sync mode

# Try reinstalling fibers
sudo npm install fibers --unsafe-perm

# Try reinstalling @wdio/sync
sudo npm install  @wdio/sync --unsafe-perm

* You are also expected to have Python 2.7

Webdriverio Sync Vs Async

Contribute

Pull Requests always welcome, as well as any feedback or issues.

License

MIT

About

An example using CucumberJS and WebdriverIO

License:MIT License


Languages

Language:JavaScript 89.7%Language:Gherkin 10.3%