allankp / pytest-testrail

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

Issue rerun failures #107

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 #100. If there is anything need to be done or checked, please tell me. Thank you!

kobenguyent commented 5 years ago

I believe you can run tests on your local before submitting it.

cuongld2 commented 5 years ago

Thanks Peter, my bad.