From a113be036aad25e2143dcef72ed96139990afa32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=BF=94?= Date: Tue, 7 Apr 2026 08:20:40 +0800 Subject: [PATCH] =?UTF-8?q?feat(e2e):=20=E6=B7=BB=E5=8A=A0=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E8=84=9A=E6=9C=AC=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - test:e2e:journeys - 运行用户旅程测试 - test:e2e:role-based - 运行角色基础测试 - test:e2e:headed - 有头模式运行测试 - test:e2e:debug - 调试模式运行测试 --- novalon-manage-web/package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/novalon-manage-web/package.json b/novalon-manage-web/package.json index 4089b20..bf68a08 100644 --- a/novalon-manage-web/package.json +++ b/novalon-manage-web/package.json @@ -16,6 +16,10 @@ "test:unit": "vitest --run --coverage", "test:coverage": "vitest --run --coverage", "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:perf": "node scripts/performance-test.js performance", "test:load": "node scripts/performance-test.js load",