web icon indicating copy to clipboard operation
web copied to clipboard

[QA] replace all cucumber test with playwright

Open nirajacharya2 opened this issue 3 months ago • 1 comments

We want to move all tests from cucumber to playwright. The necessary setup is done in this PR https://github.com/owncloud/web/pull/12941. Now we need to migrate all test feature file by file.

nirajacharya2 avatar Sep 16 '25 10:09 nirajacharya2

a11y.feature

Please, do not migrate this test. We will not do dedicated a11y tests and instead add a11y violations checks into specific steps. That way we do not need to duplicate specs and can easily test specific UI states (e.g. modal/dropdown is opened, etc.).

LukasHirt avatar Nov 05 '25 10:11 LukasHirt