Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 637 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (14 loc) · 637 Bytes

Contributing

Feel free to work on any issue with pr welcome label or suggest your changes/improvements!

Any help is appreciated!

Set Up Project

To set up the project, run:

$ npm install

You should then be able to run tests that pass via:

$ npm test

Release

Only members of the Technical Steering Committee (TSC) team of the WebdriverIO org can release the package. If you are a member, just trigger the Manual NPM Publish workflow and pick a release type, e.g. patch, minor or major.