This little 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 or higher, recommended is v20)
- An updated browser (e.g. Chrome, Firefox etc.)
If you don't have this installed go to Chapter 1 where we walk through all install steps.
- 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.