Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 300 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 300 Bytes

Webdriverio example project.

Testing multiremote. Running on selenium grid using docker. Example selenium grid setup using docker-compose. Runs locally.

Run locally using selenium standalone

npm run test

Run on grid

npm run start-grid npm run test --production npm run stop-grid