Integration of TestRail APIs to create test plan, add test runs in it before suite, and mark pass status after feature
- Integration of TestRail API with Cucumber: src/hooks/TestRailHook.java
- Rules to create plans and addition of runs: src/testrail/TesRailRule.java
- Java API client of TestRail: src/testrail/APIClient, src/testrail/APIException
- Read Property files: src/utils/PropertyUtils.java