devolo / pytest-adaptavist

pytest plugin generating test execution results within Jira Test Management (tm4j)
MIT License
8 stars 11 forks source link

fix/interaction of append-to-cycle and test_case_keys #40

Closed 2Fake closed 2 years ago

2Fake commented 2 years ago

We introduced the option append-to-cycle.

If you set test_case_keys in your configuration and activated the option append-to-cycle all test cases were executed.

This merge request fixes this behaviour. If you set test_case_keys and enable append-to-cycle only the given test cases in test_case_keys are executed.