all the new shiny things
All checks were successful
Deploy to Test Environment / deploy-to-test (push) Successful in 15m54s

This commit is contained in:
2026-01-11 02:02:33 -08:00
parent 9815eb3686
commit 4e22213cd1
37 changed files with 5636 additions and 375 deletions

View File

@@ -43,7 +43,8 @@ const e2eConfig = mergeConfig(
fileParallelism: false,
coverage: {
provider: 'v8',
reporter: ['html', 'json-summary', 'json'],
// Include 'text' reporter so coverage summary appears after e2e tests complete.
reporter: [['text', { maxCols: 200 }], 'html', 'json-summary', 'json'],
reportsDirectory: '.coverage/e2e',
reportOnFailure: true,
clean: true,