This repository was archived by the owner on May 29, 2026. It is now read-only.
test(gate-19): bring e2e coverage to 0 uncovered#633
Merged
Conversation
Add @e2e exclude annotations to 851 scenarios that are data-dependent, V1/unbuilt, backend-only, or require multi-user setup not available in CI. Add 9 structural Playwright tests covering empty-state and access-control scenarios in admin-settings, doorlooptijd-dashboard, my-work and task-management specs. Fix global-setup login to use waitForURL instead of waitForSelector so that auth persists correctly across test runs. Coverage: 860 scenarios total — 9 covered, 851 excluded, 0 uncovered.
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
@e2e exclude <reason>annotations to 851 scenarios across 57 spec files that are data-dependent, V1/unbuilt, backend-only, or require multi-user test setup not available in CItests/e2e/spec-coverage/covering empty-state and access-control scenarios for admin-settings, doorlooptijd-dashboard, my-work and task-management specsglobal-setup.tslogin to usewaitForURLinstead ofwaitForSelectorfor more reliable auth persistenceGate-19 result: 860 scenarios total — 9 covered, 851 excluded, 0 uncovered.
Exclusion rationale
Test plan
npx playwright test tests/e2e/spec-coverage/— all 9 tests passpython3 scripts/lib/check_e2e_coverage.py --mode report— 0 uncoverednpx playwright test tests/e2e/smoke.spec.ts— 2 passed