How can we remove the options from last execution when rerun failed test? #1818
Replies: 1 comment
-
It's best to keep questions open so that everyone can participate. In order to do that it's best not to call out specific users like above. That said I will answer this question, but in the future I will edit the original message to remove sections calling out specific users.
The status code will always be a failure status code for failed tests re-rerun.
I am not sure about Jenkins. But you will have to ignore the exit status code. You can try searching for "Ignore failure status code in jenkins"
I don't think so. This is also mentioned here https://docs.gauge.org/execution.html?os=macos&language=javascript&ide=vscode#rerun-failed-scenarios |
Beta Was this translation helpful? Give feedback.
-
When I use the rerun failed command
gauge run --failed
, there will be some concerns from my side:So I want to ask:
@zabil can you take a look at my questions? Thanks a lot.Beta Was this translation helpful? Give feedback.
All reactions