Can Allure select to run only a particular set of parameters in a parametrized test? #1878
erwin-wee
started this conversation in
Ideas & Feedback
Replies: 2 comments 1 reply
-
Hi @erwin-wee |
Beta Was this translation helpful? Give feedback.
0 replies
-
I see, thanks for the reply. I'm changing this to an idea. It'd be great to be able to support this so that for failed tests I can re-run only tests that failed in a particular run and not all parameters in a parameterized test. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a parametrized test that has say for example has 100 permutations of 5 parameters. Let's say I run a test for all 100 permutations and 1 of them fail. Is it possible to select "re-run" from Allure Testops and only run that 1 permutation? How can I do that?
Context: I have Allure Testops configured to integrate with CircleCI, running a job that triggers pytest, configured as per documentation. I'm able to selectively choose test cases to run, but so far not successful with getting a particular permutation of parameters to run just a single test instead of 100 for a parametrized test.
Beta Was this translation helpful? Give feedback.
All reactions