{ "name": "playwright-demo", "version": "1.0.0", "main": "index.js", "scripts": { "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/", "test:repeat": "npx playwright test ./tests/zhb ./tests/mgj ./tests/hlk --repeat-each=3", "test:simple": "npx playwright test ./tests/zhb ./tests/mgj ./tests/hlk", "ui": "npx playwright test --ui", "pwi": "npm ci && npx playwright install", "pwu": "npx playwright install --with-deps" }, "keywords": [], "author": "", "license": "ISC", "description": "", "devDependencies": { "@faker-js/faker": "^9.0.3", "@playwright/test": "^1.50.1", "@types/node": "^22.7.5", "dotenv": "^16.4.5" }, "dependencies": { "csv-parse": "^5.5.6" } }