This repo contains a simple Webdriver.io test executed on a Selenium Grid
-
Clone this repo
-
At a terminal window execute
sh scripts/start-seleniumGrid.sh -
At other terminal window execute
sh scripts/add-firefox-driver.sh -
Then execute
npm install
To run your tests using local chrome driver:
- Execute
npm testand tests will be start running
To run your tests using Selenium Grid
- Execute
npm test:gridand tests will be start running