-
Notifications
You must be signed in to change notification settings - Fork 191
Integration with TestRail using Python
raddhakrishnan edited this page May 7, 2018
·
1 revision
Our framework is configured to report the automation test results to TestRail. It needs to know two things to update a test case result:
- Test run id
- Test case id
We have implemented the 'report_to_testrail' method which when called from the test script with test case id and the test run id parameters will records results in TestRail. You can refer to our blogs for more details.