Have you read the Contributing Guidelines on issues?
WebdriverIO Extension Version
0.4.2
WebdriverIO Version
9.20.0
Node.js Version
24.9.0
Which capabilities are you using?
{
browserName: 'chrome',
browserVersion: 'latest',
platformName: 'Windows 10'
}
What happened?
In a project that uses WDI5 (Webdriver + UI5) and executes the tests on SauceLabs, the extension fails to complete execution, stopping before the tests finish.
What is your expected behavior?
Plugin should execute the complete spec and wait for its completion.
SauceLabs:

How to reproduce the bug.
Have a wdi5 + saucelabs setup, and execute any spec file.
Relevant log output
[0-0] [dotenv@17.2.3] injecting env (0) from .env -- tip: ⚙️ load multiple .env files with { path: ['.env.local', '.env'] }
[0-0] [wdi5] creating internal control map
[0-0] [wdi5] setup complete
[0-0] [wdi5] browser script timeout set to 121000
[0-0] [wdi5] browser timeouts are {
[0-0] "pageLoad": 300000,
[0-0] "implicit": 0,
[0-0] "script": 121000
[0-0] }
[0-0] [wdi5] successfully initialized wdio-ui5 bridge
[0-0] [wdi5] [test library] Clicking on tile with target 'AreaType-maintain?sap-ui-app-id-hint=farming.spatial.areatype'
[0-0] [wdi5] [test library] Seeing the page 'farming.spatial.areatype::ListReport' - OK
Code of Conduct
Is there an existing issue for this?
Have you read the Contributing Guidelines on issues?
WebdriverIO Extension Version
0.4.2
WebdriverIO Version
9.20.0
Node.js Version
24.9.0
Which capabilities are you using?
What happened?
In a project that uses WDI5 (Webdriver + UI5) and executes the tests on SauceLabs, the extension fails to complete execution, stopping before the tests finish.
What is your expected behavior?
Plugin should execute the complete spec and wait for its completion.
SauceLabs:

How to reproduce the bug.
Have a wdi5 + saucelabs setup, and execute any spec file.
Relevant log output
Code of Conduct
Is there an existing issue for this?