e2e-test for WebdriwerIO applications async-await mode in selenoid
- Download and install Node.JS ( at least 14.X )
- Clone and checkout the github project
- Go to the terminal and execute "npm install" inside the checked out folder
How to install selenoid on windows
Make sure your selenoid is running in docker
By local url http://localhost:8080/#/
We have two configurations with and without video recording
in linux or macos
- without recording video
npm run test:selenoid
- with recording video
npm run test:chrome-selenoid
in windows machine
- without recording video
npm run test:selenoid
- with recording video
npm run test:chrome-selenoid