Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.13 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.13 KB

WebdriverIO 7 Demo

Building a Selenium test suite using WebdriverIO 7 with TypeScript.

Setup

Install Node dependencies:

npm install

ChromeDriver

Running tests using ChromeDriver:

npm test

Selenium Grid

Running tests in a local Selenium Grid with Chrome and Firefox:

npm run test:grid

Selenium Grid 4

Download ChromeDriver and put the *.exe file in your PATH.

Download GeckoDriver and put the *.exe file in your PATH.

Download Selenium 4 Beta 3 and open your CLI in the that directory.

Running Selenium in standalone mode:

java -jar selenium-server-4.0.0-beta-3.jar standalone