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"