Test scripts for testing Zwift web page by launching chrome webdriver and navigating to particular pages.
This project requires Node.js. Please see these requirements before continuing.
Install Webdriver.io via the following command.
npm install @wdio/cli
Install Chai via the following command.
npm install chai
This project should already include wdio.conf.js config that should use the following configurations:
- chromedriver
- using local machine
Run the following command:
npx wdio wdio.conf.js