diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index fe1daee..a2d1ec1 100644 --- a/package.json +++ b/package.json | |||
| @@ -11,6 +11,9 @@ | |||
| 11 | "test:reset-auth": "node tests/integration/test-reset-auth.mjs", | 11 | "test:reset-auth": "node tests/integration/test-reset-auth.mjs", |
| 12 | "test:session-expiry": "node tests/integration/test-session-expiry.mjs", | 12 | "test:session-expiry": "node tests/integration/test-session-expiry.mjs", |
| 13 | "test:dns-firewall": "node tests/integration/test-dns-firewall.mjs", | 13 | "test:dns-firewall": "node tests/integration/test-dns-firewall.mjs", |
| 14 | "test:cvm": "node tests/integration/test-cvm.mjs", | ||
| 15 | "test:relay": "node tests/integration/test-local-relay.mjs", | ||
| 16 | "test:relay-nip11": "node tests/integration/test-relay-nip11.mjs", | ||
| 14 | "test:portal": "npx playwright test -c tests/e2e/playwright.config.mjs captive-portal.spec.mjs", | 17 | "test:portal": "npx playwright test -c tests/e2e/playwright.config.mjs captive-portal.spec.mjs", |
| 15 | "test:happy-path": "npx playwright test -c tests/e2e/playwright.config.mjs interop-happy-path.spec.mjs", | 18 | "test:happy-path": "npx playwright test -c tests/e2e/playwright.config.mjs interop-happy-path.spec.mjs", |
| 16 | "test:e2e": "npx playwright test -c tests/e2e/playwright.config.mjs", | 19 | "test:e2e": "npx playwright test -c tests/e2e/playwright.config.mjs", |