Skip to content

Commit 991cf03

Browse files
committed
debg
1 parent 662ab05 commit 991cf03

File tree

3 files changed

+42
-42
lines changed

3 files changed

+42
-42
lines changed

.github/workflows/ci.yml

Lines changed: 40 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -295,54 +295,53 @@ jobs:
295295
strategy:
296296
fail-fast: false
297297
matrix:
298-
test-name:
299-
[
298+
test-name: [
300299
"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",
300+
# "express",
301+
# "ap-flows",
302+
# "localhost",
303+
# "sessions",
304+
# "sessions:staging",
305+
# "handshake",
306+
# "handshake:staging",
307+
# "astro",
308+
# "tanstack-react-start",
309+
# "vue",
310+
# "nuxt",
311+
# "react-router",
312+
# "custom",
314313
]
315314
test-project: ["chrome"]
316315
include:
317-
- test-name: "billing"
318-
test-project: "chrome"
319-
clerk-use-rq: "false"
320-
- test-name: "billing"
321-
test-project: "chrome"
322-
clerk-use-rq: "true"
323-
- test-name: "machine"
324-
test-project: "chrome"
325-
clerk-use-rq: "false"
326-
- test-name: "machine"
327-
test-project: "chrome"
328-
clerk-use-rq: "true"
316+
# - test-name: "billing"
317+
# test-project: "chrome"
318+
# clerk-use-rq: "false"
319+
# - test-name: "billing"
320+
# test-project: "chrome"
321+
# clerk-use-rq: "true"
322+
# - test-name: "machine"
323+
# test-project: "chrome"
324+
# clerk-use-rq: "false"
325+
# - test-name: "machine"
326+
# test-project: "chrome"
327+
# clerk-use-rq: "true"
328+
# - test-name: "nextjs"
329+
# test-project: "chrome"
330+
# next-version: "15"
331+
# clerk-use-rq: "false"
332+
# - test-name: "nextjs"
333+
# test-project: "chrome"
334+
# next-version: "15"
335+
# clerk-use-rq: "true"
329336
- test-name: "nextjs"
330-
test-project: "chrome"
331-
next-version: "15"
332-
clerk-use-rq: "false"
333-
- test-name: "nextjs"
334-
test-project: "chrome"
335-
next-version: "15"
336-
clerk-use-rq: "true"
337-
- test-name: "nextjs"
338-
test-project: "chrome"
339-
next-version: "16"
340-
- test-name: "quickstart"
341-
test-project: "chrome"
342-
next-version: "15"
343-
- test-name: "quickstart"
344337
test-project: "chrome"
345338
next-version: "16"
339+
# - test-name: "quickstart"
340+
# test-project: "chrome"
341+
# next-version: "15"
342+
# - test-name: "quickstart"
343+
# test-project: "chrome"
344+
# next-version: "16"
346345

347346
steps:
348347
- name: Checkout Repo

integration/templates/react-vite/src/main.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ const Root = () => {
4545
: undefined,
4646
}}
4747
>
48+
here?
4849
<Outlet />
4950
</ClerkProvider>
5051
);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
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_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.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",

0 commit comments

Comments
 (0)