This little course will help you to get up and running with WebdriverIO v7. It will walk you through different steps that will explain how to setup 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 (v16 or higher)
- NPM (v8 or higher)
- An updated browser (e.g. Chrome, Firefox etc.)
- A GitHub account (register here, if you haven't)
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
- Performance Testing
- PWA Testing
- Custom Reporters and Services
- CI/CD Integration
- Sauce Labs Integration
- Page Objects
- Visual Regression Testing
- TypeScript
- 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 to this course is welcome. If you have an idea, suggestion or improvements please create an issue or even better create a pull request.