From b95ef50dbb67956789e2ba006d02c61f3812ada1 Mon Sep 17 00:00:00 2001 From: LingandRX Date: Thu, 7 Nov 2024 20:10:14 +0800 Subject: [PATCH] test --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 123c12d..a809c7a 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "hlk_codegen": "npx playwright codegen https://hlk.meiguanjia.net/#/", "mgj_codegen": "npx playwright codegen https://vip1.meiguanjia.net/shair/?v=mgj", "zhb_codegen": "npx playwright codegen https://shengyibao.meiguanjia.net/young/", - "zhb_csv-50": "npx playwright test ./tests/zhb/csv-demo.spec.js:13 --repeat-each=50", + "zhb_csv-5": "npx playwright test ./tests/zhb/csv-demo.spec.js:13 --repeat-each=5", "ui": "npx playwright test --ui", "pwi": "npm ci && npx playwright install", "pwu": "npx playwright install --with-deps"