|
37 | 37 | "start": "node scripts/start.js", |
38 | 38 | "build": "node scripts/build.js", |
39 | 39 | "lint": "eslint --color src", |
40 | | - "test:playwright-local": "playwright test --config=./playwright-local/playwright-local.config.js --project=chromium", |
41 | | - "test:playwright-local--h": "playwright test --config=./playwright-local/playwright-local.config.js --project=chromium --headed", |
| 40 | + "test:playwright-local:local": "playwright test --config=./playwright-local/playwright-local.config.js", |
| 41 | + "test:playwright-local:local:chromium": "playwright test --config=./playwright-local/playwright-local.config.js --project=chromium", |
| 42 | + "test:playwright-local:local:chromium--h": "playwright test --config=./playwright-local/playwright-local.config.js --project=chromium --headed", |
| 43 | + "test:playwright-local:local:mobile": "playwright test --config=./playwright-local/playwright-local.config.js --project=mobile-safari", |
| 44 | + "test:playwright-local:local:mobile--h": "playwright test --config=./playwright-local/playwright-local.config.js --project=mobile-safari --headed", |
42 | 45 | "test:playwright-local:ci": "export NODE_ENV=development; start-server-and-test start http://localhost:3000 test:playwright-local", |
43 | | - "test:playwright-local:local": "export NODE_ENV=development; start-server-and-test start http://localhost:3000 test:playwright-local", |
| 46 | + "test:playwright-local:ci:chromium": "export NODE_ENV=development; start-server-and-test start http://localhost:3000 test:playwright-local:local:chromium", |
| 47 | + "test:playwright-local:ci:mobile": "export NODE_ENV=development; start-server-and-test start http://localhost:3000 test:playwright-local:local:mobile", |
| 48 | + "test:playwright-local:local:chrome:mobile": "export NODE_ENV=development; start-server-and-test start http://localhost:3000 test:playwright-local:local", |
44 | 49 | "snyk-protect": "snyk-protect", |
45 | 50 | "prepublish": "yarn snyk-protect" |
46 | 51 | }, |
|
0 commit comments