Skip to content

e2e-test for WebdriwerIO applications with async-await mode in selenoid

License

Notifications You must be signed in to change notification settings

AZANIR/wdioTestWithSelenoid

Repository files navigation

e2e-tests WebdriwerIO

e2e-test for WebdriwerIO applications async-await mode in selenoid

Setup

Install software and check out the project

  • 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 run the tests on windows

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

About

e2e-test for WebdriwerIO applications with async-await mode in selenoid

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published