allankp / pytest-testrail

pytest plugin for integration with TestRail, for creating testruns and updating results
MIT License
96 stars 124 forks source link

Fix issue https://github.com/allankp/pytest-testrail/issues/100 #106

Closed cuongld2 closed 5 years ago

cuongld2 commented 5 years ago

Dear allan, I would like to submit a PR for the issue when pytest_testrail run with pytest-rerunfailures. At run time, the last success testcase will be the first submitted to testrail --> makes the test result for that particular test case ( as it will choose the fail run as last result).. You can refer to https://github.com/allankp/pytest-testrail/issues/100. If there is anything need to be done or checked, please tell me. Thank you!

cuongld2 commented 5 years ago

Failed when run in travis CI