|
1124 | 1124 | "flakey": [],
|
1125 | 1125 | "runtimeError": false
|
1126 | 1126 | },
|
| 1127 | + "test/development/app-dir/watch-config-file/index.test.ts": { |
| 1128 | + "passed": [ |
| 1129 | + "app-dir watch-config-file should output config file change and restart server for app router" |
| 1130 | + ], |
| 1131 | + "failed": [], |
| 1132 | + "pending": [], |
| 1133 | + "flakey": [], |
| 1134 | + "runtimeError": false |
| 1135 | + }, |
1127 | 1136 | "test/development/app-hmr/hmr-env.test.ts": {
|
1128 | 1137 | "passed": [
|
1129 | 1138 | "app-dir hmr-env should update server components pages when env files is changed (edge)",
|
|
1149 | 1158 | "flakey": [],
|
1150 | 1159 | "runtimeError": false
|
1151 | 1160 | },
|
| 1161 | + "test/development/app-hmr/server-restart.test.ts": { |
| 1162 | + "passed": [ |
| 1163 | + "app-dir server restart should reload the page when the server restarts" |
| 1164 | + ], |
| 1165 | + "failed": [], |
| 1166 | + "pending": [], |
| 1167 | + "flakey": [], |
| 1168 | + "runtimeError": false |
| 1169 | + }, |
1152 | 1170 | "test/development/basic/allowed-dev-origins.test.ts": {
|
1153 | 1171 | "passed": [
|
1154 | 1172 | "allowed-dev-origins, basePath: \"\" block mode should load images regardless of allowed origins",
|
|
1924 | 1942 | "flakey": [],
|
1925 | 1943 | "runtimeError": false
|
1926 | 1944 | },
|
| 1945 | + "test/development/mcp-server/mcp-server.test.ts": { |
| 1946 | + "passed": [ |
| 1947 | + "mcp-server should initialize MCP server and list available tools", |
| 1948 | + "mcp-server should return exact absolute path for get_project_path tool" |
| 1949 | + ], |
| 1950 | + "failed": [], |
| 1951 | + "pending": [], |
| 1952 | + "flakey": [], |
| 1953 | + "runtimeError": false |
| 1954 | + }, |
1927 | 1955 | "test/development/middleware-errors/index.test.ts": {
|
1928 | 1956 | "passed": [
|
1929 | 1957 | "middleware - development errors when middleware contains an unhandled rejection does not render the error",
|
|
3070 | 3098 | "flakey": [],
|
3071 | 3099 | "runtimeError": false
|
3072 | 3100 | },
|
| 3101 | + "test/e2e/app-dir/app-middleware/app-middleware-in-src-dir.test.ts": { |
| 3102 | + "passed": [ |
| 3103 | + "app dir - middleware with middleware in src dir works without crashing when using RequestStore" |
| 3104 | + ], |
| 3105 | + "failed": [], |
| 3106 | + "pending": [], |
| 3107 | + "flakey": [], |
| 3108 | + "runtimeError": false |
| 3109 | + }, |
| 3110 | + "test/e2e/app-dir/app-middleware/app-middleware-without-pages-dir.test.ts": { |
| 3111 | + "passed": ["app dir - middleware without pages dir Updates headers"], |
| 3112 | + "failed": [], |
| 3113 | + "pending": [], |
| 3114 | + "flakey": [], |
| 3115 | + "runtimeError": false |
| 3116 | + }, |
3073 | 3117 | "test/e2e/app-dir/app-middleware/app-middleware.test.ts": {
|
3074 | 3118 | "passed": [
|
3075 |
| - "app dir - middleware with middleware in src dir works without crashing when using RequestStore", |
3076 |
| - "app dir - middleware without pages dir Updates headers", |
3077 | 3119 | "app-dir with middleware Mutate request headers for Edge Functions Adds new headers",
|
3078 | 3120 | "app-dir with middleware Mutate request headers for Edge Functions Deletes headers",
|
3079 | 3121 | "app-dir with middleware Mutate request headers for Edge Functions Supports draft mode",
|
|
3685 | 3727 | "app dir - basic searchParams prop server component should have the correct search params on middleware rewrite",
|
3686 | 3728 | "app dir - basic searchParams prop server component should have the correct search params on rewrite",
|
3687 | 3729 | "app dir - basic server components Loading should render loading.js in browser for slow layout",
|
| 3730 | + "app dir - basic server components Loading should render loading.js in browser for slow layout and page", |
3688 | 3731 | "app dir - basic server components Loading should render loading.js in browser for slow page",
|
3689 | 3732 | "app dir - basic server components Loading should render loading.js in initial html for slow layout",
|
3690 | 3733 | "app dir - basic server components Loading should render loading.js in initial html for slow layout and page",
|
|
3698 | 3741 | "app dir - basic server components client components should have consistent query and params handling",
|
3699 | 3742 | "app dir - basic server components dynamic routes should only pass params that apply to the layout",
|
3700 | 3743 | "app dir - basic server components middleware should strip internal query parameters from requests to middleware for redirect",
|
3701 |
| - "app dir - basic server components middleware should strip internal query parameters from requests to middleware for rewrite", |
3702 | 3744 | "app dir - basic server components next/router should support router.back and router.forward",
|
3703 | 3745 | "app dir - basic server components should include client component layout with server component route should include it client-side",
|
3704 | 3746 | "app dir - basic server components should include client component layout with server component route should include it server-side",
|
|
3743 | 3785 | ],
|
3744 | 3786 | "failed": [
|
3745 | 3787 | "app dir - basic <Link /> should navigate to pages dynamic route from pages page if it overlaps with an app page",
|
3746 |
| - "app dir - basic server components Loading should render loading.js in browser for slow layout and page" |
| 3788 | + "app dir - basic server components middleware should strip internal query parameters from requests to middleware for rewrite" |
3747 | 3789 | ],
|
3748 | 3790 | "pending": [
|
3749 | 3791 | "app dir - basic HMR should HMR correctly when changing the component type",
|
@@ -11439,11 +11481,18 @@
|
11439 | 11481 | },
|
11440 | 11482 | "test/e2e/persistent-caching/persistent-caching.test.ts": {
|
11441 | 11483 | "passed": [
|
11442 |
| - "persistent-caching should allow to change files while stopped (run 1)", |
11443 |
| - "persistent-caching should allow to change files while stopped (run 2)", |
11444 |
| - "persistent-caching should allow to change files while stopped (run 3)" |
| 11484 | + "persistent-caching should allow to change files while stopped (loader change)", |
| 11485 | + "persistent-caching should allow to change files while stopped (next config change)" |
| 11486 | + ], |
| 11487 | + "failed": [ |
| 11488 | + "persistent-caching should allow to change files while stopped (Pages change)", |
| 11489 | + "persistent-caching should allow to change files while stopped (RCC change)", |
| 11490 | + "persistent-caching should allow to change files while stopped (RSC change)", |
| 11491 | + "persistent-caching should allow to change files while stopped (RSC change, RCC change, Pages change, rename app page, loader change, next config change, env var change)", |
| 11492 | + "persistent-caching should allow to change files while stopped (env var change)", |
| 11493 | + "persistent-caching should allow to change files while stopped (rename app page)", |
| 11494 | + "persistent-caching should persistent cache loaders" |
11445 | 11495 | ],
|
11446 |
| - "failed": ["persistent-caching should persistent cache loaders"], |
11447 | 11496 | "pending": [],
|
11448 | 11497 | "flakey": [],
|
11449 | 11498 | "runtimeError": false
|
|
12013 | 12062 | "flakey": [],
|
12014 | 12063 | "runtimeError": false
|
12015 | 12064 | },
|
12016 |
| - "test/e2e/turbopack-turbo-config-compatibility/index.test.ts": { |
12017 |
| - "passed": [], |
12018 |
| - "failed": [], |
12019 |
| - "pending": [ |
12020 |
| - "turbopack-turbo-config-compatibility including both turbopack and deprecated experimental turbo config prefers turbopack config over deprecated experimental turbo config", |
12021 |
| - "turbopack-turbo-config-compatibility only including deprecated experimental turbo config still uses the deprecated experimental turbo config" |
12022 |
| - ], |
12023 |
| - "flakey": [], |
12024 |
| - "runtimeError": false |
12025 |
| - }, |
12026 | 12065 | "test/e2e/type-module-interop/index.test.ts": {
|
12027 | 12066 | "passed": [
|
12028 | 12067 | "Type module interop should render client-side",
|
|
14140 | 14179 | "flakey": [],
|
14141 | 14180 | "runtimeError": false
|
14142 | 14181 | },
|
14143 |
| - "test/integration/development-runtime-config/test/index.test.js": { |
14144 |
| - "passed": [ |
14145 |
| - "should work with runtime-config in next.config.js empty runtime-config", |
14146 |
| - "should work with runtime-config in next.config.js with runtime-config" |
14147 |
| - ], |
14148 |
| - "failed": [], |
14149 |
| - "pending": [], |
14150 |
| - "flakey": [], |
14151 |
| - "runtimeError": false |
14152 |
| - }, |
14153 | 14182 | "test/integration/disable-js/test/index.test.js": {
|
14154 | 14183 | "passed": [
|
14155 | 14184 | "disabled runtime JS development mode should have a script for each preload link",
|
|
0 commit comments