| 1234567891011121314151617181920212223242526 |
- {
- "name": "cfc-automation-tests",
- "version": "1.0.0",
- "description": "心知益家小程序自动化测试套件",
- "main": "run-tests.js",
- "scripts": {
- "test": "node run-tests.js",
- "test:p0": "node run-tests.js --priority=P0",
- "test:p1": "node run-tests.js --priority=P1",
- "test:p2": "node run-tests.js --priority=P2",
- "sync": "node run-tests.js --sync-only",
- "report": "node run-tests.js --report-only"
- },
- "keywords": [
- "automation",
- "testing",
- "wechat-miniprogram",
- "chrome-devtools"
- ],
- "author": "Sisyphus",
- "license": "MIT",
- "dependencies": {
- "puppeteer": "^21.0.0"
- },
- "devDependencies": {}
- }
|