diff options
| author | Your Name <you@example.com> | 2026-05-19 01:49:46 +0530 |
|---|---|---|
| committer | Your Name <you@example.com> | 2026-05-19 01:49:46 +0530 |
| commit | 7f70b568972e875d5d9cc52631b663a50ecbaa0a (patch) | |
| tree | 0161d75789330fb3ae3bca7e41553d386676aaa6 /package.json | |
| parent | 3b25d826df2b69496fcc560a8ca26089484230c7 (diff) | |
test: add local relay integration tests (WS pub/sub + NIP-11)
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", |