Skip to content

Commit 9996d00

Browse files
committed
stop testing pages and app dir on next 16 canary
1 parent c70b305 commit 9996d00

File tree

2 files changed

+8
-26
lines changed

2 files changed

+8
-26
lines changed

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

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,12 @@
44
"private": true,
55
"scripts": {
66
"build": "next build > .tmp_build_stdout 2> .tmp_build_stderr || (cat .tmp_build_stdout && cat .tmp_build_stderr && exit 1)",
7-
"build:webpack": "next build --webpack > .tmp_build_stdout 2> .tmp_build_stderr || (cat .tmp_build_stdout && cat .tmp_build_stderr && exit 1)",
87
"clean": "npx rimraf node_modules pnpm-lock.yaml",
98
"test:prod": "TEST_ENV=production playwright test",
109
"test:dev": "TEST_ENV=development playwright test",
11-
"test:dev-webpack": "TEST_ENV=development-webpack playwright test",
1210
"test:build": "pnpm install && pnpm build",
1311
"test:test-build": "pnpm ts-node --script-mode assert-build.ts",
14-
"test:build-canary": "pnpm install && pnpm add next@canary && pnpm add react@latest && pnpm add react-dom@latest && pnpm build:webpack",
15-
"test:build-latest": "pnpm install && pnpm add next@latest && pnpm build",
12+
"test:build-15": "pnpm install && pnpm add next@15 && pnpm add react@latest && pnpm add react-dom@latest && pnpm build",
1613
"test:build-13": "pnpm install && pnpm add [email protected] && pnpm build",
1714
"test:assert": "pnpm test:test-build && pnpm test:prod && pnpm test:dev"
1815
},
@@ -40,17 +37,10 @@
4037
{
4138
"build-command": "pnpm test:build-13",
4239
"label": "nextjs-app-dir (next@13)"
43-
}
44-
],
45-
"optionalVariants": [
46-
{
47-
"build-command": "pnpm test:build-canary",
48-
"label": "nextjs-app-dir (canary, webpack opt-in)",
49-
"assert-command": "pnpm test:prod"
5040
},
5141
{
52-
"build-command": "pnpm test:build-latest",
53-
"label": "nextjs-app-dir (latest)"
42+
"build-command": "pnpm test:build-15",
43+
"label": "nextjs-app-dir (next@15)"
5444
}
5545
]
5646
}

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

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@
88
"clean": "npx rimraf node_modules pnpm-lock.yaml",
99
"test:prod": "TEST_ENV=production playwright test",
1010
"test:dev": "TEST_ENV=development playwright test",
11-
"test:dev-webpack": "TEST_ENV=development-webpack playwright test",
1211
"test:build": "pnpm install && pnpm build",
1312
"test:test-build": "pnpm ts-node --script-mode assert-build.ts",
14-
"test:build-canary": "pnpm install && pnpm add next@canary && pnpm add react@latest && pnpm add react-dom@latest && pnpm build:webpack",
15-
"test:build-latest": "pnpm install && pnpm add next@latest && pnpm add react@latest && pnpm add react-dom@latest && pnpm build",
13+
"test:build-15": "pnpm install && pnpm add next@15 && pnpm add react@latest && pnpm add react-dom@latest && pnpm build",
1614
"test:build-13": "pnpm install && pnpm add [email protected] && pnpm build",
1715
"test:assert": "pnpm test:test-build && pnpm test:prod && pnpm test:dev"
1816
},
@@ -40,18 +38,12 @@
4038
{
4139
"build-command": "pnpm test:build-13",
4240
"label": "nextjs-pages-dir (next@13)"
43-
}
44-
],
45-
"optionalVariants": [
46-
{
47-
"build-command": "pnpm test:build-canary",
48-
"label": "nextjs-pages-dir (canary, webpack opt-in)",
49-
"assert-command": "pnpm test:prod"
5041
},
5142
{
52-
"build-command": "pnpm test:build-latest",
53-
"label": "nextjs-pages-dir (latest)"
43+
"build-command": "pnpm test:build-15",
44+
"label": "nextjs-pages-dir (next@15)"
5445
}
55-
]
46+
],
47+
"optionalVariants": []
5648
}
5749
}

0 commit comments

Comments
 (0)