File tree Expand file tree Collapse file tree 2 files changed +20
-19
lines changed
Expand file tree Collapse file tree 2 files changed +20
-19
lines changed Original file line number Diff line number Diff line change @@ -296,21 +296,22 @@ jobs:
296296 strategy :
297297 fail-fast : false
298298 matrix :
299- test-name : [
299+ test-name :
300+ [
300301 " generic" ,
301- # "express",
302- # "ap-flows",
303- # "localhost",
304- # "sessions",
305- # "sessions:staging",
306- # "handshake",
307- # "handshake:staging",
308- # "astro",
309- # "tanstack-react-start",
310- # "vue",
311- # "nuxt",
312- # "react-router",
313- # "custom",
302+ " express" ,
303+ " ap-flows" ,
304+ " localhost" ,
305+ " sessions" ,
306+ " sessions:staging" ,
307+ " handshake" ,
308+ " handshake:staging" ,
309+ " astro" ,
310+ " tanstack-react-start" ,
311+ " vue" ,
312+ " nuxt" ,
313+ " react-router" ,
314+ " custom" ,
314315 ]
315316 test-project : ["chrome"]
316317 include :
@@ -330,10 +331,10 @@ jobs:
330331 test-project : " chrome"
331332 next-version : " 15"
332333 clerk-use-rq : " false"
333- # - test-name: "nextjs"
334- # test-project: "chrome"
335- # next-version: "15"
336- # clerk-use-rq: "true"
334+ - test-name : " nextjs"
335+ test-project : " chrome"
336+ next-version : " 15"
337+ clerk-use-rq : " true"
337338 - test-name : " nextjs"
338339 test-project : " chrome"
339340 next-version : " 16"
Original file line number Diff line number Diff line change 4040 "test:integration:deployment:nextjs" : " pnpm playwright test --config integration/playwright.deployments.config.ts" ,
4141 "test:integration:expo-web:disabled" : " E2E_APP_ID=expo.expo-web pnpm test:integration:base --grep @expo-web" ,
4242 "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.withEmailCodes pnpm test:integration:base --grep @generic sign-up-flow.test.ts " ,
43+ "test:integration:generic" : " E2E_DEBUG=1 E2E_APP_ID=react.vite.*,next.appRouter. withEmailCodes* pnpm test:integration:base --grep @generic" ,
4444 "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" ,
4545 "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" ,
4646 "test:integration:localhost" : " pnpm test:integration:base --grep @localhost" ,
You can’t perform that action at this time.
0 commit comments