|
34 | 34 | "test:integration:ap-flows": "pnpm test:integration:base --grep @ap-flows", |
35 | 35 | "test:integration:astro": "E2E_APP_ID=astro.* pnpm test:integration:base --grep @astro", |
36 | 36 | "test:integration:base": "pnpm playwright test --config integration/playwright.config.ts", |
37 | | - "test:integration:billing": "E2E_DEBUG=1 E2E_APP_ID=withBillingJwtV2.* pnpm test:integration:base --grep @billing", |
| 37 | + "test:integration:billing": "E2E_APP_ID=withBillingJwtV2.* pnpm test:integration:base --grep @billing", |
38 | 38 | "test:integration:cleanup": "pnpm playwright test --config integration/playwright.cleanup.config.ts", |
39 | 39 | "test:integration:custom": "pnpm test:integration:base --grep @custom", |
40 | 40 | "test:integration:deployment:nextjs": "pnpm playwright test --config integration/playwright.deployments.config.ts", |
41 | 41 | "test:integration:expo-web:disabled": "E2E_APP_ID=expo.expo-web pnpm test:integration:base --grep @expo-web", |
42 | | - "test:integration:express": "E2E_DEBUG=1 E2E_DEBUG=1 E2E_APP_ID=express.* pnpm test:integration:base --grep @express", |
43 | | - "test:integration:generic": "E2E_DEBUG=1 E2E_APP_ID=react.vite.*,next.appRouter.withEmailCodes* pnpm test:integration:base --grep @generic", |
| 42 | + "test:integration:express": "E2E_APP_ID=express.* pnpm test:integration:base --grep @express", |
| 43 | + "test:integration:generic": "E2E_APP_ID=react.vite.*,next.appRouter.withEmailCodes* pnpm test:integration:base --grep @generic", |
44 | 44 | "test:integration:handshake": "DISABLE_WEB_SECURITY=true E2E_APP_1_ENV_KEY=sessions-prod-1 E2E_SESSIONS_APP_1_HOST=multiple-apps-e2e.clerk.app pnpm test:integration:base --grep @handshake", |
45 | 45 | "test:integration:handshake:staging": "DISABLE_WEB_SECURITY=true E2E_APP_1_ENV_KEY=clerkstage-sessions-prod-1 E2E_SESSIONS_APP_1_HOST=clerkstage-sessions-prod-1-e2e.clerk.app pnpm test:integration:base --grep @handshake", |
46 | 46 | "test:integration:localhost": "pnpm test:integration:base --grep @localhost", |
47 | | - "test:integration:machine": "E2E_DEBUG=1 pnpm test:integration:base --grep @machine", |
| 47 | + "test:integration:machine": "pnpm test:integration:base --grep @machine", |
48 | 48 | "test:integration:nextjs": "E2E_APP_ID=next.appRouter.* pnpm test:integration:base --grep @nextjs", |
49 | | - "test:integration:nuxt": "E2E_DEBUG=1 E2E_APP_ID=nuxt.node npm run test:integration:base -- --grep @nuxt", |
| 49 | + "test:integration:nuxt": "E2E_APP_ID=nuxt.node npm run test:integration:base -- --grep @nuxt", |
50 | 50 | "test:integration:quickstart": "E2E_APP_ID=quickstart.* pnpm test:integration:base --grep @quickstart", |
51 | 51 | "test:integration:react-router": "E2E_APP_ID=react-router.* pnpm test:integration:base --grep @react-router", |
52 | 52 | "test:integration:sessions": "DISABLE_WEB_SECURITY=true E2E_SESSIONS_APP_1_ENV_KEY=sessions-prod-1 E2E_SESSIONS_APP_2_ENV_KEY=sessions-prod-2 E2E_SESSIONS_APP_1_HOST=multiple-apps-e2e.clerk.app pnpm test:integration:base --grep @sessions", |
|
0 commit comments