SAP / ui5-webcomponents

UI5 Web Components - the enterprise-flavored sugar on top of native APIs! Build SAP Fiori user interfaces with the technology of your choice.
https://sap.github.io/ui5-webcomponents/
Apache License 2.0
1.51k stars 263 forks source link

[tools][Feature Request]: Cypress commands for accessing component internals #8007

Open ilhan007 opened 9 months ago

ilhan007 commented 9 months ago

Feature Request Description

As a React developer, I would like to use Cypress to write my application tests, and to have convenient commands for accessing component internals in the ShadowDOM as clicking items of the Select, ComboBox, etc.

Proposed Solution

Identify missing pieces for writing tests with Cypress to create convenient commands and contribute them to @ui5/webcomponents-cypress-commands existing package.

Proposed Alternatives

No response

Organization

No response

Additional Context

There is feedback by application developers, struggling at times to write their app tests with Cypress and this issue is to address it.

Priority

None

Privacy Policy

ilhan007 commented 9 months ago

FYI @MarcusNotheis