Rosalita / webdriverio

working example of webdriver.io a javascript testing frame work which uses Mocha and Chai. Based on a git clone from https://github.com/stevejhiggs/webdriverio-example.git

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webdriverio-example

working example of webdriver.io a javascript testing frame work which uses Mocha and Chai

based on a git clone from https://github.com/stevejhiggs/webdriverio-example.git

Setup install node.js then:

  • git clone this repo
  • npm install -g webdriverio
  • npm install -g wdio-mocha-framework
  • npm install -g chai
  • npm install --save-dev chai
  • npm install --save-dev chai-as-promised
  • npm install -g webdriver-manager
  • webdriver-manager update --standalone
  • webdriver-manager start

Then to start the test type: wdio

About

working example of webdriver.io a javascript testing frame work which uses Mocha and Chai. Based on a git clone from https://github.com/stevejhiggs/webdriverio-example.git

License:MIT License


Languages

Language:JavaScript 100.0%