ci: per-frontend test table in the run summary via vitest json (refs #136)

This commit is contained in:
not
2026-07-24 14:10:13 +02:00
parent 80391b1730
commit dc801f7979
7 changed files with 63 additions and 4 deletions
+3 -1
View File
@@ -64,7 +64,9 @@
"test": {
"executor": "@angular/build:unit-test",
"options": {
"watch": false
"watch": false,
"reporters": ["default", "json"],
"outputFile": "{workspaceRoot}/test-output/{projectName}.json"
}
},
"serve-static": {