Retrying a spec file IFF it failed to create appium session on LambdaTest #14362
Unanswered
ravirajpal
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I already have this in my config file connectionRetryTimeout: 300000, |
Beta Was this translation helpful? Give feedback.
2 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone, I have a situation where I am running multiple tests using this way https://webdriver.io/docs/organizingsuites/#grouping-test-specs-to-run-sequentially
Now in some runs, session is not created or is timedout after 5 minutes as a matching device is not available on LambdaTest.
When this happens none of the tests which were supposed to run in that single session are executed.
I want to retry this session creation. is there a way??
PS: I don't want to retry spec file on test failure. only when I get ERROR @wdio/runner: Error: Failed to create session. i.e. no tests in that worker are executed
Beta Was this translation helpful? Give feedback.
All reactions