https://github.com/webdriverio/workshop
A hands on course to learn WebdriverIO from scratch
https://github.com/webdriverio/workshop
Last synced: about 1 year ago
JSON representation
A hands on course to learn WebdriverIO from scratch
- Host: GitHub
- URL: https://github.com/webdriverio/workshop
- Owner: webdriverio
- License: mit
- Created: 2019-05-01T00:47:43.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-04-09T13:09:07.000Z (about 2 years ago)
- Last Synced: 2024-04-14T00:25:39.274Z (about 2 years ago)
- Language: TypeScript
- Size: 232 KB
- Stars: 37
- Watchers: 15
- Forks: 19
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
WebdriverIO Hands On
====================
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.
## Prerequisites
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)
## Install Node.JS
The project is build on top of Node.js which is a JavaScript runtime built on [Chrome's V8 JavaScript engine](https://v8.dev/). It can be installed on all major OS systems such as Windows, Mac or Linux. In order to get it, open [Node.js](https://nodejs.org/en) 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.
## Chapters
1. [Setup Environment](./chapter_01.md)
1. [Writing an automation script using Standalone Mode](./chapter_02.md)
1. [WDIO Testrunner](./chapter_03.md)
1. [Use of Reporter and Services](./chapter_04.md)
1. [Custom Reporters and Services](./chapter_05.md)
1. [Google Lighthouse Integration](./chapter_06.md)
1. [CI/CD Integration](./chapter_07.md)
1. [Cloud Integration](./chapter_08.md)
1. [Page Objects](./chapter_09.md)
1. [Visual Regression Testing](./chapter_10.md)
1. [Component Testing](./chapter_11.md)
1. [WebDriver Bidi](./chapter_12.md)
1. [Go Pro](./chapter_13.md)
## Disclaimer
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).
## Contributing
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.