This course will help you to get up and running with WebdriverIO. It will walk you through different steps that will explain how to set up and use the project successfully.
In order to go through the course the following software is required to be installed on your system:
- Node.js (v18.19 or higher, recommended is v22 as it is the current LTS)
The project is build on top of Node.js which is a JavaScript runtime built on Chrome's V8 JavaScript engine. It can be installed on all major OS systems such as Windows, Mac or Linux. In order to get it, open Node.js download the installer.
This will also install NPM for you which is the package manager for Node.js. NPM is required to download the WebdriverIO package.
- Setup Environment
- Writing an automation script using Standalone Mode
- WDIO Testrunner
- Use of Reporter and Services
- Custom Reporters and Services
- Google Lighthouse Integration
- CI/CD Integration
- Cloud Integration
- Page Objects
- Visual Regression Testing
- Component Testing
- WebDriver Bidi
- Go Pro
All code and command examples assume that you are using a MacBook. Usually, they should also work on Linux or a PowerShell on Windows. For anyone who has problems running certain things with Windows, please create an issue or provide a PR (see below).
Any kind suggestion for this course is welcome. If you have an idea, suggestion or improvements please create an issue or even better create a pull request.