diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json index d6e270b..dd61cd9 100644 --- a/package.json +++ b/package.json | |||
| @@ -7,7 +7,10 @@ | |||
| 7 | "test:api": "node tests/api.mjs", | 7 | "test:api": "node tests/api.mjs", |
| 8 | "test:network": "node tests/network.mjs", | 8 | "test:network": "node tests/network.mjs", |
| 9 | "test:portal": "npx playwright test tests/captive-portal.spec.mjs", | 9 | "test:portal": "npx playwright test tests/captive-portal.spec.mjs", |
| 10 | "test:smoke": "node tests/smoke.mjs" | 10 | "test:happy-path": "npx playwright test tests/interop-happy-path.spec.mjs", |
| 11 | "test:interop": "npx playwright test tests/interop-esp32-openwrt.spec.mjs", | ||
| 12 | "test:smoke": "node tests/smoke.mjs", | ||
| 13 | "test:playwright": "npx playwright test" | ||
| 11 | }, | 14 | }, |
| 12 | "devDependencies": { | 15 | "devDependencies": { |
| 13 | "@playwright/test": "^1.52.0" | 16 | "@playwright/test": "^1.52.0" |