Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 705 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (10 loc) · 705 Bytes

Contributing to protractor-http-mock

This project has come a long way thanks to the community, and its growth has been very much a result from countless suggestions and pull requests. Thank you all!

Pull Requests

I strongly encourage developers to submit pull requests for new features and bug fixes. Please add unit tests and/or an examples to any pull request submitted. This goes a long way in getting the pull request merged in as soon as possible.

This project is developed using grunt. To run all tests, simply execute

npm install npm run webdriver-update npm test

  • To add a unit test, please refer to tests/httpMock.test.js
  • To add an example, please refer to the example/ folder.