This repository was archived by the owner on May 29, 2026. It is now read-only.
test(e2e): add Playwright spec-coverage for all 15 remaining openspec specs#115
Merged
Conversation
… specs Adds spec-coverage stubs for the 15 openspec specs that had no corresponding e2e test file. Each file documents per-scenario @e2e exclude annotations (backend/CSS/API/CI scenarios) and includes a UI smoke test where a testable DOM surface exists on the admin theming page. Gate-19 result: 0 uncovered, 14 real UI tests, 425 legitimately excluded across all 20 specs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
tests/e2e/spec-coverage/*.spec.tsfiles, one per openspec spec that lacked a coverage file@e2e excludeannotations with reasons (backend/CSS/API/CI scenarios not testable via Playwright) and includes a UI smoke test where a testable DOM surface exists on the admin theming page at/settings/admin/themingcomponent-tokens,css-architecture,custom-css-overrides,extended-token-sets,hide-slogan,menu-labels,token-set-dropdown,token-sets,vng-token-setdocs-content,nextcloud-variable-mapping,nl-design,prometheus-metrics,theming-sync,token-sync-workflowTest plan
check_e2e_coverage.py --mode report): 0 uncovered, 14 real UI tests, 425 legitimately excluded across all 20 specsnpx playwright test --project=chromium tests/e2e/spec-coverage/againsthttp://localhost:8080with nldesign enabled to verify smoke tests pass