| 12345678910111213141516171819 |
- {
- "name": "cfc-tests",
- "version": "1.0.0",
- "private": true,
- "scripts": {
- "test": "jest",
- "test:integration": "jest --testMatch '**/integration/**/*.spec.js'",
- "test:e2e": "playwright test",
- "test:e2e:headed": "playwright test --headed",
- "test:e2e:debug": "playwright test --debug",
- "test:flow": "playwright test tests/e2e/*-flow.spec.js",
- "test:all": "npm run test:e2e && npm run test:integration"
- },
- "devDependencies": {
- "@playwright/test": "^1.40.0",
- "jest": "^29.7.0"
- },
- "description": "浠艾福(CFC) 分层测试套件"
- }
|