File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
dev-packages/e2e-tests/test-applications/nextjs-13 Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 8181 - test-application : ' nextjs-app-dir'
8282 build-command : ' test:build-latest'
8383 label : ' nextjs-app-dir (latest)'
84+ - test-application : ' nextjs-13'
85+ build-command : ' test:build-latest'
86+ label : ' nextjs-13 (latest)'
8487 - test-application : ' nextjs-14'
8588 build-command : ' test:build-canary'
8689 label : ' nextjs-14 (canary)'
Original file line number Diff line number Diff line change 88 "test:prod" : " TEST_ENV=production playwright test" ,
99 "test:dev" : " TEST_ENV=development playwright test" ,
1010 "test:build" : " pnpm install && pnpm build" ,
11+ "test:build-latest" : " pnpm install && pnpm add next@next-13 && pnpm build" ,
1112 "test:assert" : " pnpm test:prod && pnpm test:dev"
1213 },
1314 "dependencies" : {
You can’t perform that action at this time.
0 commit comments