HOW CAN I IGNORE SOME TESTCASES RESULT IN Pytest AND Allure? #2636
Replies: 2 comments
-
Hi, @Neko-chanQwQ |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Hi, @Neko-chanQwQ |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
For Example, some testcase depend some api request, these testcase run after api request
Because some problem , the depend request need be testcase in the same testclass and use pytest.mark.parametrize
so when pytest run these depend testcase, it will record the testcase result and allure also record, it may look not good
any ways can ignore these depend testcase result?
Beta Was this translation helpful? Give feedback.
All reactions