Thanks for getting here because you have a good will to improve CodeceptJS-testrail plugin we are always glad to help.
To start you need:
- Fork and clone the repo.
- Run
npm i
to install needed libraries - Do the changes.
- Add/Update Test (if possible)
- Update documentation
- Commit and Push to your fork
- Make Pull Request
Before applying any Core changes please raise an issue to discuss that change with core team. Please try to add corresponding testcase to unit.
Whenever you implemented a feature/bugfix
Start json server for tests:
npm run test-server
npm run acceptance_test
Note: please check the db.json after the test execution to not commit any changes.