Skip to content

A set of common automation recipes using WebdriverIO

License

Notifications You must be signed in to change notification settings

harsha509/example-recipes

 
 

Repository files navigation

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.

About

A set of common automation recipes using WebdriverIO

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.3%
  • HTML 3.3%
  • Svelte 0.4%