-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(feature) Support rerun mode #114
Comments
@BorisOsipov Any update on this? |
@AutomationReddy nope. |
@BorisOsipov is there any progress on this item? The only way I can see this working right now is by creating a new RP launch for each spec file retry while keeping the original launch started. Then for each spec file retry one needs to create a new launch with retry_of flag set. Here are the detailed steps:
This seems a cumbersome solution, and it also needs some sort of a flag from WDIO in Any thoughts on this? |
nope. I don't read rerun docs mindfully..
this issue is about support rerun in common e.g. when you run
yes it is. do you really need it? maybe some services like https://webdriver.io/docs/wdio-rerun-service/ can help?
Yes it is. Also we have to save somewhere launchIds for all launches and correct set what launch we rerun on each retry. |
@BorisOsipov |
@BorisOsipov @hs-abarchuk did you guys find any way/workaround to make |
@hs-abarchuk @AdamOakman specFileRetries works on 6.5.0\7.0.0 versions. |
I am integrating it right now I am having a bit of trouble getting it to overwrite old results but looking into it. |
See docs here https://github.com/reportportal/documentation/blob/master/src/md/src/DevGuides/rerun.md
The text was updated successfully, but these errors were encountered: