develop #2

Merged
jenkins merged 49 commits from develop into main 2026-04-08 19:55:46 +08:00
Showing only changes of commit a113be036a - Show all commits
+4
View File
@@ -16,6 +16,10 @@
"test:unit": "vitest --run --coverage", "test:unit": "vitest --run --coverage",
"test:coverage": "vitest --run --coverage", "test:coverage": "vitest --run --coverage",
"test:e2e": "playwright test", "test:e2e": "playwright test",
"test:e2e:journeys": "playwright test --project=journeys",
"test:e2e:role-based": "playwright test --project=role-based-tests",
"test:e2e:headed": "playwright test --headed",
"test:e2e:debug": "playwright test --debug",
"test:e2e:perf": "node scripts/measure-e2e-performance.js", "test:e2e:perf": "node scripts/measure-e2e-performance.js",
"test:perf": "node scripts/performance-test.js performance", "test:perf": "node scripts/performance-test.js performance",
"test:load": "node scripts/performance-test.js load", "test:load": "node scripts/performance-test.js load",