Skip to content

Commit 9ffcdd0

Browse files
lforstbillyvg
authored andcommitted
test(nextjs): Use RC1 as latest for Next.js canary tests (#13995)
1 parent 480e9ce commit 9ffcdd0

File tree

1 file changed

+2
-1
lines changed
  • dev-packages/e2e-tests/test-applications/nextjs-15

1 file changed

+2
-1
lines changed

dev-packages/e2e-tests/test-applications/nextjs-15/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"test:dev": "TEST_ENV=development playwright test",
1010
"test:build": "pnpm install && npx playwright install && pnpm build",
1111
"test:build-canary": "pnpm install && pnpm add next@canary && pnpm add react@beta && pnpm add react-dom@beta && npx playwright install && pnpm build",
12-
"test:build-latest": "pnpm install && pnpm add next@rc && pnpm add react@beta && pnpm add react-dom@beta && npx playwright install && pnpm build",
12+
"//": "15.0.0-canary.194 is the canary release attached to Next.js RC 1. We need to use the canary version instead of the RC because PPR will not work without. The specific react version is also attached to RC 1.",
13+
"test:build-latest": "pnpm install && pnpm add [email protected] && pnpm add [email protected] && pnpm add [email protected] && npx playwright install && pnpm build",
1314
"test:assert": "pnpm test:prod && pnpm test:dev"
1415
},
1516
"dependencies": {

0 commit comments

Comments
 (0)