Building a Selenium test suite using WebdriverIO 7 with TypeScript.
Install Node dependencies:
npm install
Running tests using ChromeDriver:
npm test
Running tests in a local Selenium Grid with Chrome and Firefox:
npm run test:grid
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