mccmrunal
mccmrunal
I want to apply a filter on column header iApplyFilter: async (extractId) => { let selector = { controlType: "sap.ui.table.Column", descendant:{ controlType: "sap.m.Label", properties:{ text:"Extract ID" } } } //...
## Proposed changes Updated GitHub Actions workflow files to use `macos-15` runner instead of the deprecated `macos-13` runner. GitHub has deprecated macOS 13 (Ventura) based runner images, and this change...
## Proposed changes Fixes BiDi compatibility issue in `@wdio/browserstack-service` where using `seleniumBidi: 'true'` caused `SyntaxError: Unexpected token ':'` when executing BrowserStack annotations. FIXES #14922 [//]: # (Describe the big picture...
Ensure test runner respects framework timeouts (Fixes #14276) Fixes #14276 ## Proposed changes Honor framework timeouts in async execution I updated the flow to propagate framework-provided timeouts through the test...
## Proposed changes #14730 [//]: # (Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a...
## Proposed changes #14447 This PR enhances the existing --exclude CLI option so that it can automatically detect and exclude suites by their suite name, not just by spec files...
## Proposed changes Fixes #14685 - The watcher was not triggering test reruns when files configured in filesToWatch were modified. [//]: # (Describe the big picture of your changes here...
Fixes #14675 ## Proposed changes This PR fixes an issue where chaining relative XPath selectors (e.g., `element.$('./following-sibling::div')`) fails when running in WebDriver BiDi mode (the default in v9). **Root Cause:**...
…#14740) ## Proposed changes This PR fixes issue #14740 where WebDriver actions fail due to conflicting input source IDs. Problem: The current implementation uses a single global counter (actionIds) to...
fix(@wdio/allure-reporter): include cid in historyId for multi-capability runs Fixes #14792 ## Proposed changes When running tests with multiple capabilities in parallel (e.g., Chrome and Edge), the Allure reporter was generating...