This PR implements a new option --tr-dont-publish-blocked that prevents publishing blocked tests in TestRail.
Use case:
I have an existing testrun in TestRail with blocked tests. I know these blocked tests should not be executed anymore (known bugs, feature not ready...) and I would like to prevent pytest to publish "failed" status on these tests.
This PR implements a new option
--tr-dont-publish-blocked
that prevents publishing blocked tests in TestRail.Use case: I have an existing testrun in TestRail with blocked tests. I know these blocked tests should not be executed anymore (known bugs, feature not ready...) and I would like to prevent pytest to publish "failed" status on these tests.