Open
Description
Hello,
Could you please help with the following issue?
We have tests parameterized with pytest-cases and we send test results to Allure TestOps. The problem is that pytest-cases adds special test parameter which is named case
. Its content looks not really helpful/useful. But the main problem is that because of this param Allure tests rerun logic does not work as expected: while rerunning the test Allure thinks that the case param changed and does not treat rerun as previously executed test. It thinks that this is new test. So the question is - how to remove this useless param from Allure report?
Metadata
Metadata
Assignees
Labels
No labels