Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 256 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 256 Bytes

electron-tests

Installation and setup

npm install
npm install mocha -g
./tests/chromedriver --url-base=/wd/hub

To run webdriverio test

npm test

To run selenium-driver with mocha test

mocha tests/sampleMochaTest.js