Add config param to enable rerun multiple times#68
Add config param to enable rerun multiple times#68jansmitmans wants to merge 1 commit intowebdriverio-community:mainfrom
Conversation
|
@corny1989 Thanks for your other PR! #69 This PR needs to be rebased it looks like. BUT, as far as this one. I want to get some opinions on this from @esaari and @christian-bromann. I see the use case for this but is the best place to perform these operations in the service itself? This functionality would be the same as deleting the rerun data folder before we started our execution? How do you handle overwriting a shell script you are actually running? This PR is essentially a |
|
@corny1989 Just saw your comment on the open issue for #25. So there are 2 parts here:
I am under the belief we should not be destructive in the service and handle directories outside of the service as my post above indicates, however, would be interested in feedback if this is being done in other WebdriverIO services. However, yes, we need an option called something like |
|
Hi @mikesalvia, Thank you for your feedback. I see your point, I am willing to provide a solution that works for you after you have touched based with the other contributors. Just give me a rough idea how you would like to have this feature and I will contribute it asap. Cheers, |
|
@christian-bromann @esaari What are you thinking on this one? |
|
@mikesalvia cc @jansmitmans sorry for very late weigh-in...I'm fine with this option so long as we have the unit test coverage to go along with. |
Fixes #25
This PR enables the wdio-rerun-service to feature running failed tests multiple times, ideally reducing the number of failed tests after each try.