allankp / pytest-testrail

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

New mode #31

Closed gridivit closed 6 years ago

gridivit commented 6 years ago

added the ability to run tests based on the created testrun in testrail

allankp commented 6 years ago

@gridivit can you explain in more detail what this PR does please

gridivit commented 6 years ago

@dubner we can use exists testrun in testrail, and run tests with only the necessary status Example: --testrail 2 --tr-testrun-id 72 --tr-skip-passed-tests - will run all tests from testrun_id 72 that do not have the status passed

gridivit commented 6 years ago

ok, you merged https://github.com/dubner/pytest-testrail/pull/25, my pool requests not actual