We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is at least one intermittent test failure in the CI pipeline: https://github.com/webdriverio/selenium-standalone/actions/runs/8555104397/job/23441790222?pr=899
133 passing (1m) 1 failing 1) check staring drivers twice with onlyDriver option check staring twice chromedriver: AssertionError [ERR_ASSERTION]: false == true + expected - actual -false +true at Context.<anonymous> (test\only-driver-tests.js:96:5) at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
The text was updated successfully, but these errors were encountered:
Hi @seanpoulter it seems flaky, the same here https://github.com/webdriverio/selenium-standalone/actions/runs/9652863807/job/26623922473 possible because of timeout, i've increased timeout in 'port-is-reachable' method, let's see how it'll be working
one more test case especially for mac, for the rest os it's working as expected
1 failing
when files are installed should not reinstall them:
AssertionError [ERR_ASSERTION]: It should not have reinstalled files
-true +false
at Context. (test/no-reinstall.js:41:12)
Sorry, something went wrong.
No branches or pull requests
There is at least one intermittent test failure in the CI pipeline:
https://github.com/webdriverio/selenium-standalone/actions/runs/8555104397/job/23441790222?pr=899
The text was updated successfully, but these errors were encountered: