|
6 | 6 | "lint-check": "yarn prettier . --check && yarn eslint .",
|
7 | 7 | "tsc": "tsc",
|
8 | 8 | "tsc-watch": "tsc -w",
|
9 |
| - "test": "npx playwright test --timeout 300000 ./run/test/specs/*.spec.ts --grep ", |
10 |
| - "test-no-retry": "_TESTING=1 npx playwright test --timeout 300000 ./run/test/specs/*.spec.ts --grep ", |
11 |
| - "test-one": "_TESTING=1 _FORCE_LOGS=0 npx playwright test --timeout 300000 ./run/test/**/*.spec.ts --grep", |
12 |
| - "test-udid": "_TESTING=1 npx playwright test UDID=$udid --timeout 300000 ./run/test/**/*.spec.ts --grep", |
13 |
| - "test-ios": "_TESTING=1 npx playwright test --timeout 400000 ./run/test/**/*.spec.ts --grep '@ios'", |
14 |
| - "test-android": "_TESTING=1 npx playwright test --timeout 300000 ./run/test/**/*.spec.ts --grep '@android'", |
15 |
| - "build-and-test": "yarn tsc && yarn test", |
16 |
| - "test-one-logs": "_TESTING=1 _FORCELOGS=1 npx playwright test --timeout 300000 --retries 0 ./run/test/**/*.spec.ts --grep", |
17 |
| - "test-parallel": "_TESTING=1 npx playwright test ./run/test/**/*.spec.ts --grep '@ios'", |
18 |
| - "test-high-risk-android": "_TESTING=1 npx playwright test --timeout 300000 ./run/test/**/*.spec.ts --grep '@android @high-risk'", |
19 |
| - "test-high-risk-ios": "_TESTING=1 npx playwright test --timeout 300000 ./run/test/**/*.spec.ts --grep '@ios @high-risk'", |
| 9 | + "test": "npx playwright test --grep ", |
| 10 | + "test-no-retry": "_TESTING=1 npx playwright test --grep ", |
| 11 | + "test-one": "_TESTING=1 _FORCE_LOGS=0 npx playwright test --grep", |
| 12 | + "test-udid": "_TESTING=1 npx playwright test UDID=$udid --grep", |
| 13 | + "test-ios": "_TESTING=1 npx playwright test --grep '@ios'", |
| 14 | + "test-android": "_TESTING=1 npx playwright test --grep '@android'", |
| 15 | + "test-one-logs": "_TESTING=1 _FORCELOGS=1 npx playwright test --retries 0 ./run/test/**/*.spec.ts --grep", |
| 16 | + "test-high-risk-android": "_TESTING=1 npx playwright test --grep '@android @high-risk'", |
| 17 | + "test-high-risk-ios": "_TESTING=1 npx playwright test --grep '@ios @high-risk'", |
20 | 18 | "start-server": "./node_modules/.bin/appium server --use-drivers=uiautomator2,xcuitest --port 8110 --allow-cors"
|
21 | 19 | },
|
22 | 20 | "devDependencies": {
|
|
0 commit comments