Is there a way to re-execute only the failed test cases in serenity after the jenkins build gets completed #2657
robintyagi12
started this conversation in
General
Replies: 1 comment 1 reply
-
assuming maven https://maven.apache.org/surefire/maven-surefire-plugin/examples/rerun-failing-tests.html
it's the same for the failsafe plugin also try out the https://plugins.jenkins.io/flaky-test-handler/ also also: don't retry ever 😉 fix your system so you don't have to retry |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
We are executing serenity test cases through Jenkins and want to re-run only the failed test cases post Jenkins build completion, is there a way to capture the failed test cases information in some json or xml and refer that file to re-run only those failed test cases on Jenkins.
Please share your inputs, it would be really helpful. @wakaleo & @globalworming
Beta Was this translation helpful? Give feedback.
All reactions