https://github.com/webdriverio/example-recipes
A set of common automation recipes using WebdriverIO
https://github.com/webdriverio/example-recipes
Last synced: 11 months ago
JSON representation
A set of common automation recipes using WebdriverIO
- Host: GitHub
- URL: https://github.com/webdriverio/example-recipes
- Owner: webdriverio
- License: mit
- Created: 2021-03-10T08:36:38.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-04T07:54:45.000Z (over 1 year ago)
- Last Synced: 2025-07-02T11:14:28.866Z (12 months ago)
- Language: JavaScript
- Size: 2.93 MB
- Stars: 22
- Watchers: 13
- Forks: 13
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebdriverIO Example Recipes [](https://github.com/webdriverio/example-recipes/actions/workflows/test.yml)
This repository contains a set of common automation recipes using WebdriverIO. Many of them are used in the official [project docs](https://webdriver.io) and tested here in [CI](https://github.com/webdriverio/example-recipes/actions).
## Prerequisite
Make sure to run this first, to set up this repository:
```sh
npm install
```
## Run Examples
Check-out the script section in the [`package.json`](/package.json) file for all available examples.
## Contributing
We always appreciated contributions that add more examples to this repository. Ensure to pay attention to the following things:
- keep it simple: a plain JavaScript file should cover the use case
- test it: all examples should be tested in CI to ensure they don't break
- document it: ensure there is a `README.md` that contains how to run the example
Feel free to raise issues if you feel like there are interesting examples missing.