ui5-testing
Installation
SKILL.md
UI5 Testing — Best Practices
Primary reference: https://ui5.sap.com/#/topic/7cdee404cac441888539ed7bfe076e57 wdi5: https://ui5-community.github.io/wdi5/ wdi5 npm: https://www.npmjs.com/package/wdio-ui5-service OPA5: https://ui5.sap.com/#/topic/2696ab50faad458f9b4027ec2f9b884d
Testing strategy
| Layer | Tool | What |
|---|---|---|
| Unit | QUnit + sinon | Individual functions, formatters, controllers |
| Integration | OPA5 | UI flows within the app, page-level interactions |
| End-to-end | wdi5 + WebdriverIO | Full scenarios across multiple apps, real browser |
UIVeri5 is deprecated — migrate to wdi5 for all E2E testing.