Skip to content

miroslawmajka/selenium-ts-wdio-demo

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published