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 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 (v10 or higher)
- NPM (v6 or higher)
- Python (2.7 or higher)
- 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
- Sauce Labs Integration
- Page Objects
- Visual Regression Testing
- Go Pro
All code and command examples assume that you are using a MacBook. Usually they should also work on 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.