diff --git a/test/rspack-build-tests-manifest.json b/test/rspack-build-tests-manifest.json
index 74a2d72c37128..795206168dc38 100644
--- a/test/rspack-build-tests-manifest.json
+++ b/test/rspack-build-tests-manifest.json
@@ -1,6 +1,7 @@
{
"test/e2e/404-page-router/index.test.ts": {
- "passed": [
+ "passed": [],
+ "failed": [
"404-page-router 404-page-router with basePath of false and i18n of false and middleware false for /error should have the correct router parameters after it is ready",
"404-page-router 404-page-router with basePath of false and i18n of false and middleware false for /error?with=query should have the correct router parameters after it is ready",
"404-page-router 404-page-router with basePath of false and i18n of false and middleware false for /not/a/real/page should have the correct router parameters after it is ready",
@@ -27,7 +28,6 @@
"404-page-router 404-page-router with basePath of true and i18n of true and middleware false for /not/a/real/page?with=query should have the correct router parameters after it is ready",
"404-page-router 404-page-router with basePath of true and i18n of true and middleware false should not throw any errors when re-fetching the route info"
],
- "failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
@@ -46,10 +46,11 @@
"test/e2e/app-dir/action-in-pages-router/action-in-pages-router.test.ts": {
"passed": [
"app-dir - action-in-pages-router should not contain server action in manifest",
- "app-dir - action-in-pages-router should not contain server action in page bundle",
+ "app-dir - action-in-pages-router should not contain server action in page bundle"
+ ],
+ "failed": [
"app-dir - action-in-pages-router should not error on fake server action in pages router"
],
- "failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
@@ -129,8 +130,11 @@
"app-dir action size limit invalid config should error if serverActions.bodySizeLimit config is a negative number",
"app-dir action size limit invalid config should error if serverActions.bodySizeLimit config is a negative size",
"app-dir action size limit invalid config should error if serverActions.bodySizeLimit config is invalid",
- "app-dir action size limit invalid config should respect the size set in serverActions.bodySizeLimit",
- "app-dir action size limit invalid config should respect the size set in serverActions.bodySizeLimit when submitting form"
+ "app-dir action size limit invalid config should respect the size set in serverActions.bodySizeLimit for multipart fetch actions should error for requests that exceed the size limit",
+ "app-dir action size limit invalid config should respect the size set in serverActions.bodySizeLimit for multipart fetch actions should not error for requests that are at the size limit",
+ "app-dir action size limit invalid config should respect the size set in serverActions.bodySizeLimit for multipart fetch actions should not error for requests that stay below the size limit",
+ "app-dir action size limit invalid config should respect the size set in serverActions.bodySizeLimit for plaintext fetch actions should error for requests that exceed the size limit",
+ "app-dir action size limit invalid config should respect the size set in serverActions.bodySizeLimit for plaintext fetch actions should not error for requests that stay below the size limit"
],
"failed": [],
"pending": [],
@@ -568,12 +572,13 @@
"app-dir with middleware retains a link response header from the middleware",
"app-dir with middleware should be possible to modify cookies & read them in an RSC in a single request",
"app-dir with middleware should be possible to read cookies that are set during the middleware handling of a server action",
- "app-dir with middleware should filter correctly after middleware rewrite",
"app-dir with middleware should ignore x-middleware-set-cookie as a request header",
"app-dir with middleware should omit internal headers for middleware cookies",
"app-dir with middleware should respect cookie options of merged middleware cookies"
],
- "failed": [],
+ "failed": [
+ "app-dir with middleware should filter correctly after middleware rewrite"
+ ],
"pending": [],
"flakey": [],
"runtimeError": false
@@ -1195,8 +1200,6 @@
"app dir - basic should include document html and body",
"app dir - basic should include layouts when no direct parent layout",
"app dir - basic should include parent document when no direct parent layout",
- "app dir - basic should match redirects in pages correctly $path",
- "app dir - basic should not apply client router filter on shallow",
"app dir - basic should not create new root layout when nested (optional)",
"app dir - basic should not include parent when not in parent directory",
"app dir - basic should not rerender layout when navigating between routes in the same layout",
@@ -1214,7 +1217,6 @@
"app dir - basic should serve from public",
"app dir - basic should serve nested parent",
"app dir - basic should serve page as a segment name correctly",
- "app dir - basic should successfully detect app route during prefetch",
"app dir - basic should use new root layout when provided",
"app dir - basic should use text/x-component for flight",
"app dir - basic should use text/x-component for flight with edge runtime",
@@ -1223,7 +1225,10 @@
"app dir - basic template component should render the template that is a server component and rerender on navigation"
],
"failed": [
- "app dir - basic should serve polyfills for browsers that do not support modules"
+ "app dir - basic should match redirects in pages correctly $path",
+ "app dir - basic should not apply client router filter on shallow",
+ "app dir - basic should serve polyfills for browsers that do not support modules",
+ "app dir - basic should successfully detect app route during prefetch"
],
"pending": [
"app dir - basic known bugs should support React fetch instrumentation client component",
@@ -1316,8 +1321,6 @@
"app dir - basic should include document html and body",
"app dir - basic should include layouts when no direct parent layout",
"app dir - basic should include parent document when no direct parent layout",
- "app dir - basic should match redirects in pages correctly $path",
- "app dir - basic should not apply client router filter on shallow",
"app dir - basic should not create new root layout when nested (optional)",
"app dir - basic should not include parent when not in parent directory",
"app dir - basic should not rerender layout when navigating between routes in the same layout",
@@ -1333,7 +1336,6 @@
"app dir - basic should serve from public",
"app dir - basic should serve nested parent",
"app dir - basic should serve page as a segment name correctly",
- "app dir - basic should successfully detect app route during prefetch",
"app dir - basic should use new root layout when provided",
"app dir - basic should use text/x-component for flight",
"app dir - basic should use text/x-component for flight with edge runtime",
@@ -1342,7 +1344,10 @@
"app dir - basic template component should render the template that is a server component and rerender on navigation"
],
"failed": [
- "app dir - basic should serve polyfills for browsers that do not support modules"
+ "app dir - basic should match redirects in pages correctly $path",
+ "app dir - basic should not apply client router filter on shallow",
+ "app dir - basic should serve polyfills for browsers that do not support modules",
+ "app dir - basic should successfully detect app route during prefetch"
],
"pending": [
"app dir - basic known bugs should support React fetch instrumentation client component",
@@ -1553,6 +1558,18 @@
"flakey": [],
"runtimeError": false
},
+ "test/e2e/app-dir/css-modules-data-urls/css-modules-data-urls.test.ts": {
+ "passed": [],
+ "failed": [],
+ "pending": [
+ "css-modules-data-urls should apply client class name from data url correctly",
+ "css-modules-data-urls should apply client styles from data url correctly",
+ "css-modules-data-urls should apply rsc class name from data url correctly",
+ "css-modules-data-urls should apply rsc styles from data url correctly"
+ ],
+ "flakey": [],
+ "runtimeError": false
+ },
"test/e2e/app-dir/css-modules-pure-no-check/css-modules-pure-no-check.test.ts": {
"passed": [
"css-modules-pure-no-check should apply styles correctly",
@@ -2010,16 +2027,18 @@
"passed": [
"Dynamic IO Errors - With Minification Dynamic Boundary should not error the build when all dynamic components are inside a Suspense boundary",
"Dynamic IO Errors - With Minification Dynamic Metadata - Dynamic Route should partially prerender when all dynamic components are inside a Suspense boundary",
+ "Dynamic IO Errors - With Minification Dynamic Metadata - Error Route should error the build for the correct reason when there is a dynamic IO violation alongside dynamic metadata",
"Dynamic IO Errors - With Minification Dynamic Metadata - Static Route With Suspense should not error the build if generateMetadata is dynamic",
- "Dynamic IO Errors - With Minification Dynamic Metadata - Static Route should not error the build if generateMetadata is dynamic",
+ "Dynamic IO Errors - With Minification Dynamic Metadata - Static Route should error the build if generateMetadata is dynamic when the rest of the route is prerenderable",
"Dynamic IO Errors - With Minification Dynamic Root should error the build if dynamic IO happens in the root (outside a Suspense)",
"Dynamic IO Errors - With Minification Dynamic Viewport - Dynamic Route should error the build if generateViewport is dynamic even if there are other uses of dynamic on the page",
"Dynamic IO Errors - With Minification Dynamic Viewport - Static Route should error the build if generateViewport is dynamic",
"Dynamic IO Errors - With Minification Static Route should not error the build when all routes are static",
"Dynamic IO Errors - Without Minification Dynamic Boundary should not error the build when all dynamic components are inside a Suspense boundary",
"Dynamic IO Errors - Without Minification Dynamic Metadata - Dynamic Route should partially prerender when all dynamic components are inside a Suspense boundary",
+ "Dynamic IO Errors - Without Minification Dynamic Metadata - Error Route should error the build for the correct reason when there is a dynamic IO violation alongside dynamic metadata",
"Dynamic IO Errors - Without Minification Dynamic Metadata - Static Route With Suspense should not error the build if generateMetadata is dynamic",
- "Dynamic IO Errors - Without Minification Dynamic Metadata - Static Route should not error the build if generateMetadata is dynamic",
+ "Dynamic IO Errors - Without Minification Dynamic Metadata - Static Route should error the build if generateMetadata is dynamic when the rest of the route is prerenderable",
"Dynamic IO Errors - Without Minification Dynamic Root should error the build if dynamic IO happens in the root (outside a Suspense)",
"Dynamic IO Errors - Without Minification Dynamic Viewport - Dynamic Route should error the build if generateViewport is dynamic even if there are other uses of dynamic on the page",
"Dynamic IO Errors - Without Minification Dynamic Viewport - Static Route should error the build if generateViewport is dynamic",
@@ -2213,10 +2232,11 @@
"test/e2e/app-dir/dynamic-io/dynamic-io.server-action.test.ts": {
"passed": [
"dynamic-io should not fail decoding server action arguments",
- "dynamic-io should not have dynamic IO errors when encoding bound args for inline server actions",
"dynamic-io should prerender pages with inline server actions"
],
- "failed": [],
+ "failed": [
+ "dynamic-io should not have dynamic IO errors when encoding bound args for inline server actions"
+ ],
"pending": [],
"flakey": [],
"runtimeError": false
@@ -2283,11 +2303,12 @@
"app dir - next/dynamic should generate correct client manifest for dynamic chunks",
"app dir - next/dynamic should handle next/dynamic in SSR correctly",
"app dir - next/dynamic should handle next/dynamic in hydration correctly",
- "app dir - next/dynamic should handle ssr: false in pages when appDir is enabled",
"app dir - next/dynamic should not render loading by default",
"app dir - next/dynamic should render loading by default if loading is specified and loader is slow"
],
- "failed": [],
+ "failed": [
+ "app dir - next/dynamic should handle ssr: false in pages when appDir is enabled"
+ ],
"pending": [],
"flakey": [],
"runtimeError": false
@@ -2359,6 +2380,15 @@
"flakey": [],
"runtimeError": false
},
+ "test/e2e/app-dir/empty-fallback-shells/empty-fallback-shells.test.ts": {
+ "passed": [
+ "empty-fallback-shells should start and not postpone the response"
+ ],
+ "failed": [],
+ "pending": [],
+ "flakey": [],
+ "runtimeError": false
+ },
"test/e2e/app-dir/error-boundary-navigation/index.test.ts": {
"passed": [
"app dir - not found navigation should allow navigating to a non-existent page",
@@ -2579,10 +2609,6 @@
},
"test/e2e/app-dir/hooks/hooks.test.ts": {
"passed": [
- "app dir - hooks from pages should have the correct hooks at /adapter-hooks/1",
- "app dir - hooks from pages should have the correct hooks at /adapter-hooks/1/account",
- "app dir - hooks from pages should have the correct hooks at /adapter-hooks/2",
- "app dir - hooks from pages should have the correct hooks at /adapter-hooks/static",
"app dir - hooks useDraftMode should generate rand when draft mode enabled",
"app dir - hooks useDraftMode should use initial rand when draft mode be disabled",
"app dir - hooks usePathname should have the canonical url pathname on rewrite",
@@ -2602,7 +2628,12 @@
"app dir - hooks useSelectedLayoutSegments should have the correct layout segments at /hooks/use-selected-layout-segment/rewritten-middleware",
"app dir - hooks useSelectedLayoutSegments should return an empty array in pages"
],
- "failed": [],
+ "failed": [
+ "app dir - hooks from pages should have the correct hooks at /adapter-hooks/1",
+ "app dir - hooks from pages should have the correct hooks at /adapter-hooks/1/account",
+ "app dir - hooks from pages should have the correct hooks at /adapter-hooks/2",
+ "app dir - hooks from pages should have the correct hooks at /adapter-hooks/static"
+ ],
"pending": [],
"flakey": [],
"runtimeError": false
@@ -2638,6 +2669,13 @@
"flakey": [],
"runtimeError": false
},
+ "test/e2e/app-dir/instrumentation-order/instrumentation-order.test.ts": {
+ "passed": ["instrumentation-order should work using cheerio"],
+ "failed": [],
+ "pending": [],
+ "flakey": [],
+ "runtimeError": false
+ },
"test/e2e/app-dir/interception-dynamic-segment-middleware/interception-dynamic-segment-middleware.test.ts": {
"passed": [
"interception-dynamic-segment-middleware should work when interception route is paired with a dynamic segment & middleware"
@@ -2948,6 +2986,7 @@
},
"test/e2e/app-dir/metadata-streaming-parallel-routes/metadata-streaming-parallel-routes.test.ts": {
"passed": [
+ "app-dir - metadata-streaming should change metadata when navigating between two pages under a slot when children is not rendered",
"app-dir - metadata-streaming should only insert metadata once for parallel routes when slots match",
"app-dir - metadata-streaming should only insert metadata once for parallel routes when there is a missing slot",
"app-dir - metadata-streaming should still render metadata if children is not rendered in parallel routes layout"
@@ -3218,7 +3257,6 @@
"app dir - navigation query string should set query correctly",
"app dir - navigation query string should set query with semicolon correctly",
"app dir - navigation query string useParams identity between renders should be stable in app",
- "app dir - navigation query string useParams identity between renders should be stable in pages",
"app dir - navigation redirect components should only trigger the redirect once (/redirect/servercomponent)",
"app dir - navigation redirect components should only trigger the redirect once (redirect/redirect-with-loading)",
"app dir - navigation redirect components should redirect client-side",
@@ -3241,7 +3279,9 @@
"app dir - navigation useRouter identity between navigations should preserve identity when navigating between different pages",
"app dir - navigation useRouter identity between navigations should preserve identity when navigating to the same page"
],
- "failed": [],
+ "failed": [
+ "app dir - navigation query string useParams identity between renders should be stable in pages"
+ ],
"pending": [],
"flakey": [],
"runtimeError": false
@@ -3549,6 +3589,9 @@
"app dir - form unsupported attributes on submitter should warn if submitter sets \"formMethod\" to an unsupported value and fall back to default submit behavior",
"app dir - form unsupported attributes on submitter should warn if submitter sets \"formTarget\" to an unsupported value and fall back to default submit behavior",
"app dir - form url-encodes file inputs, but warns about them",
+ "pages dir - form url-encodes file inputs, but warns about them"
+ ],
+ "failed": [
"pages dir - form does not navigate if preventDefault is called in onSubmit",
"pages dir - form does not push a new history entry if `replace` is passed",
"pages dir - form functions passed to action runs client action",
@@ -3557,10 +3600,8 @@
"pages dir - form should soft-navigate to the formAction url of the submitter",
"pages dir - form unsupported attributes on submitter should warn if submitter sets \"formEncType\" to an unsupported value and fall back to default submit behavior",
"pages dir - form unsupported attributes on submitter should warn if submitter sets \"formMethod\" to an unsupported value and fall back to default submit behavior",
- "pages dir - form unsupported attributes on submitter should warn if submitter sets \"formTarget\" to an unsupported value and fall back to default submit behavior",
- "pages dir - form url-encodes file inputs, but warns about them"
+ "pages dir - form unsupported attributes on submitter should warn if submitter sets \"formTarget\" to an unsupported value and fall back to default submit behavior"
],
- "failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
@@ -4017,11 +4058,11 @@
"runtimeError": false
},
"test/e2e/app-dir/params-hooks-compat/index.test.ts": {
- "passed": [
+ "passed": [],
+ "failed": [
"app-dir - params hooks compat should only access path params with useParams",
"app-dir - params hooks compat should only access search params with useSearchParams"
],
- "failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
@@ -4690,7 +4731,9 @@
"redirects and rewrites navigation using link should redirect from next.config.js correctly with empty query params",
"redirects and rewrites navigation using link should redirect using catchall from next.config.js correctly",
"redirects and rewrites navigation using link should rewrite from middleware correctly",
- "redirects and rewrites navigation using link should rewrite from next.config.js correctly"
+ "redirects and rewrites navigation using link should rewrite from next.config.js correctly",
+ "redirects and rewrites redirects to exotic url schemes preserving slashes",
+ "redirects and rewrites redirects to exotic url schemes without adding unwanted slashes"
],
"failed": [],
"pending": [],
@@ -5276,11 +5319,12 @@
"searchparams-reuse-loading should re-use the prefetched loading state when navigating to a new searchParam value",
"searchparams-reuse-loading should reflect the correct searchParams when re-using the same page segment",
"searchparams-reuse-loading should reflect the correct searchParams when the root page is prefetched first",
- "searchparams-reuse-loading when aliasing is skipped should work for navigating to pages dir",
"searchparams-reuse-loading when aliasing is skipped should work for not found pages",
"searchparams-reuse-loading when aliasing is skipped should work for route handlers"
],
- "failed": [],
+ "failed": [
+ "searchparams-reuse-loading when aliasing is skipped should work for navigating to pages dir"
+ ],
"pending": [],
"flakey": [],
"runtimeError": false
@@ -5316,9 +5360,22 @@
"test/e2e/app-dir/segment-cache/client-only-opt-in/client-only-opt-in.test.ts": {
"passed": [
"segment cache prefetch scheduling prefetches a dynamic page (with PPR enabled)",
- "segment cache prefetch scheduling prefetches a dynamic page (without PPR enabled)",
"segment cache prefetch scheduling prefetches a static page in a single request"
],
+ "failed": [
+ "segment cache prefetch scheduling prefetches a dynamic page (without PPR enabled)"
+ ],
+ "pending": [],
+ "flakey": [],
+ "runtimeError": false
+ },
+ "test/e2e/app-dir/segment-cache/conflicting-routes/conflicting-routes.test.ts": {
+ "passed": [
+ "conflicting routes /en/vercel/~/monitoring matches the right route",
+ "conflicting routes /es/vercel/~/monitoring matches the right route",
+ "conflicting routes /fr/vercel/~/monitoring matches the right route",
+ "conflicting routes matches the right route when the original route has no dynamic params, is dynamic, and PPR is disabled"
+ ],
"failed": [],
"pending": [],
"flakey": [],
@@ -5350,12 +5407,16 @@
"segment cache (incremental opt in) multiple prefetches to same link are deduped page with PPR disabled, and has a loading boundary",
"segment cache (incremental opt in) multiple prefetches to same link are deduped page with PPR enabled",
"segment cache (incremental opt in) multiple prefetches to same link are deduped page with PPR enabled, and has a dynamic param",
+ "segment cache (incremental opt in) prefetches a dynamic route when PPR is disabled if it has a loading.tsx boundary",
"segment cache (incremental opt in) prefetches a shared layout on a PPR-enabled route that was previously omitted from a non-PPR-enabled route",
+ "segment cache (incremental opt in) skips prefetching a dynamic route when PPR is disabled if everything up to its loading.tsx boundary is already cached",
"segment cache (incremental opt in) when a link is prefetched with , no dynamic request is made on navigation",
- "segment cache (incremental opt in) when prefetching with prefetch=true, refetches cache entries that only contain partial data",
"segment cache (incremental opt in) when prefetching with prefetch=true, refetches partial cache entries even if there's already a pending PPR request"
],
- "failed": [],
+ "failed": [
+ "segment cache (incremental opt in) skips prefetching a dynamic route when PPR is disabled if it has no loading.tsx boundary",
+ "segment cache (incremental opt in) when prefetching with prefetch=true, refetches cache entries that only contain partial data"
+ ],
"pending": [],
"flakey": [],
"runtimeError": false
@@ -5382,10 +5443,10 @@
"test/e2e/app-dir/segment-cache/prefetch-scheduling/prefetch-scheduling.test.ts": {
"passed": [
"segment cache prefetch scheduling cancels a viewport-initiated prefetch if the link leaves the viewport before it finishes",
- "segment cache prefetch scheduling even on mouseexit, any link that was previously hovered is prioritized over links that were never hovered at all",
"segment cache prefetch scheduling increases the priority of a viewport-initiated prefetch on hover",
"segment cache prefetch scheduling prioritizes prefetching the route trees before the segments",
- "segment cache prefetch scheduling reschedules a link's prefetch when it re-enters the viewport"
+ "segment cache prefetch scheduling reschedules a link's prefetch when it re-enters the viewport",
+ "segment cache prefetch scheduling reserve special bandwidth for the most recently hovered link"
],
"failed": [],
"pending": [],
@@ -5394,6 +5455,7 @@
},
"test/e2e/app-dir/segment-cache/revalidation/segment-cache-revalidation.test.ts": {
"passed": [
+ "segment cache (revalidation) call router.prefetch(..., {onInvalidate}) after cache is revalidated",
"segment cache (revalidation) evict client cache when Server Action calls revalidatePath",
"segment cache (revalidation) evict client cache when Server Action calls revalidateTag",
"segment cache (revalidation) re-fetch visible links after a navigation, if needed",
@@ -5645,13 +5707,6 @@
"flakey": [],
"runtimeError": false
},
- "test/e2e/app-dir/turbopack-loader-resource-query/turbopack-loader-resource-query.test.ts": {
- "passed": [],
- "failed": [],
- "pending": ["turbopack-loader-resource-query should pass query to loader"],
- "flakey": [],
- "runtimeError": false
- },
"test/e2e/app-dir/turbopack-reports/turbopack-reports.test.ts": {
"passed": ["turbopack-reports should render page importing sqlite3"],
"failed": [],
@@ -5856,6 +5911,8 @@
"use-cache should send an SWR cache-control header based on the revalidate and expire values",
"use-cache should update after unstable_expireTag correctly",
"use-cache should use revalidate config in fetch",
+ "use-cache usage in node_modules should cache results when using a directive with a handler",
+ "use-cache usage in node_modules should cache results when using a directive without a handler",
"use-cache works with \"use cache\" in method props",
"use-cache works with \"use cache\" in static class methods",
"use-cache works with useActionState if previousState parameter is not used in \"use cache\" function"
@@ -5872,10 +5929,9 @@
"use-params should work for nested dynamic params client navigating",
"use-params should work for single dynamic param",
"use-params should work for single dynamic param client navigating",
- "use-params should work on pages router",
"use-params shouldn't rerender host component when prefetching"
],
- "failed": [],
+ "failed": ["use-params should work on pages router"],
"pending": [],
"flakey": [],
"runtimeError": false
@@ -5914,10 +5970,27 @@
"flakey": [],
"runtimeError": false
},
- "test/e2e/app-dir/webpack-loader-conditions/webpack-loader-conditions.test.ts": {
+ "test/e2e/app-dir/webpack-loader-binary/webpack-loader-binary.test.ts": {
"passed": [
- "webpack-loader-conditions should only run the test in turbopack"
+ "webpack-loader-ts-transform should allow passing binary assets to and from a Webpack loader"
+ ],
+ "failed": [],
+ "pending": [],
+ "flakey": [],
+ "runtimeError": false
+ },
+ "test/e2e/app-dir/webpack-loader-conditions/webpack-loader-conditions.test.ts": {
+ "passed": [],
+ "failed": [],
+ "pending": [
+ "webpack-loader-conditions should render correctly on client side",
+ "webpack-loader-conditions should render correctly on server site"
],
+ "flakey": [],
+ "runtimeError": false
+ },
+ "test/e2e/app-dir/webpack-loader-resource-query/turbopack-loader-resource-query.test.ts": {
+ "passed": ["webpack-loader-resource-query should pass query to loader"],
"failed": [],
"pending": [],
"flakey": [],
@@ -5975,10 +6048,10 @@
"runtimeError": false
},
"test/e2e/app-document/client.test.ts": {
- "passed": [
+ "passed": [],
+ "failed": [
"Document and App - Client side should share module state with pages"
],
- "failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
@@ -6035,11 +6108,12 @@
},
"test/e2e/basepath/basepath-trailing-slash.test.ts": {
"passed": [
- "basePath + trailingSlash should allow URL query strings on index without refresh",
+ "basePath + trailingSlash should allow URL query strings on index without refresh"
+ ],
+ "failed": [
"basePath + trailingSlash should allow URL query strings without refresh",
"basePath + trailingSlash should correctly replace state when same asPath but different url"
],
- "failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
@@ -6048,12 +6122,38 @@
"passed": [
"basePath should 404 for public file without basePath",
"basePath should 404 when manually adding basePath with ",
- "basePath should 404 when manually adding basePath with router.push",
- "basePath should 404 when manually adding basePath with router.replace",
"basePath should add basePath to routes-manifest",
"basePath should add header with basePath by default",
"basePath should add header without basePath when set to false",
"basePath should allow URL query strings on index without refresh",
+ "basePath should have basePath field on Router",
+ "basePath should have correct href for a link",
+ "basePath should have correct href for a link to /",
+ "basePath should navigate an absolute local url without basePath",
+ "basePath should navigate an absolute url",
+ "basePath should navigate to external site and back",
+ "basePath should not add header with basePath when set to false",
+ "basePath should not add header without basePath without disabling",
+ "basePath should not redirect with basePath when set to false",
+ "basePath should not redirect without basePath without disabling",
+ "basePath should not rewrite with basePath when set to false",
+ "basePath should not rewrite without basePath without disabling",
+ "basePath should redirect trailing slash correctly",
+ "basePath should redirect trailing slash on root correctly",
+ "basePath should redirect with basePath by default",
+ "basePath should redirect without basePath when set to false",
+ "basePath should respect basePath in amphtml link rel",
+ "basePath should rewrite with basePath by default",
+ "basePath should rewrite without basePath when set to false",
+ "basePath should serve public file with basePath correctly",
+ "basePath should show 404 for page not under the /docs prefix",
+ "basePath should show the hello page under the /docs prefix",
+ "basePath should show the other-page page under the /docs prefix",
+ "basePath should work with hash links"
+ ],
+ "failed": [
+ "basePath should 404 when manually adding basePath with router.push",
+ "basePath should 404 when manually adding basePath with router.replace",
"basePath should allow URL query strings without refresh",
"basePath should correctly replace state when same asPath but different url",
"basePath should fetch data for getServerSideProps without reloading",
@@ -6069,51 +6169,26 @@
"basePath should handle query/hash correctly during query updating #a ?hello=world",
"basePath should handle query/hash correctly during query updating #hello? $search",
"basePath should handle query/hash correctly during query updating #hello?world $search",
- "basePath should have basePath field on Router",
- "basePath should have correct href for a link",
- "basePath should have correct href for a link to /",
"basePath should have correct router paths on first load of /",
"basePath should have correct router paths on first load of /hello",
"basePath should navigate an absolute local url with basePath",
- "basePath should navigate an absolute local url without basePath",
- "basePath should navigate an absolute url",
"basePath should navigate back correctly to a dynamic route",
"basePath should navigate to /404 correctly client-side",
"basePath should navigate to /_error correctly client-side",
- "basePath should navigate to external site and back",
"basePath should navigate to index page with getStaticProps",
"basePath should navigate to the page without refresh",
- "basePath should not add header with basePath when set to false",
- "basePath should not add header without basePath without disabling",
- "basePath should not redirect with basePath when set to false",
- "basePath should not redirect without basePath without disabling",
- "basePath should not rewrite with basePath when set to false",
- "basePath should not rewrite without basePath without disabling",
"basePath should not update URL for a 404",
"basePath should prefetch pages correctly in viewport with ",
"basePath should prefetch pages correctly when manually called",
- "basePath should redirect trailing slash correctly",
- "basePath should redirect trailing slash on root correctly",
- "basePath should redirect with basePath by default",
- "basePath should redirect without basePath when set to false",
- "basePath should respect basePath in amphtml link rel",
- "basePath should rewrite with basePath by default",
- "basePath should rewrite without basePath when set to false",
- "basePath should serve public file with basePath correctly",
- "basePath should show 404 for page not under the /docs prefix",
- "basePath should show the hello page under the /docs prefix",
- "basePath should show the other-page page under the /docs prefix",
"basePath should update dynamic params after mount correctly",
"basePath should use urls with basepath in router events",
"basePath should use urls with basepath in router events for cancelled routes",
"basePath should use urls with basepath in router events for failed route change",
"basePath should use urls with basepath in router events for hash changes",
"basePath should work with catch-all page",
- "basePath should work with hash links",
"basePath should work with nested folder with same name as basePath",
"basePath should work with normal dynamic page"
],
- "failed": [],
"pending": [
"basePath should navigate back to a non-basepath 404 that starts with basepath",
"basePath should navigate to nested index page with getStaticProps"
@@ -6201,6 +6276,17 @@
"flakey": [],
"runtimeError": false
},
+ "test/e2e/config-turbopack/index.test.ts": {
+ "passed": [],
+ "failed": [],
+ "pending": [
+ "config-turbopack when webpack is configured and config.experimental.turbo is set does not warn",
+ "config-turbopack when webpack is configured and config.turbopack is set does not warn",
+ "config-turbopack when webpack is configured but Turbopack is not warns"
+ ],
+ "flakey": [],
+ "runtimeError": false
+ },
"test/e2e/conflicting-app-page-error/index.test.ts": {
"passed": [
"Conflict between app file and pages file should print error for conflicting app/page"
@@ -6244,14 +6330,15 @@
"passed": [
"Dynamic Route Interpolation should bust data cache",
"Dynamic Route Interpolation should bust data cache with symbol",
- "Dynamic Route Interpolation should support both encoded and decoded nextjs reserved path convention characters in path",
"Dynamic Route Interpolation should work",
"Dynamic Route Interpolation should work with brackets",
"Dynamic Route Interpolation should work with brackets in API routes",
"Dynamic Route Interpolation should work with parameter itself",
"Dynamic Route Interpolation should work with parameter itself in API routes"
],
- "failed": [],
+ "failed": [
+ "Dynamic Route Interpolation should support both encoded and decoded nextjs reserved path convention characters in path"
+ ],
"pending": [],
"flakey": [],
"runtimeError": false
@@ -6391,14 +6478,15 @@
"esm-externals app dir url /client should return the correct SSR HTML",
"esm-externals app dir url /server should render the correct page",
"esm-externals app dir url /server should return the correct SSR HTML",
- "esm-externals pages url /ssg should render the correct page",
"esm-externals pages url /ssg should return the correct SSR HTML",
- "esm-externals pages url /ssr should render the correct page",
"esm-externals pages url /ssr should return the correct SSR HTML",
- "esm-externals pages url /static should render the correct page",
"esm-externals pages url /static should return the correct SSR HTML"
],
- "failed": [],
+ "failed": [
+ "esm-externals pages url /ssg should render the correct page",
+ "esm-externals pages url /ssr should render the correct page",
+ "esm-externals pages url /static should render the correct page"
+ ],
"pending": [],
"flakey": [],
"runtimeError": false
@@ -6436,7 +6524,6 @@
"getServerSideProps should SSR normal page correctly",
"getServerSideProps should allow POST request for getServerSideProps page",
"getServerSideProps should always call getServerSideProps without caching",
- "getServerSideProps should dedupe server data requests",
"getServerSideProps should handle throw ENOENT correctly",
"getServerSideProps should have correct req.url and query for direct visit",
"getServerSideProps should have correct req.url and query for direct visit dynamic page",
@@ -6449,28 +6536,21 @@
"getServerSideProps should have original req.url for /_next/data request dynamic page",
"getServerSideProps should have original req.url for /_next/data request dynamic page with query",
"getServerSideProps should have original req.url for /_next/data request with query",
- "getServerSideProps should load a fast refresh page",
- "getServerSideProps should navigate between pages successfully",
"getServerSideProps should navigate to a normal page and back",
"getServerSideProps should not fetch data on mount",
"getServerSideProps should not have gssp in __NEXT_DATA__ for non-GSSP page",
"getServerSideProps should not include rewrite query params in `asPath` and `req.url`",
- "getServerSideProps should not re-call getServerSideProps when updating query",
"getServerSideProps should not show error for accessing res after gssp returns",
"getServerSideProps should not show error for invalid JSON returned from getServerSideProps",
"getServerSideProps should not show error for invalid JSON returned from getStaticProps on CST",
- "getServerSideProps should not trigger an error when a data request is cancelled due to another navigation",
"getServerSideProps should not warn for accessing res after gssp returns",
"getServerSideProps should output routes-manifest correctly",
"getServerSideProps should parse query values on mount correctly",
"getServerSideProps should pass query for data request",
- "getServerSideProps should pass query for data request on navigation",
"getServerSideProps should provide correct query value for dynamic page",
"getServerSideProps should reload page on failed data request",
"getServerSideProps should render 404 correctly when notFound is returned (dynamic)",
"getServerSideProps should render 404 correctly when notFound is returned (non-dynamic)",
- "getServerSideProps should render 404 correctly when notFound is returned client-transition (dynamic)",
- "getServerSideProps should render 404 correctly when notFound is returned client-transition (non-dynamic)",
"getServerSideProps should render correctly when notFound is false (dynamic)",
"getServerSideProps should render correctly when notFound is false (non-dynamic)",
"getServerSideProps should respect custom caching header",
@@ -6482,7 +6562,16 @@
"getServerSideProps should supply query values SSR",
"getServerSideProps should work with early request ending"
],
- "failed": [],
+ "failed": [
+ "getServerSideProps should dedupe server data requests",
+ "getServerSideProps should load a fast refresh page",
+ "getServerSideProps should navigate between pages successfully",
+ "getServerSideProps should not re-call getServerSideProps when updating query",
+ "getServerSideProps should not trigger an error when a data request is cancelled due to another navigation",
+ "getServerSideProps should pass query for data request on navigation",
+ "getServerSideProps should render 404 correctly when notFound is returned client-transition (dynamic)",
+ "getServerSideProps should render 404 correctly when notFound is returned client-transition (non-dynamic)"
+ ],
"pending": [],
"flakey": [],
"runtimeError": false
@@ -6521,22 +6610,24 @@
"passed": [
"i18n-data-fetching-redirect Redirect to another locale gsp-blocking-redirect en -> sv",
"i18n-data-fetching-redirect Redirect to another locale gsp-blocking-redirect sv -> en",
- "i18n-data-fetching-redirect Redirect to another locale gsp-fallback-redirect en -> sv",
- "i18n-data-fetching-redirect Redirect to another locale gsp-fallback-redirect sv -> en",
"i18n-data-fetching-redirect Redirect to another locale gssp-redirect en -> sv",
"i18n-data-fetching-redirect Redirect to another locale gssp-redirect sv -> en",
+ "i18n-data-fetching-redirect Redirect to locale from context gsp-blocking-redirect en",
+ "i18n-data-fetching-redirect Redirect to locale from context gsp-blocking-redirect sv",
+ "i18n-data-fetching-redirect Redirect to locale from context gssp-redirect en",
+ "i18n-data-fetching-redirect Redirect to locale from context gssp-redirect sv"
+ ],
+ "failed": [
+ "i18n-data-fetching-redirect Redirect to another locale gsp-fallback-redirect en -> sv",
+ "i18n-data-fetching-redirect Redirect to another locale gsp-fallback-redirect sv -> en",
"i18n-data-fetching-redirect Redirect to another locale next/link gsp-blocking-redirect en -> sv",
"i18n-data-fetching-redirect Redirect to another locale next/link gsp-blocking-redirect sv -> en",
"i18n-data-fetching-redirect Redirect to another locale next/link gsp-fallback-redirect en -> sv",
"i18n-data-fetching-redirect Redirect to another locale next/link gsp-fallback-redirect sv -> en",
"i18n-data-fetching-redirect Redirect to another locale next/link gssp-redirect en -> sv",
"i18n-data-fetching-redirect Redirect to another locale next/link gssp-redirect sv -> en",
- "i18n-data-fetching-redirect Redirect to locale from context gsp-blocking-redirect en",
- "i18n-data-fetching-redirect Redirect to locale from context gsp-blocking-redirect sv",
"i18n-data-fetching-redirect Redirect to locale from context gsp-fallback-redirect en",
"i18n-data-fetching-redirect Redirect to locale from context gsp-fallback-redirect sv",
- "i18n-data-fetching-redirect Redirect to locale from context gssp-redirect en",
- "i18n-data-fetching-redirect Redirect to locale from context gssp-redirect sv",
"i18n-data-fetching-redirect Redirect to locale from context next/link gsp-blocking-redirect en",
"i18n-data-fetching-redirect Redirect to locale from context next/link gsp-blocking-redirect sv",
"i18n-data-fetching-redirect Redirect to locale from context next/link gsp-fallback-redirect en",
@@ -6544,7 +6635,6 @@
"i18n-data-fetching-redirect Redirect to locale from context next/link gssp-redirect en",
"i18n-data-fetching-redirect Redirect to locale from context next/link gssp-redirect sv"
],
- "failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
@@ -6744,32 +6834,33 @@
},
"test/e2e/i18n-preferred-locale-detection/i18n-preferred-locale-detection.test.ts": {
"passed": [
- "i18-preferred-locale-redirect should not request a path prefixed with my preferred detected locale when clicking link to index from a non-locale-prefixed path",
"i18-preferred-locale-redirect should request a path prefixed with my preferred detected locale when accessing index",
"i18-preferred-locale-redirect should request a path prefixed with my preferred detected locale when clicking link to index from a locale-prefixed path"
],
- "failed": [],
+ "failed": [
+ "i18-preferred-locale-redirect should not request a path prefixed with my preferred detected locale when clicking link to index from a non-locale-prefixed path"
+ ],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/ignore-invalid-popstateevent/with-i18n.test.ts": {
- "passed": [
+ "passed": [],
+ "failed": [
"i18n: Event with stale state - static route previously was dynamic Don't ignore event with different locale",
"i18n: Event with stale state - static route previously was dynamic Ignore event with query param",
"i18n: Event with stale state - static route previously was dynamic Ignore event without query param"
],
- "failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/ignore-invalid-popstateevent/without-i18n.test.ts": {
- "passed": [
+ "passed": [],
+ "failed": [
"Event with stale state - static route previously was dynamic Ignore event with query param",
"Event with stale state - static route previously was dynamic Ignore event without query param"
],
- "failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
@@ -6783,11 +6874,12 @@
"react version App Router page with edge runtime",
"react version App Router page with nodejs runtime",
"react version Pages Router page headers with edge runtime",
- "react version Pages Router page headers with nodejs runtime",
+ "react version Pages Router page headers with nodejs runtime"
+ ],
+ "failed": [
"react version Pages Router page with edge runtime",
"react version Pages Router page with nodejs runtime after hydration"
],
- "failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
@@ -6806,12 +6898,13 @@
"passed": [
"Instrumentation Client Hook App Router should execute instrumentation-client from app router before hydration",
"Instrumentation Client Hook HMR in development mode skips tests in non-dev mode",
- "Instrumentation Client Hook Pages Router should execute instrumentation-client from pages router before hydration",
"Instrumentation Client Hook With src folder should execute instrumentation-client from with src folder before hydration",
"Instrumentation Client Hook onRouterTransitionStart onRouterTransitionStart fires at the start of a back/forward navigation",
"Instrumentation Client Hook onRouterTransitionStart onRouterTransitionStart fires at the start of a navigation"
],
- "failed": [],
+ "failed": [
+ "Instrumentation Client Hook Pages Router should execute instrumentation-client from pages router before hydration"
+ ],
"pending": [],
"flakey": [],
"runtimeError": false
@@ -6862,7 +6955,9 @@
" onNavigate prop App Router should prevent navigation when onNavigate calls preventDefault",
" onNavigate prop App Router should replace history state for external links with replace prop",
" onNavigate prop App Router should trigger both onClick and onNavigate for internal navigation",
- " onNavigate prop App Router should trigger onClick but not onNavigate when using modifier key",
+ " onNavigate prop App Router should trigger onClick but not onNavigate when using modifier key"
+ ],
+ "failed": [
" onNavigate prop Pages Router should only trigger both onClick for external links",
" onNavigate prop Pages Router should only trigger onClick for download links",
" onNavigate prop Pages Router should only trigger onClick for external links with target=\"_blank\"",
@@ -6871,7 +6966,6 @@
" onNavigate prop Pages Router should trigger both onClick and onNavigate for internal navigation",
" onNavigate prop Pages Router should trigger onClick but not onNavigate when using modifier key"
],
- "failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
@@ -6887,26 +6981,24 @@
"runtimeError": false
},
"test/e2e/manual-client-base-path/index.test.ts": {
- "passed": [
+ "passed": ["manual-client-base-path should not warn for flag in output"],
+ "failed": [
"manual-client-base-path should navigate correctly from another",
"manual-client-base-path should navigate correctly from index",
"manual-client-base-path should not update with basePath on mount /",
"manual-client-base-path should not update with basePath on mount /another",
"manual-client-base-path should not update with basePath on mount /dynamic/first",
- "manual-client-base-path should not update with basePath on mount /dynamic/second",
- "manual-client-base-path should not warn for flag in output"
+ "manual-client-base-path should not update with basePath on mount /dynamic/second"
],
- "failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/middleware-base-path/test/index.test.ts": {
- "passed": [
- "Middleware base tests router.query must exist when Link clicked page routing",
- "Middleware base tests should execute from absolute paths"
+ "passed": ["Middleware base tests should execute from absolute paths"],
+ "failed": [
+ "Middleware base tests router.query must exist when Link clicked page routing"
],
- "failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
@@ -6914,10 +7006,11 @@
"test/e2e/middleware-custom-matchers-basepath/test/index.test.ts": {
"passed": [
"Middleware custom matchers basePath should match",
- "Middleware custom matchers basePath should match has query on client routing",
"Middleware custom matchers basePath should not match"
],
- "failed": [],
+ "failed": [
+ "Middleware custom matchers basePath should match has query on client routing"
+ ],
"pending": [],
"flakey": [],
"runtimeError": false
@@ -6928,17 +7021,18 @@
"Middleware custom matchers i18n should match /hello",
"Middleware custom matchers i18n should match /nl-NL/about",
"Middleware custom matchers i18n should match /nl-NL/hello",
- "Middleware custom matchers i18n should match has query on client routing en_hello",
- "Middleware custom matchers i18n should match has query on client routing hello",
- "Middleware custom matchers i18n should match has query on client routing nl-NL_about",
- "Middleware custom matchers i18n should match has query on client routing nl-NL_hello",
"Middleware custom matchers i18n should not match /about",
"Middleware custom matchers i18n should not match /en/about",
"Middleware custom matchers i18n should not match /hello/invalid",
"Middleware custom matchers i18n should not match /invalid/hello",
"Middleware custom matchers with root should not match"
],
- "failed": [],
+ "failed": [
+ "Middleware custom matchers i18n should match has query on client routing en_hello",
+ "Middleware custom matchers i18n should match has query on client routing hello",
+ "Middleware custom matchers i18n should match has query on client routing nl-NL_about",
+ "Middleware custom matchers i18n should match has query on client routing nl-NL_hello"
+ ],
"pending": [],
"flakey": [],
"runtimeError": false
@@ -6946,17 +7040,18 @@
"test/e2e/middleware-custom-matchers/test/index.test.ts": {
"passed": [
"Middleware custom matchers should match has cookie",
- "Middleware custom matchers should match has cookie on client routing",
"Middleware custom matchers should match has header",
"Middleware custom matchers should match has header value",
"Middleware custom matchers should match has host",
"Middleware custom matchers should match has query",
- "Middleware custom matchers should match has query on client routing",
"Middleware custom matchers should match missing header correctly",
"Middleware custom matchers should match missing query correctly",
"Middleware custom matchers should match source path"
],
- "failed": [],
+ "failed": [
+ "Middleware custom matchers should match has cookie on client routing",
+ "Middleware custom matchers should match has query on client routing"
+ ],
"pending": [],
"flakey": [],
"runtimeError": false
@@ -6964,17 +7059,18 @@
"test/e2e/middleware-custom-matchers/test/node-runtime.test.ts": {
"passed": [
"Middleware custom matchers should match has cookie",
- "Middleware custom matchers should match has cookie on client routing",
"Middleware custom matchers should match has header",
"Middleware custom matchers should match has header value",
"Middleware custom matchers should match has host",
"Middleware custom matchers should match has query",
- "Middleware custom matchers should match has query on client routing",
"Middleware custom matchers should match missing header correctly",
"Middleware custom matchers should match missing query correctly",
"Middleware custom matchers should match source path"
],
- "failed": [],
+ "failed": [
+ "Middleware custom matchers should match has cookie on client routing",
+ "Middleware custom matchers should match has query on client routing"
+ ],
"pending": [],
"flakey": [],
"runtimeError": false
@@ -6982,10 +7078,9 @@
"test/e2e/middleware-dynamic-basepath-matcher/test/index.test.ts": {
"passed": [
"Middleware custom matchers basePath should match",
- "Middleware custom matchers basePath should match query path",
"Middleware custom matchers basePath should not match"
],
- "failed": [],
+ "failed": ["Middleware custom matchers basePath should match query path"],
"pending": [],
"flakey": [],
"runtimeError": false
@@ -7020,7 +7115,6 @@
},
"test/e2e/middleware-general/test/index.test.ts": {
"passed": [
- "Middleware Runtime with i18n allows shallow linking with middleware",
"Middleware Runtime with i18n allows to access env variables",
"Middleware Runtime with i18n hard-navigates when the data request failed",
"Middleware Runtime with i18n passes search params with rewrites",
@@ -7031,23 +7125,14 @@
"Middleware Runtime with i18n should contain `globalThis`",
"Middleware Runtime with i18n should contain crypto APIs",
"Middleware Runtime with i18n should handle 404 on fallback: false route correctly",
- "Middleware Runtime with i18n should have correct dynamic route params for middleware rewrite to dynamic route",
- "Middleware Runtime with i18n should have correct dynamic route params on client-transition to dynamic route",
"Middleware Runtime with i18n should have correct files in manifest",
- "Middleware Runtime with i18n should have correct query values for rewrite to ssg page",
- "Middleware Runtime with i18n should have correct route params for chained rewrite from middleware to config rewrite",
- "Middleware Runtime with i18n should have correct route params for rewrite from config dynamic route",
- "Middleware Runtime with i18n should have correct route params for rewrite from config non-dynamic route",
"Middleware Runtime with i18n should have init header for NextResponse.redirect",
"Middleware Runtime with i18n should have the custom config in the manifest",
"Middleware Runtime with i18n should have valid middleware field in manifest",
"Middleware Runtime with i18n should keep non data requests in their original shape",
"Middleware Runtime with i18n should normalize data requests into page requests",
"Middleware Runtime with i18n should not run middleware for on-demand revalidate",
- "Middleware Runtime with i18n should redirect the same for direct visit and client-transition",
"Middleware Runtime with i18n should respond with 400 on decode failure",
- "Middleware Runtime with i18n should rewrite correctly for non-SSG/SSP page",
- "Middleware Runtime with i18n should rewrite the same for direct visit and client-transition",
"Middleware Runtime with i18n should set fetch user agent correctly",
"Middleware Runtime with i18n should throw when using NextRequest with a relative URL",
"Middleware Runtime with i18n should throw when using NextResponse.rewrite with a relative URL",
@@ -7060,8 +7145,6 @@
"Middleware Runtime with i18n should validate & parse request url from any route",
"Middleware Runtime with i18n should warn when using NextResponse.redirect with a relative URL",
"Middleware Runtime with i18n should warn when using Response.redirect with a relative URL",
- "Middleware Runtime with i18n should work with notFound: true correctly",
- "Middleware Runtime without i18n allows shallow linking with middleware",
"Middleware Runtime without i18n allows to access env variables",
"Middleware Runtime without i18n hard-navigates when the data request failed",
"Middleware Runtime without i18n passes search params with rewrites",
@@ -7072,23 +7155,14 @@
"Middleware Runtime without i18n should contain `globalThis`",
"Middleware Runtime without i18n should contain crypto APIs",
"Middleware Runtime without i18n should handle 404 on fallback: false route correctly",
- "Middleware Runtime without i18n should have correct dynamic route params for middleware rewrite to dynamic route",
- "Middleware Runtime without i18n should have correct dynamic route params on client-transition to dynamic route",
"Middleware Runtime without i18n should have correct files in manifest",
- "Middleware Runtime without i18n should have correct query values for rewrite to ssg page",
- "Middleware Runtime without i18n should have correct route params for chained rewrite from middleware to config rewrite",
- "Middleware Runtime without i18n should have correct route params for rewrite from config dynamic route",
- "Middleware Runtime without i18n should have correct route params for rewrite from config non-dynamic route",
"Middleware Runtime without i18n should have init header for NextResponse.redirect",
"Middleware Runtime without i18n should have the custom config in the manifest",
"Middleware Runtime without i18n should have valid middleware field in manifest",
"Middleware Runtime without i18n should keep non data requests in their original shape",
"Middleware Runtime without i18n should normalize data requests into page requests",
"Middleware Runtime without i18n should not run middleware for on-demand revalidate",
- "Middleware Runtime without i18n should redirect the same for direct visit and client-transition",
"Middleware Runtime without i18n should respond with 400 on decode failure",
- "Middleware Runtime without i18n should rewrite correctly for non-SSG/SSP page",
- "Middleware Runtime without i18n should rewrite the same for direct visit and client-transition",
"Middleware Runtime without i18n should set fetch user agent correctly",
"Middleware Runtime without i18n should throw when using NextRequest with a relative URL",
"Middleware Runtime without i18n should throw when using NextResponse.rewrite with a relative URL",
@@ -7098,17 +7172,38 @@
"Middleware Runtime without i18n should validate & parse request url from a dynamic route with params and query",
"Middleware Runtime without i18n should validate & parse request url from any route",
"Middleware Runtime without i18n should warn when using NextResponse.redirect with a relative URL",
- "Middleware Runtime without i18n should warn when using Response.redirect with a relative URL",
+ "Middleware Runtime without i18n should warn when using Response.redirect with a relative URL"
+ ],
+ "failed": [
+ "Middleware Runtime with i18n allows shallow linking with middleware",
+ "Middleware Runtime with i18n should have correct dynamic route params for middleware rewrite to dynamic route",
+ "Middleware Runtime with i18n should have correct dynamic route params on client-transition to dynamic route",
+ "Middleware Runtime with i18n should have correct query values for rewrite to ssg page",
+ "Middleware Runtime with i18n should have correct route params for chained rewrite from middleware to config rewrite",
+ "Middleware Runtime with i18n should have correct route params for rewrite from config dynamic route",
+ "Middleware Runtime with i18n should have correct route params for rewrite from config non-dynamic route",
+ "Middleware Runtime with i18n should redirect the same for direct visit and client-transition",
+ "Middleware Runtime with i18n should rewrite correctly for non-SSG/SSP page",
+ "Middleware Runtime with i18n should rewrite the same for direct visit and client-transition",
+ "Middleware Runtime with i18n should work with notFound: true correctly",
+ "Middleware Runtime without i18n allows shallow linking with middleware",
+ "Middleware Runtime without i18n should have correct dynamic route params for middleware rewrite to dynamic route",
+ "Middleware Runtime without i18n should have correct dynamic route params on client-transition to dynamic route",
+ "Middleware Runtime without i18n should have correct query values for rewrite to ssg page",
+ "Middleware Runtime without i18n should have correct route params for chained rewrite from middleware to config rewrite",
+ "Middleware Runtime without i18n should have correct route params for rewrite from config dynamic route",
+ "Middleware Runtime without i18n should have correct route params for rewrite from config non-dynamic route",
+ "Middleware Runtime without i18n should redirect the same for direct visit and client-transition",
+ "Middleware Runtime without i18n should rewrite correctly for non-SSG/SSP page",
+ "Middleware Runtime without i18n should rewrite the same for direct visit and client-transition",
"Middleware Runtime without i18n should work with notFound: true correctly"
],
- "failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/middleware-general/test/node-runtime.test.ts": {
"passed": [
- "Middleware Runtime with i18n allows shallow linking with middleware",
"Middleware Runtime with i18n allows to access env variables",
"Middleware Runtime with i18n hard-navigates when the data request failed",
"Middleware Runtime with i18n passes search params with rewrites",
@@ -7121,19 +7216,10 @@
"Middleware Runtime with i18n should contain crypto APIs",
"Middleware Runtime with i18n should handle 404 on fallback: false route correctly",
"Middleware Runtime with i18n should have added middleware in functions manifest",
- "Middleware Runtime with i18n should have correct dynamic route params for middleware rewrite to dynamic route",
- "Middleware Runtime with i18n should have correct dynamic route params on client-transition to dynamic route",
- "Middleware Runtime with i18n should have correct query values for rewrite to ssg page",
- "Middleware Runtime with i18n should have correct route params for chained rewrite from middleware to config rewrite",
- "Middleware Runtime with i18n should have correct route params for rewrite from config dynamic route",
- "Middleware Runtime with i18n should have correct route params for rewrite from config non-dynamic route",
"Middleware Runtime with i18n should have init header for NextResponse.redirect",
"Middleware Runtime with i18n should keep non data requests in their original shape",
"Middleware Runtime with i18n should normalize data requests into page requests",
- "Middleware Runtime with i18n should redirect the same for direct visit and client-transition",
"Middleware Runtime with i18n should respond with 400 on decode failure",
- "Middleware Runtime with i18n should rewrite correctly for non-SSG/SSP page",
- "Middleware Runtime with i18n should rewrite the same for direct visit and client-transition",
"Middleware Runtime with i18n should set fetch user agent correctly",
"Middleware Runtime with i18n should throw when using NextRequest with a relative URL",
"Middleware Runtime with i18n should throw when using NextResponse.rewrite with a relative URL",
@@ -7146,8 +7232,6 @@
"Middleware Runtime with i18n should validate & parse request url from any route",
"Middleware Runtime with i18n should warn when using NextResponse.redirect with a relative URL",
"Middleware Runtime with i18n should warn when using Response.redirect with a relative URL",
- "Middleware Runtime with i18n should work with notFound: true correctly",
- "Middleware Runtime without i18n allows shallow linking with middleware",
"Middleware Runtime without i18n allows to access env variables",
"Middleware Runtime without i18n hard-navigates when the data request failed",
"Middleware Runtime without i18n passes search params with rewrites",
@@ -7160,19 +7244,10 @@
"Middleware Runtime without i18n should contain crypto APIs",
"Middleware Runtime without i18n should handle 404 on fallback: false route correctly",
"Middleware Runtime without i18n should have added middleware in functions manifest",
- "Middleware Runtime without i18n should have correct dynamic route params for middleware rewrite to dynamic route",
- "Middleware Runtime without i18n should have correct dynamic route params on client-transition to dynamic route",
- "Middleware Runtime without i18n should have correct query values for rewrite to ssg page",
- "Middleware Runtime without i18n should have correct route params for chained rewrite from middleware to config rewrite",
- "Middleware Runtime without i18n should have correct route params for rewrite from config dynamic route",
- "Middleware Runtime without i18n should have correct route params for rewrite from config non-dynamic route",
"Middleware Runtime without i18n should have init header for NextResponse.redirect",
"Middleware Runtime without i18n should keep non data requests in their original shape",
"Middleware Runtime without i18n should normalize data requests into page requests",
- "Middleware Runtime without i18n should redirect the same for direct visit and client-transition",
"Middleware Runtime without i18n should respond with 400 on decode failure",
- "Middleware Runtime without i18n should rewrite correctly for non-SSG/SSP page",
- "Middleware Runtime without i18n should rewrite the same for direct visit and client-transition",
"Middleware Runtime without i18n should set fetch user agent correctly",
"Middleware Runtime without i18n should throw when using NextRequest with a relative URL",
"Middleware Runtime without i18n should throw when using NextResponse.rewrite with a relative URL",
@@ -7182,10 +7257,32 @@
"Middleware Runtime without i18n should validate & parse request url from a dynamic route with params and query",
"Middleware Runtime without i18n should validate & parse request url from any route",
"Middleware Runtime without i18n should warn when using NextResponse.redirect with a relative URL",
- "Middleware Runtime without i18n should warn when using Response.redirect with a relative URL",
+ "Middleware Runtime without i18n should warn when using Response.redirect with a relative URL"
+ ],
+ "failed": [
+ "Middleware Runtime with i18n allows shallow linking with middleware",
+ "Middleware Runtime with i18n should have correct dynamic route params for middleware rewrite to dynamic route",
+ "Middleware Runtime with i18n should have correct dynamic route params on client-transition to dynamic route",
+ "Middleware Runtime with i18n should have correct query values for rewrite to ssg page",
+ "Middleware Runtime with i18n should have correct route params for chained rewrite from middleware to config rewrite",
+ "Middleware Runtime with i18n should have correct route params for rewrite from config dynamic route",
+ "Middleware Runtime with i18n should have correct route params for rewrite from config non-dynamic route",
+ "Middleware Runtime with i18n should redirect the same for direct visit and client-transition",
+ "Middleware Runtime with i18n should rewrite correctly for non-SSG/SSP page",
+ "Middleware Runtime with i18n should rewrite the same for direct visit and client-transition",
+ "Middleware Runtime with i18n should work with notFound: true correctly",
+ "Middleware Runtime without i18n allows shallow linking with middleware",
+ "Middleware Runtime without i18n should have correct dynamic route params for middleware rewrite to dynamic route",
+ "Middleware Runtime without i18n should have correct dynamic route params on client-transition to dynamic route",
+ "Middleware Runtime without i18n should have correct query values for rewrite to ssg page",
+ "Middleware Runtime without i18n should have correct route params for chained rewrite from middleware to config rewrite",
+ "Middleware Runtime without i18n should have correct route params for rewrite from config dynamic route",
+ "Middleware Runtime without i18n should have correct route params for rewrite from config non-dynamic route",
+ "Middleware Runtime without i18n should redirect the same for direct visit and client-transition",
+ "Middleware Runtime without i18n should rewrite correctly for non-SSG/SSP page",
+ "Middleware Runtime without i18n should rewrite the same for direct visit and client-transition",
"Middleware Runtime without i18n should work with notFound: true correctly"
],
- "failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
@@ -7199,7 +7296,6 @@
"Middleware can set the matcher in its config adds the header for another matched path",
"Middleware can set the matcher in its config does add the header for root data request",
"Middleware can set the matcher in its config does add the header for root request",
- "Middleware can set the matcher in its config should load matches in client matchers correctly",
"Middleware can set the matcher in its config should navigate correctly with matchers",
"using a single matcher adds the header for a matched data path (without header)",
"using a single matcher adds the header for a matched path",
@@ -7228,14 +7324,15 @@
"using root matcher adds the header to the /",
"using root matcher adds the header to the /index"
],
- "failed": [],
+ "failed": [
+ "Middleware can set the matcher in its config should load matches in client matchers correctly"
+ ],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/middleware-redirects/test/index.test.ts": {
"passed": [
- "Middleware Redirect /fr should implement internal redirects",
"Middleware Redirect /fr should redirect",
"Middleware Redirect /fr should redirect (infinite-loop)",
"Middleware Redirect /fr should redirect cleanly with the original url param",
@@ -7243,18 +7340,20 @@
"Middleware Redirect /fr should redirect to api route with locale",
"Middleware Redirect /fr should redirect with a fragment",
"Middleware Redirect does not include the locale in redirects by default",
- "Middleware Redirect should implement internal redirects",
"Middleware Redirect should redirect",
"Middleware Redirect should redirect (infinite-loop)",
"Middleware Redirect should redirect cleanly with the original url param",
- "Middleware Redirect should redirect correctly with redirect in next.config.js",
"Middleware Redirect should redirect multiple times",
"Middleware Redirect should redirect to api route with locale",
"Middleware Redirect should redirect to data urls with data requests and internal redirects",
"Middleware Redirect should redirect to external urls with data requests and external redirects",
"Middleware Redirect should redirect with a fragment"
],
- "failed": [],
+ "failed": [
+ "Middleware Redirect /fr should implement internal redirects",
+ "Middleware Redirect should implement internal redirects",
+ "Middleware Redirect should redirect correctly with redirect in next.config.js"
+ ],
"pending": [],
"flakey": [],
"runtimeError": false
@@ -7306,19 +7405,15 @@
"Middleware Rewrite /fr can rewrite to path with colon and retain query parameter",
"Middleware Rewrite /fr should add a cookie and rewrite to a/b test",
"Middleware Rewrite /fr should clear query parameters",
- "Middleware Rewrite /fr should correctly rewriting to a different dynamic path",
- "Middleware Rewrite /fr should not call middleware with shallow push",
"Middleware Rewrite /fr should rewrite to Vercel",
"Middleware Rewrite /fr should rewrite to about page",
"Middleware Rewrite /fr should rewrite when not using localhost",
- "Middleware Rewrite /fr should rewrite without hard navigation",
"Middleware Rewrite /fr support colons in path",
"Middleware Rewrite can rewrite from path with colon",
"Middleware Rewrite can rewrite from path with colon and retain query parameter",
"Middleware Rewrite can rewrite to path with colon",
"Middleware Rewrite can rewrite to path with colon and retain query parameter",
"Middleware Rewrite should add a cookie and rewrite to a/b test",
- "Middleware Rewrite should allow to opt-out prefetch caching",
"Middleware Rewrite should allow to rewrite keeping the locale in pathname",
"Middleware Rewrite should allow to rewrite to a `afterFiles` rewrite config",
"Middleware Rewrite should allow to rewrite to a `beforeFiles` rewrite config",
@@ -7326,10 +7421,27 @@
"Middleware Rewrite should allow to switch locales",
"Middleware Rewrite should behave consistently on recursive rewrites",
"Middleware Rewrite should clear query parameters",
- "Middleware Rewrite should correctly rewriting to a different dynamic path",
- "Middleware Rewrite should handle catch-all rewrite correctly",
"Middleware Rewrite should handle middleware rewrite with body correctly",
"Middleware Rewrite should handle next.config.js rewrite with body correctly",
+ "Middleware Rewrite should not have unexpected errors",
+ "Middleware Rewrite should override with rewrite externally correctly",
+ "Middleware Rewrite should override with rewrite internally correctly",
+ "Middleware Rewrite should return HTML/data correctly for pre-rendered page",
+ "Middleware Rewrite should rewrite correctly when navigating via history",
+ "Middleware Rewrite should rewrite to Vercel",
+ "Middleware Rewrite should rewrite to about page",
+ "Middleware Rewrite should rewrite to data urls for incoming data request internally rewritten",
+ "Middleware Rewrite should rewrite to the external url for incoming data request externally rewritten",
+ "Middleware Rewrite should rewrite when not using localhost",
+ "Middleware Rewrite support colons in path"
+ ],
+ "failed": [
+ "Middleware Rewrite /fr should correctly rewriting to a different dynamic path",
+ "Middleware Rewrite /fr should not call middleware with shallow push",
+ "Middleware Rewrite /fr should rewrite without hard navigation",
+ "Middleware Rewrite should allow to opt-out prefetch caching",
+ "Middleware Rewrite should correctly rewriting to a different dynamic path",
+ "Middleware Rewrite should handle catch-all rewrite correctly",
"Middleware Rewrite should handle shallow navigation correctly (dynamic page)",
"Middleware Rewrite should handle shallow navigation correctly (non-dynamic page)",
"Middleware Rewrite should handle static dynamic rewrite from middleware correctly",
@@ -7339,26 +7451,14 @@
"Middleware Rewrite should have props for afterFiles rewrite to SSG page",
"Middleware Rewrite should not call middleware with shallow push",
"Middleware Rewrite should not have un-necessary data request on rewrite",
- "Middleware Rewrite should not have unexpected errors",
"Middleware Rewrite should not mix component cache when navigating between dynamic routes",
"Middleware Rewrite should not prefetch non-SSG routes",
"Middleware Rewrite should opt out of prefetch caching for dynamic routes",
- "Middleware Rewrite should override with rewrite externally correctly",
- "Middleware Rewrite should override with rewrite internally correctly",
"Middleware Rewrite should resolve dynamic route after rewrite correctly",
- "Middleware Rewrite should return HTML/data correctly for pre-rendered page",
- "Middleware Rewrite should rewrite correctly when navigating via history",
"Middleware Rewrite should rewrite correctly when navigating via history after query update",
- "Middleware Rewrite should rewrite to Vercel",
- "Middleware Rewrite should rewrite to about page",
- "Middleware Rewrite should rewrite to data urls for incoming data request internally rewritten",
"Middleware Rewrite should rewrite to fallback: true page successfully",
- "Middleware Rewrite should rewrite to the external url for incoming data request externally rewritten",
- "Middleware Rewrite should rewrite when not using localhost",
- "Middleware Rewrite should rewrite without hard navigation",
- "Middleware Rewrite support colons in path"
+ "Middleware Rewrite should rewrite without hard navigation"
],
- "failed": [],
"pending": [
"Middleware Rewrite includes the locale in rewrites by default"
],
@@ -7366,7 +7466,35 @@
"runtimeError": false
},
"test/e2e/middleware-shallow-link/index.test.ts": {
- "passed": ["browser-shallow-navigation should render the correct page"],
+ "passed": [],
+ "failed": ["browser-shallow-navigation should render the correct page"],
+ "pending": [],
+ "flakey": [],
+ "runtimeError": false
+ },
+ "test/e2e/middleware-static-files/index.test.ts": {
+ "passed": [
+ "Middleware Runtime should match middleware correctly for /another%2ffile.svg",
+ "Middleware Runtime should match middleware correctly for /another%2fhello",
+ "Middleware Runtime should match middleware correctly for /another/file.svg",
+ "Middleware Runtime should match middleware correctly for /another/hello",
+ "Middleware Runtime should match middleware correctly for /dynamic%2f/first",
+ "Middleware Runtime should match middleware correctly for /dynamic/first",
+ "Middleware Runtime should match middleware correctly for /file.svg",
+ "Middleware Runtime should match middleware correctly for /glob%2ffile.svg",
+ "Middleware Runtime should match middleware correctly for /glob%2fhello",
+ "Middleware Runtime should match middleware correctly for /glob/file.svg",
+ "Middleware Runtime should match middleware correctly for /glob/hello",
+ "Middleware Runtime should match middleware correctly for /pages-another%2fhello",
+ "Middleware Runtime should match middleware correctly for /pages-another/hello",
+ "Middleware Runtime should match middleware correctly for /pages-dynamic%2f/first",
+ "Middleware Runtime should match middleware correctly for /pages-dynamic/first",
+ "Middleware Runtime should match middleware correctly for /pages-glob%2fhello",
+ "Middleware Runtime should match middleware correctly for /pages-glob/hello",
+ "Middleware Runtime should match middleware correctly for /vercel copy.svg",
+ "Middleware Runtime should match middleware correctly for /vercel%20copy.svg",
+ "Middleware Runtime should match middleware of _next/static"
+ ],
"failed": [],
"pending": [],
"flakey": [],
@@ -7374,24 +7502,14 @@
},
"test/e2e/middleware-trailing-slash/test/index.test.ts": {
"passed": [
- "Middleware Runtime trailing slash allows shallow linking with middleware",
"Middleware Runtime trailing slash should add a rewrite header on data requests for rewrites",
- "Middleware Runtime trailing slash should have correct dynamic route params for middleware rewrite to dynamic route",
- "Middleware Runtime trailing slash should have correct dynamic route params on client-transition to dynamic route",
"Middleware Runtime trailing slash should have correct files in manifest",
- "Middleware Runtime trailing slash should have correct query values for rewrite to ssg page",
- "Middleware Runtime trailing slash should have correct route params for chained rewrite from middleware to config rewrite",
- "Middleware Runtime trailing slash should have correct route params for rewrite from config dynamic route",
- "Middleware Runtime trailing slash should have correct route params for rewrite from config non-dynamic route",
"Middleware Runtime trailing slash should have init header for NextResponse.redirect",
"Middleware Runtime trailing slash should have valid middleware field in manifest",
"Middleware Runtime trailing slash should keep non data requests in their original shape",
"Middleware Runtime trailing slash should normalize data requests into page requests",
"Middleware Runtime trailing slash should not run middleware for on-demand revalidate",
- "Middleware Runtime trailing slash should redirect the same for direct visit and client-transition",
"Middleware Runtime trailing slash should respond with 400 on decode failure",
- "Middleware Runtime trailing slash should rewrite correctly for non-SSG/SSP page",
- "Middleware Runtime trailing slash should rewrite the same for direct visit and client-transition",
"Middleware Runtime trailing slash should trigger middleware for data requests",
"Middleware Runtime trailing slash should validate & parse request url from any route",
"Middleware Runtime trailing slash with .html extension should work using browser",
@@ -7401,7 +7519,18 @@
"Middleware Runtime trailing slash without .html extension should work when navigating",
"Middleware Runtime trailing slash without .html extension should work when requesting the page directly"
],
- "failed": [],
+ "failed": [
+ "Middleware Runtime trailing slash allows shallow linking with middleware",
+ "Middleware Runtime trailing slash should have correct dynamic route params for middleware rewrite to dynamic route",
+ "Middleware Runtime trailing slash should have correct dynamic route params on client-transition to dynamic route",
+ "Middleware Runtime trailing slash should have correct query values for rewrite to ssg page",
+ "Middleware Runtime trailing slash should have correct route params for chained rewrite from middleware to config rewrite",
+ "Middleware Runtime trailing slash should have correct route params for rewrite from config dynamic route",
+ "Middleware Runtime trailing slash should have correct route params for rewrite from config non-dynamic route",
+ "Middleware Runtime trailing slash should redirect the same for direct visit and client-transition",
+ "Middleware Runtime trailing slash should rewrite correctly for non-SSG/SSP page",
+ "Middleware Runtime trailing slash should rewrite the same for direct visit and client-transition"
+ ],
"pending": [],
"flakey": [],
"runtimeError": false
@@ -7452,15 +7581,16 @@
},
"test/e2e/new-link-behavior/index.test.ts": {
"passed": [
- "New Link Behavior should handle onclick",
- "New Link Behavior should handle preventdefault",
"New Link Behavior should navigate to /about",
"New Link Behavior should render link with ",
"New Link Behavior should render link with classname",
"New Link Behavior should render link with id",
"New Link Behavior should render link with multiple children"
],
- "failed": [],
+ "failed": [
+ "New Link Behavior should handle onclick",
+ "New Link Behavior should handle preventdefault"
+ ],
"pending": [],
"flakey": [],
"runtimeError": false
@@ -7482,11 +7612,8 @@
"runtimeError": false
},
"test/e2e/new-link-behavior/typescript.test.ts": {
- "passed": [
- "New Link Behavior should apply ref on link",
- "New Link Behavior should render link with "
- ],
- "failed": [],
+ "passed": ["New Link Behavior should render link with "],
+ "failed": ["New Link Behavior should apply ref on link"],
"pending": [],
"flakey": [],
"runtimeError": false
@@ -7588,10 +7715,10 @@
"runtimeError": false
},
"test/e2e/next-image-forward-ref/index.test.ts": {
- "passed": [
+ "passed": [],
+ "failed": [
"next-image-forward-ref allows framer-motion to animate opacity"
],
- "failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
@@ -7618,8 +7745,6 @@
"passed": [
"beforeInteractive in document Head Script is injected server-side",
"beforeInteractive in document body Script is injected server-side",
- "empty strategy in document Head Script is injected server-side",
- "empty strategy in document body Script is injected server-side",
"experimental.nextScriptWorkers experimental.nextScriptWorkers: false with no Partytown dependency Partytown snippet is not injected to head if not enabled in configuration",
"experimental.nextScriptWorkers experimental.nextScriptWorkers: true with config override Partytown config script is overwritten",
"experimental.nextScriptWorkers experimental.nextScriptWorkers: true with required Partytown dependency for external script Partytown snippets are injected to head if enabled in configuration",
@@ -7627,7 +7752,10 @@
"experimental.nextScriptWorkers experimental.nextScriptWorkers: true with required Partytown dependency for inline script Inline worker script through children is modified by Partytown to execute on a worker thread",
"experimental.nextScriptWorkers experimental.nextScriptWorkers: true with required Partytown dependency for inline script Inline worker script through dangerouslySetInnerHtml is modified by Partytown to execute on a worker thread"
],
- "failed": [],
+ "failed": [
+ "empty strategy in document Head Script is injected server-side",
+ "empty strategy in document body Script is injected server-side"
+ ],
"pending": [],
"flakey": [],
"runtimeError": false
@@ -7660,11 +7788,11 @@
"runtimeError": false
},
"test/e2e/nonce-head-manager/index.test.ts": {
- "passed": [
+ "passed": [],
+ "failed": [
"nonce head manager should not re-execute the script when re-rendering",
"nonce head manager should not re-execute the script when re-rendering with CSP header"
],
- "failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
@@ -7780,11 +7908,12 @@
"clientTraceMetadata app router should only insert the client trace metadata once",
"clientTraceMetadata pages router hard loading a dynamic page twice should yield different dynamic trace data",
"clientTraceMetadata pages router next start only should not inject propagation data for a statically server-side-rendered page",
- "clientTraceMetadata pages router next start only soft navigating to a dynamic page should not transform previous propagation data",
"clientTraceMetadata pages router next start only soft navigating to a static page should not transform previous propagation data",
"clientTraceMetadata pages router should inject propagation data for a dynamically server-side-rendered page"
],
- "failed": [],
+ "failed": [
+ "clientTraceMetadata pages router next start only soft navigating to a dynamic page should not transform previous propagation data"
+ ],
"pending": [],
"flakey": [],
"runtimeError": false
@@ -7858,7 +7987,11 @@
"runtimeError": false
},
"test/e2e/persistent-caching/persistent-caching.test.ts": {
- "passed": ["persistent-caching should allow to change files while stopped"],
+ "passed": [
+ "persistent-caching should allow to change files while stopped (run 1)",
+ "persistent-caching should allow to change files while stopped (run 2)",
+ "persistent-caching should allow to change files while stopped (run 3)"
+ ],
"failed": ["persistent-caching should persistent cache loaders"],
"pending": [],
"flakey": [],
@@ -7895,10 +8028,9 @@
"passed": [
"prerender native module should output traces",
"prerender native module should render /blog/first correctly",
- "prerender native module should render /blog/second correctly",
"prerender native module should render index correctly"
],
- "failed": [],
+ "failed": ["prerender native module should render /blog/second correctly"],
"pending": [],
"flakey": [],
"runtimeError": false
@@ -7922,9 +8054,7 @@
"Prerender should allow rewriting to SSG page with fallback: false",
"Prerender should automatically reset cache TTL when an error occurs and build cache was available",
"Prerender should automatically reset cache TTL when an error occurs and runtime cache was available",
- "Prerender should fetch /_next/data correctly with mismatched href and as",
"Prerender should handle de-duping correctly",
- "Prerender should handle fallback only page correctly HTML",
"Prerender should handle fallback only page correctly data",
"Prerender should handle on-demand revalidate for fallback: blocking",
"Prerender should handle on-demand revalidate for fallback: false",
@@ -7935,14 +8065,12 @@
"Prerender should handle revalidating JSON correctly with blocking",
"Prerender should handle revalidating JSON correctly with blocking and seed",
"Prerender should have gsp in __NEXT_DATA__",
- "Prerender should navigate between pages successfully",
"Prerender should navigate to a normal page and back",
"Prerender should navigate to catch-all page with brackets in param as object",
"Prerender should navigate to catch-all page with brackets in param as string",
"Prerender should navigate to dynamic page with brackets in param as object",
"Prerender should navigate to dynamic page with brackets in param as string",
"Prerender should not error when flushing cache files",
- "Prerender should not error when rewriting to fallback dynamic SSG page",
"Prerender should not fail to update incremental cache",
"Prerender should not fetch prerender data on mount",
"Prerender should not have attempted sending invalid payload",
@@ -7952,8 +8080,6 @@
"Prerender should not return data for fallback: false and missing dynamic page",
"Prerender should not revalidate when set to false",
"Prerender should not revalidate when set to false in blocking fallback mode",
- "Prerender should not show error for invalid JSON returned from getStaticProps on CST",
- "Prerender should not show error for invalid JSON returned from getStaticProps on SSR",
"Prerender should not supply query values to params in /_next/data request",
"Prerender should not supply query values to params or useRouter dynamic page SSR",
"Prerender should not supply query values to params or useRouter non-dynamic page SSR",
@@ -7964,9 +8090,7 @@
"Prerender should on-demand revalidate that returns notFound: true",
"Prerender should only show warning once per page when large amount of page data is returned",
"Prerender should output traces",
- "Prerender should parse query values on mount correctly",
"Prerender should reload page on failed data request",
- "Prerender should render correctly for SSG pages that starts with api-docs",
"Prerender should respond for catch-all deep folder",
"Prerender should respond with 405 for POST to static page",
"Prerender should return data correctly",
@@ -7976,15 +8100,24 @@
"Prerender should revalidate on-demand revalidate with preview cookie",
"Prerender should server prerendered path correctly for SSG pages that starts with api-docs",
"Prerender should show warning when large amount of page data is returned",
- "Prerender should support lazy catchall route",
- "Prerender should support nested lazy catchall route",
"Prerender should support prerendered catchall route",
"Prerender should support prerendered catchall-explicit route (nested)",
"Prerender should support prerendered catchall-explicit route (single)",
"Prerender should use correct caching headers for a no-revalidate page",
"Prerender should use correct caching headers for a revalidate page"
],
- "failed": [],
+ "failed": [
+ "Prerender should fetch /_next/data correctly with mismatched href and as",
+ "Prerender should handle fallback only page correctly HTML",
+ "Prerender should navigate between pages successfully",
+ "Prerender should not error when rewriting to fallback dynamic SSG page",
+ "Prerender should not show error for invalid JSON returned from getStaticProps on CST",
+ "Prerender should not show error for invalid JSON returned from getStaticProps on SSR",
+ "Prerender should parse query values on mount correctly",
+ "Prerender should render correctly for SSG pages that starts with api-docs",
+ "Prerender should support lazy catchall route",
+ "Prerender should support nested lazy catchall route"
+ ],
"pending": [
"Prerender should reload page on failed data request, and retry"
],
@@ -8043,11 +8176,11 @@
"runtimeError": false
},
"test/e2e/reload-scroll-backforward-restoration/index.test.ts": {
- "passed": [
+ "passed": [],
+ "failed": [
"reload-scroll-back-restoration should restore the scroll position on navigating back",
"reload-scroll-back-restoration should restore the scroll position on navigating forward"
],
- "failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
@@ -8093,7 +8226,6 @@
"skip-trailing-slash-redirect pages dir should navigate client side correctly",
"skip-trailing-slash-redirect pages dir should not apply trailing slash redirect (with slash)",
"skip-trailing-slash-redirect pages dir should not apply trailing slash redirect (without slash)",
- "skip-trailing-slash-redirect pages dir should preserve original trailing slashes to links on client",
"skip-trailing-slash-redirect pages dir should respond to dynamic route correctly",
"skip-trailing-slash-redirect pages dir should respond to index correctly",
"skip-trailing-slash-redirect should allow response body from middleware with flag",
@@ -8110,17 +8242,19 @@
"skip-trailing-slash-redirect should handle external rewrite correctly /docs/first",
"skip-trailing-slash-redirect should merge cookies from middleware and API routes correctly",
"skip-trailing-slash-redirect should merge cookies from middleware and edge API routes correctly",
- "skip-trailing-slash-redirect should not apply trailing slash on load on client",
"skip-trailing-slash-redirect should not have trailing slash redirects in manifest",
"skip-trailing-slash-redirect should parse locale info for data request correctly",
"skip-trailing-slash-redirect should provide original _next/data URL with skipMiddlewareUrlNormalize"
],
- "failed": [],
+ "failed": [
+ "skip-trailing-slash-redirect pages dir should preserve original trailing slashes to links on client",
+ "skip-trailing-slash-redirect should not apply trailing slash on load on client"
+ ],
"pending": [],
"flakey": [],
"runtimeError": false
},
- "test/e2e/socket-io/index.test.js": {
+ "test/e2e/socket-io/index.test.ts": {
"passed": [
"socket-io should support socket.io without falling back to polling"
],
@@ -8268,12 +8402,13 @@
},
"test/e2e/third-parties/index.test.ts": {
"passed": [
- "@next/third-parties basic usage renders GA",
- "@next/third-parties basic usage renders GTM",
"@next/third-parties basic usage renders GoogleMapsEmbed",
"@next/third-parties basic usage renders YoutubeEmbed"
],
- "failed": [],
+ "failed": [
+ "@next/third-parties basic usage renders GA",
+ "@next/third-parties basic usage renders GTM"
+ ],
"pending": [],
"flakey": [],
"runtimeError": false
@@ -8419,11 +8554,18 @@
"runtimeError": false
},
"test/e2e/with-router/index.test.ts": {
- "passed": [
+ "passed": [],
+ "failed": [
"withRouter production mode allows observation of navigation events using top level Router",
"withRouter production mode allows observation of navigation events using top level Router deprecated behavior",
"withRouter production mode allows observation of navigation events using withRouter"
],
+ "pending": [],
+ "flakey": [],
+ "runtimeError": false
+ },
+ "test/e2e/worker-react-refresh/worker-react-refresh.test.tsx": {
+ "passed": ["worker-react-refresh does not cause any runtime errors"],
"failed": [],
"pending": [],
"flakey": [],
@@ -8582,13 +8724,14 @@
},
"test/integration/absolute-assetprefix/test/index.test.js": {
"passed": [
- "absolute assetPrefix with path prefix production mode should fetch from cache correctly",
"absolute assetPrefix with path prefix production mode should not fetch static data from a CDN",
"absolute assetPrefix with path prefix production mode should work with getServerSideProps",
- "absolute assetPrefix with path prefix production mode should work with getStaticPaths fallback",
"absolute assetPrefix with path prefix production mode should work with getStaticPaths prerendered"
],
- "failed": [],
+ "failed": [
+ "absolute assetPrefix with path prefix production mode should fetch from cache correctly",
+ "absolute assetPrefix with path prefix production mode should work with getStaticPaths fallback"
+ ],
"pending": [],
"flakey": [],
"runtimeError": false
@@ -8664,7 +8807,6 @@
"AMP Usage AMP development mode should add data-ampdevmode to development script tags",
"AMP Usage AMP development mode should detect amp validator warning on custom scripts",
"AMP Usage AMP development mode should detect amp validator warning on invalid amp",
- "AMP Usage AMP development mode should navigate from non-AMP to AMP without error",
"AMP Usage AMP development mode should not contain missing files warning",
"AMP Usage production mode With AMP context should render nested AMP page with AMP hook",
"AMP Usage production mode With AMP context should render nested normal page with AMP hook",
@@ -8673,6 +8815,8 @@
"AMP Usage production mode With basic AMP usage should auto import extensions",
"AMP Usage production mode With basic AMP usage should drop custom scripts",
"AMP Usage production mode With basic AMP usage should not drop custom amp scripts",
+ "AMP Usage production mode With basic AMP usage should not output client pages for AMP only",
+ "AMP Usage production mode With basic AMP usage should not output client pages for AMP only with config exported after declaration",
"AMP Usage production mode With basic AMP usage should optimize clean",
"AMP Usage production mode With basic AMP usage should render the page as valid AMP",
"AMP Usage production mode With basic AMP usage should render the page without leaving render target",
@@ -8693,8 +8837,7 @@
"AMP Usage production mode should not have deprecation warning"
],
"failed": [
- "AMP Usage production mode With basic AMP usage should not output client pages for AMP only",
- "AMP Usage production mode With basic AMP usage should not output client pages for AMP only with config exported after declaration"
+ "AMP Usage AMP development mode should navigate from non-AMP to AMP without error"
],
"pending": [
"AMP Usage AMP development mode should detect changes and refresh a hybrid AMP page",
@@ -8845,10 +8988,10 @@
"runtimeError": false
},
"test/integration/app-aspath/test/index.test.js": {
- "passed": [
+ "passed": [],
+ "failed": [
"App asPath should not have any changes in asPath after a bundle rebuild"
],
- "failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
@@ -9087,19 +9230,20 @@
},
"test/integration/auto-export/test/index.test.js": {
"passed": [
- "Auto Export dev Refreshes query on mount",
"Auto Export dev Supports commonjs 1",
"Auto Export dev Supports commonjs 2",
+ "Auto Export production mode Supports commonjs 1",
+ "Auto Export production mode Supports commonjs 2"
+ ],
+ "failed": [
+ "Auto Export dev Refreshes query on mount",
"Auto Export dev should not replace URL with page name while asPath is delayed",
"Auto Export dev should not show hydration warning from mismatching asPath",
"Auto Export dev should update asPath after mount",
"Auto Export production mode Refreshes query on mount",
- "Auto Export production mode Supports commonjs 1",
- "Auto Export production mode Supports commonjs 2",
"Auto Export production mode should not replace URL with page name while asPath is delayed",
"Auto Export production mode should update asPath after mount"
],
- "failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
@@ -9133,11 +9277,11 @@
"runtimeError": false
},
"test/integration/basepath-root-catch-all/test/index.test.js": {
- "passed": [
+ "passed": [],
+ "failed": [
"development mode should use correct data URL for root catch-all",
"production mode should use correct data URL for root catch-all"
],
- "failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
@@ -9168,11 +9312,12 @@
"passed": [
"Build Activity Indicator Enabled - (app) Shows build indicator when page is built from modifying",
"Build Activity Indicator Enabled - (app) webpack only Shows the build indicator when a page is built during navigation",
- "Build Activity Indicator Enabled - (pages) Shows build indicator when page is built from modifying",
- "Build Activity Indicator Enabled - (pages) webpack only Shows the build indicator when a page is built during navigation",
"Build Activity Indicator should validate buildActivityPosition config"
],
- "failed": [],
+ "failed": [
+ "Build Activity Indicator Enabled - (pages) Shows build indicator when page is built from modifying",
+ "Build Activity Indicator Enabled - (pages) webpack only Shows the build indicator when a page is built during navigation"
+ ],
"pending": [],
"flakey": [],
"runtimeError": false
@@ -9180,17 +9325,17 @@
"test/integration/build-output/test/index.test.js": {
"passed": [
"Build Output production mode Basic Application Output (experimental: {\"gzipSize\":false}) should not emit extracted comments",
- "Build Output production mode Basic Application Output (experimental: {\"gzipSize\":false}) should not include internal pages",
"Build Output production mode Basic Application Output (experimental: {\"gzipSize\":false}) should print duration when rendering or get static props takes long",
"Build Output production mode Basic Application Output (experimental: {}) should not emit extracted comments",
- "Build Output production mode Basic Application Output (experimental: {}) should not include internal pages",
"Build Output production mode Basic Application Output (experimental: {}) should print duration when rendering or get static props takes long",
- "Build Output production mode Custom App Output should not include custom error",
- "Build Output production mode Custom Error Output should not include custom app",
"Build Output production mode Custom Static Error Output should not specify /404 as lambda when static",
"Build Output production mode With Parallel Routes should not have duplicate paths that resolve to the same route"
],
"failed": [
+ "Build Output production mode Basic Application Output (experimental: {\"gzipSize\":false}) should not include internal pages",
+ "Build Output production mode Basic Application Output (experimental: {}) should not include internal pages",
+ "Build Output production mode Custom App Output should not include custom error",
+ "Build Output production mode Custom Error Output should not include custom app",
"Build Output production mode With AMP Output should not include custom error"
],
"pending": [
@@ -9245,8 +9390,6 @@
},
"test/integration/chunking/test/index.test.js": {
"passed": [
- "Chunking production mode Serving should hydrate with aggressive chunking",
- "Chunking production mode Serving should load chunks when navigating",
"Chunking production mode should execute the build manifest",
"Chunking production mode should not create a commons chunk",
"Chunking production mode should not create a lib chunk for react or react-dom",
@@ -9254,6 +9397,8 @@
"Chunking production mode should use all url friendly names"
],
"failed": [
+ "Chunking production mode Serving should hydrate with aggressive chunking",
+ "Chunking production mode Serving should load chunks when navigating",
"Chunking production mode should create a framework chunk",
"Chunking production mode should not include more than one instance of react-dom"
],
@@ -9356,7 +9501,8 @@
"runtimeError": false
},
"test/integration/client-navigation-a11y/test/index.test.js": {
- "passed": [
+ "passed": [],
+ "failed": [
"Client Navigation accessibility There is a title and a h1 tag has the innerText equal to the value of h1",
"Client Navigation accessibility There is a title but no h1 tag has the innerText equal to the value of document.title",
"Client Navigation accessibility There is no title and no h1 tag has the innerText equal to the value of the pathname",
@@ -9364,17 +9510,16 @@
"Client Navigation accessibility has aria-live=\"assertive\" and role=\"alert\"",
"Client Navigation accessibility should not have the initial route announced"
],
- "failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/integration/client-shallow-routing/test/index.test.js": {
- "passed": [
+ "passed": [],
+ "failed": [
"Client Shallow Routing production mode should not shallowly navigate back in history when current page was not shallow",
"Client Shallow Routing production mode should not shallowly navigate forwards in history when current page was not shallow"
],
- "failed": [],
"pending": [
"Client Shallow Routing development mode should not shallowly navigate back in history when current page was not shallow",
"Client Shallow Routing development mode should not shallowly navigate forwards in history when current page was not shallow"
@@ -9422,10 +9567,9 @@
"Configuration correctly imports a package that defines `module` but no `main` in package.json",
"Configuration renders public config on the server only",
"Configuration renders server config on the server only",
- "Configuration should disable X-Powered-By header support",
- "Configuration should have config available on the client"
+ "Configuration should disable X-Powered-By header support"
],
- "failed": [],
+ "failed": ["Configuration should have config available on the client"],
"pending": [],
"flakey": [],
"runtimeError": false
@@ -9434,10 +9578,6 @@
"passed": [
"config-output-export should error with \"i18n\" config",
"config-output-export should error with api routes function",
- "config-output-export should error with getServerSideProps without fallback",
- "config-output-export should error with getStaticPaths and fallback blocking",
- "config-output-export should error with getStaticPaths and fallback true",
- "config-output-export should error with getStaticProps and revalidate 10 seconds (ISR)",
"config-output-export should error with middleware function",
"config-output-export should work with getStaticProps and revalidate false",
"config-output-export should work with getStaticProps and without revalidate",
@@ -9449,6 +9589,10 @@
"config-output-export when hasNextSupport = true should error with \"rewrites\" config"
],
"failed": [
+ "config-output-export should error with getServerSideProps without fallback",
+ "config-output-export should error with getStaticPaths and fallback blocking",
+ "config-output-export should error with getStaticPaths and fallback true",
+ "config-output-export should error with getStaticProps and revalidate 10 seconds (ISR)",
"config-output-export should work with getStaticPaths and fallback false",
"config-output-export should work with static homepage"
],
@@ -9501,10 +9645,9 @@
"Configuration correctly imports a package that defines `module` but no `main` in package.json",
"Configuration renders public config on the server only",
"Configuration renders server config on the server only",
- "Configuration should disable X-Powered-By header support",
- "Configuration should have config available on the client"
+ "Configuration should disable X-Powered-By header support"
],
- "failed": [],
+ "failed": ["Configuration should have config available on the client"],
"pending": [],
"flakey": [],
"runtimeError": false
@@ -9735,6 +9878,9 @@
},
"test/integration/css-client-nav/test/index.test.js": {
"passed": [
+ "CSS Module client-side navigation production mode should time out and hard navigate for stalled CSS request"
+ ],
+ "failed": [
"CSS Module client-side navigation dev should be able to client-side navigate from blue to red",
"CSS Module client-side navigation dev should be able to client-side navigate from none to blue",
"CSS Module client-side navigation dev should be able to client-side navigate from none to red",
@@ -9742,10 +9888,8 @@
"CSS Module client-side navigation production mode should be able to client-side navigate from blue to red",
"CSS Module client-side navigation production mode should be able to client-side navigate from none to blue",
"CSS Module client-side navigation production mode should be able to client-side navigate from none to red",
- "CSS Module client-side navigation production mode should be able to client-side navigate from red to blue",
- "CSS Module client-side navigation production mode should time out and hard navigate for stalled CSS request"
+ "CSS Module client-side navigation production mode should be able to client-side navigate from red to blue"
],
- "failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
@@ -9836,12 +9980,10 @@
"Basic CSS Module Support production mode should've emitted a single CSS file",
"Basic CSS Module Support production mode should've injected the CSS on server render",
"CSS Module Composes Usage (Basic) production mode should have compiled successfully",
- "Can hot reload CSS Module without losing state should update CSS color without remounting ",
"Catch-all Route CSS Module Usage production mode should apply styles correctly",
"Catch-all Route CSS Module Usage production mode should have compiled successfully",
"Dynamic Route CSS Module Usage production mode should apply styles correctly",
"Dynamic Route CSS Module Usage production mode should have compiled successfully",
- "Has CSS Module in computed styles in Development should have CSS for page",
"Has CSS Module in computed styles in Production production mode should have CSS for page",
"Has CSS Module in computed styles in Production production mode should have compiled successfully",
"Valid CSS Module Usage from within node_modules production mode should have compiled successfully",
@@ -9855,8 +9997,10 @@
"failed": [
"CSS Module Composes Usage (Basic) production mode should've emitted a single CSS file",
"CSS Module Composes Usage (External) production mode should've emitted a single CSS file",
+ "Can hot reload CSS Module without losing state should update CSS color without remounting ",
"Catch-all Route CSS Module Usage production mode should've emitted a single CSS file",
"Dynamic Route CSS Module Usage production mode should've emitted a single CSS file",
+ "Has CSS Module in computed styles in Development should have CSS for page",
"Valid Nested CSS Module Usage from within node_modules production mode should've emitted a single CSS file"
],
"pending": [
@@ -9912,14 +10056,14 @@
"CSS Support production mode Has CSS in computed styles in Production useLightnincsss(false) should have CSS for page",
"CSS Support production mode Has CSS in computed styles in Production useLightnincsss(false) should've preloaded the CSS file and injected it in ",
"CSS Support production mode Has CSS in computed styles in Production useLightnincsss(true) should have CSS for page",
- "CSS Support production mode Has CSS in computed styles in Production useLightnincsss(true) should've preloaded the CSS file and injected it in ",
- "CSS Support production mode React Lifecyce Order (production) useLightnincsss(false) should have the correct color on mount after navigation",
- "CSS Support production mode React Lifecyce Order (production) useLightnincsss(true) should have the correct color on mount after navigation"
+ "CSS Support production mode Has CSS in computed styles in Production useLightnincsss(true) should've preloaded the CSS file and injected it in "
],
"failed": [
"CSS Support production mode CSS Compilation and Prefixing useLightnincsss(false) should've compiled and prefixed",
"CSS Support production mode CSS Compilation and Prefixing useLightnincsss(true) should've compiled and prefixed",
- "CSS Support production mode Good Nested CSS Import from node_modules useLightnincsss(false) should've emitted a single CSS file"
+ "CSS Support production mode Good Nested CSS Import from node_modules useLightnincsss(false) should've emitted a single CSS file",
+ "CSS Support production mode React Lifecyce Order (production) useLightnincsss(false) should have the correct color on mount after navigation",
+ "CSS Support production mode React Lifecyce Order (production) useLightnincsss(true) should have the correct color on mount after navigation"
],
"pending": [],
"flakey": [],
@@ -9927,25 +10071,17 @@
},
"test/integration/css/test/css-modules.test.js": {
"passed": [
- "Basic CSS Modules Ordering useLightnincsss(false) Development Mode should have correct color on index page (on hover)",
- "Basic CSS Modules Ordering useLightnincsss(false) Development Mode should have correct color on index page (on load)",
- "Basic CSS Modules Ordering useLightnincsss(false) Development Mode should have correct color on index page (on nav)",
"Basic CSS Modules Ordering useLightnincsss(false) production mode should have correct color on index page (on hover)",
"Basic CSS Modules Ordering useLightnincsss(false) production mode should have correct color on index page (on load)",
"Basic CSS Modules Ordering useLightnincsss(false) production mode should have correct color on index page (on nav)",
- "Basic CSS Modules Ordering useLightnincsss(true) Development Mode should have correct color on index page (on hover)",
- "Basic CSS Modules Ordering useLightnincsss(true) Development Mode should have correct color on index page (on load)",
- "Basic CSS Modules Ordering useLightnincsss(true) Development Mode should have correct color on index page (on nav)",
"Basic CSS Modules Ordering useLightnincsss(true) production mode should have correct color on index page (on hover)",
"Basic CSS Modules Ordering useLightnincsss(true) production mode should have correct color on index page (on load)",
"Basic CSS Modules Ordering useLightnincsss(true) production mode should have correct color on index page (on nav)",
- "CSS Modules Composes Ordering useLightnincsss(false) production mode should have correct CSS injection order",
"CSS Modules Composes Ordering useLightnincsss(false) production mode should have correct color on index page (on hover)",
"CSS Modules Composes Ordering useLightnincsss(false) production mode should have correct color on index page (on load)",
"CSS Modules Composes Ordering useLightnincsss(false) production mode should have correct color on index page (on nav from index)",
"CSS Modules Composes Ordering useLightnincsss(false) production mode should have correct color on index page (on nav from other)",
"CSS Modules Composes Ordering useLightnincsss(false) production mode should not change color on hover",
- "CSS Modules Composes Ordering useLightnincsss(true) production mode should have correct CSS injection order",
"CSS Modules Composes Ordering useLightnincsss(true) production mode should have correct color on index page (on hover)",
"CSS Modules Composes Ordering useLightnincsss(true) production mode should have correct color on index page (on load)",
"CSS Modules Composes Ordering useLightnincsss(true) production mode should have correct color on index page (on nav from index)",
@@ -9953,11 +10089,7 @@
"CSS Modules Composes Ordering useLightnincsss(true) production mode should not change color on hover",
"Data URLs production mode should compile successfully",
"Data URLs production mode should have emitted expected files",
- "Ordering with Global CSS and Modules (dev) useLightnincsss(false) should have the correct color (css ordering)",
- "Ordering with Global CSS and Modules (dev) useLightnincsss(false) should have the correct color (css ordering) during hot reloads",
"Ordering with Global CSS and Modules (dev) useLightnincsss(false) should not execute scripts in any order",
- "Ordering with Global CSS and Modules (dev) useLightnincsss(true) should have the correct color (css ordering)",
- "Ordering with Global CSS and Modules (dev) useLightnincsss(true) should have the correct color (css ordering) during hot reloads",
"Ordering with Global CSS and Modules (dev) useLightnincsss(true) should not execute scripts in any order",
"Ordering with Global CSS and Modules (prod) production mode useLightnincsss(false) should have compiled successfully",
"Ordering with Global CSS and Modules (prod) production mode useLightnincsss(false) should have the correct color (css ordering)",
@@ -9966,6 +10098,18 @@
"should handle unresolved files gracefully production mode should build correctly"
],
"failed": [
+ "Basic CSS Modules Ordering useLightnincsss(false) Development Mode should have correct color on index page (on hover)",
+ "Basic CSS Modules Ordering useLightnincsss(false) Development Mode should have correct color on index page (on load)",
+ "Basic CSS Modules Ordering useLightnincsss(false) Development Mode should have correct color on index page (on nav)",
+ "Basic CSS Modules Ordering useLightnincsss(true) Development Mode should have correct color on index page (on hover)",
+ "Basic CSS Modules Ordering useLightnincsss(true) Development Mode should have correct color on index page (on load)",
+ "Basic CSS Modules Ordering useLightnincsss(true) Development Mode should have correct color on index page (on nav)",
+ "CSS Modules Composes Ordering useLightnincsss(false) production mode should have correct CSS injection order",
+ "CSS Modules Composes Ordering useLightnincsss(true) production mode should have correct CSS injection order",
+ "Ordering with Global CSS and Modules (dev) useLightnincsss(false) should have the correct color (css ordering)",
+ "Ordering with Global CSS and Modules (dev) useLightnincsss(false) should have the correct color (css ordering) during hot reloads",
+ "Ordering with Global CSS and Modules (dev) useLightnincsss(true) should have the correct color (css ordering)",
+ "Ordering with Global CSS and Modules (dev) useLightnincsss(true) should have the correct color (css ordering) during hot reloads",
"should handle unresolved files gracefully production mode should have correct file references in CSS output"
],
"pending": [
@@ -9983,39 +10127,40 @@
},
"test/integration/css/test/css-rendering.test.js": {
"passed": [
- "CSS Support CSS Cleanup on Render Failure useLightnincsss(false) production mode not have intermediary page styles on error rendering",
- "CSS Support CSS Cleanup on Render Failure useLightnincsss(true) production mode not have intermediary page styles on error rendering",
- "CSS Support CSS page transition inject