You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(junit): report suite hook failures via hook.failed event (#5657)
* fix(junit): report suite hook failures via hook.failed event (#5645)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* fix(test): vendor CodeMirror 6 bundle so richtext tests don't depend on esm.sh
The CodeMirror 6 rich-text fixture imported codemirror@6.0.1 from esm.sh,
which fans out to the entire @codemirror/* + @lezer/* module graph over many
serial requests. In CI this reliably exceeded the 30s waitForFunction timeout,
so window.__editorReady never became true and all four CodeMirror 6 fillField
tests timed out across Playwright, Puppeteer and WebDriver. Pre-existing on 4.x
and unrelated to the junit change on this branch.
Vendor the self-contained esm.sh bundle locally and import it same-origin,
making the test network-independent and deterministic. Exclude the vendored
blob from eslint and prettier.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
---------
Co-authored-by: DavertMik <davert@testomat.io>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
0 commit comments