devolo / pytest-adaptavist

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

Don't report skipped Testcases #26

Closed 2Fake closed 2 years ago

2Fake commented 2 years ago

If testcases are not in the list of test_case_keys, they are no longer reported.

If testcases skipped during setup, skipif decorator or pytest.skip, they are reported normally.

2Fake commented 2 years ago

Test case needs to be written