Commit ebc93ff
authored
test(e2e): 18 real Playwright tests close gate-19 137 -> 112 (#486)
gate-19 e2e-coverage: 137 -> 112 with 18 real Playwright tests, 0 exclusions.
Measured with the canonical gate package at the development -> beta scope (the
one the open release PR uses), reading its printed summary line rather than the
exit status. Negative control: 112 -> 116 (+4, exactly the removed file's
anchors) -> 112.
Every test proven able to fail by a planted true positive. Two traps hit while
proving that, both of which first read as "my tests are blind":
opcache.revalidate_freq=60 makes a PHP plant invisible for up to a minute, and
the GEMMA dimension list exists in three independent copies.
Found and filed, not worked around: every write through adminApi.js failed CSRF
(seven UI actions dead — fixed here); the suite wizard's success result is never
rendered; two gemma-faceted-search requirements are unimplemented; sixteen
file-level @e2e tags claim coverage a file says it does not provide; 23
whole-spec exclude markers retire 30% of all scenarios.
Also deletes src/views/gemmaviews/GemmaViewIndex.vue, proven unreachable: the
bundle built with the file present is byte-identical to the bundle built
without it.
Refs #481 #482 #483 #484 #4851 parent 126eda6 commit ebc93ff
5 files changed
Lines changed: 983 additions & 273 deletions
File tree
- src
- utils
- views/gemmaviews
- tests/e2e/spec-coverage
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| |||
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
53 | 83 | | |
54 | 84 | | |
55 | 85 | | |
56 | 86 | | |
57 | 87 | | |
| 88 | + | |
58 | 89 | | |
59 | 90 | | |
60 | 91 | | |
| |||
This file was deleted.
0 commit comments