Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.08 KB

README.md

File metadata and controls

25 lines (15 loc) · 1.08 KB

WebdriverIO Example Recipes Test

This repository contains a set of common automation recipes using WebdriverIO. Many of them are used in the official project docs and tested here in CI.

Prerequisite

Make sure to run this first, to set up this repository:

npm install

Run Examples

Check-out the script section in the 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.