wdi5 icon indicating copy to clipboard operation
wdi5 copied to clipboard

official UI5 end-to-end test framework for UI5 web-apps. wdi5 = Webdriver.IO + UI5 Test API

Results 77 wdi5 issues
Sort by recently updated
recently updated
newest added

let's find the code that can either be deleted or simplified ⚔️

enhancement

🖊 documentation
enhancement
🧑‍🍳 recipes

**Describe the bug** During my test I sort a sap.m.Table. I want to assert that the data displayed is indeed sorted ascending. I try to read the data from row...

stale

**Describe the bug** It is not possible to use "wdio-ui5-service" with cucumber framework. **To Reproduce** Steps to reproduce the behavior: 1. Generate a new wdio test using he cmd ```npx...

**Describe the bug** Similar to something what is described in this [issue](https://github.com/ui5-community/wdi5/issues/181), none of the filterGroupItems methods can be used. FilterBar has an aggregation called filterGroupItems of type sap.ui.comp.filterbar.FilterGroupItem. Each...

- remove everything that is unnecessary for the fe-app test execution. Especially the whole CAP part is not needed for our tests

Hello, I need to do the following: ``` let oCustomerValueSelector = { selector: { controlType: "sap.m.MultiInput", id: "customerValueID", viewName: "view.Risk" } } let oCustomerValue = await browser.asControl(oCustomerValueSelector); let oToken =...

stale

**Describe the bug** sap.m.MultiInput have suggestionColumns and suggestionRows aggregations used for tabular input suggestions. Besides this, sap.m.MultiInput has the startSuggestion property used to specify minimum length of the entered text...

bug
enhancement