|
32 | 32 | "test:cache:clear": "FORCE_COLOR=1 turbo test:cache:clear --continue --concurrency=${TURBO_CONCURRENCY:-80%}", |
33 | 33 | "test:integration:ap-flows": "pnpm test:integration:base --grep @ap-flows", |
34 | 34 | "test:integration:astro": "E2E_APP_ID=astro.* pnpm test:integration:base --grep @astro", |
35 | | - "test:integration:base": "pnpm playwright test --config integration/playwright.config.ts", |
| 35 | + "test:integration:base": "E2E_DEBUG=1 pnpm playwright test --config integration/playwright.config.ts", |
36 | 36 | "test:integration:billing": "E2E_APP_ID=withBilling.* pnpm test:integration:base --grep @billing", |
37 | 37 | "test:integration:cleanup": "pnpm playwright test --config integration/playwright.cleanup.config.ts", |
38 | | - "test:integration:custom": "pnpm test:integration:base --grep @custom", |
| 38 | + "test:integration:custom": "E2E_DEBUG=1 pnpm test:integration:base --grep @custom", |
39 | 39 | "test:integration:deployment:nextjs": "pnpm playwright test --config integration/playwright.deployments.config.ts", |
40 | 40 | "test:integration:elements": "E2E_APP_ID=elements.* pnpm test:integration:base --grep @elements", |
41 | 41 | "test:integration:expo-web:disabled": "E2E_APP_ID=expo.expo-web pnpm test:integration:base --grep @expo-web", |
42 | 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", |
| 43 | + "test:integration:generic": "E2E_DEBUG=1 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", |
|
0 commit comments