Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Latest commit

 

History

History
18 lines (15 loc) · 738 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 738 Bytes

webdriverio-custom-actions

Wrapper for the standard wdio browser actions

Contributing guide

  1. Create feature branch and perform changes.
  2. Push changes to the origin and create pull-request.
  3. After pull-request merging update local master.
  4. Bump version and add a tag (for example using npm version).
  5. Push changes to the origin.
  6. Publish new version to NPM.

TIP: you can use np to perform steps 4-6 automatically

Versioning rules

Given a version number MAJOR.MINOR.PATCH, increment the:

  • patch - when you make backwards-compatible bug fixes
  • minor - when you add functionality in a backwards-compatible manner
  • major - when you make incompatible API changes