|
| 1 | +{ |
| 2 | + "version": 2, |
| 3 | + "suites": { |
| 4 | + "test/e2e/app-dir/app-static/app-static.test.ts": { |
| 5 | + "failed": [ |
| 6 | + "app-dir static/dynamic handling usePathname should have values from canonical url on rewrite", |
| 7 | + "app-dir static/dynamic handling should have correct prerender-manifest entries", |
| 8 | + "app-dir static/dynamic handling should output HTML/RSC files for static paths", |
| 9 | + "app-dir static/dynamic handling should output debug info for static bailouts" |
| 10 | + ] |
| 11 | + }, |
| 12 | + "test/e2e/app-dir/app-client-cache/client-cache.test.ts": { |
| 13 | + "failed": [ |
| 14 | + "app dir client cache semantics prefetch={undefined} - default should re-use the full cache for only 30 seconds", |
| 15 | + "app dir client cache semantics prefetch={undefined} - default should refetch below the fold after 30 seconds" |
| 16 | + ] |
| 17 | + }, |
| 18 | + "test/e2e/app-dir/headers-static-bailout/headers-static-bailout.test.ts": { |
| 19 | + "failed": [ |
| 20 | + "headers-static-bailout it provides a helpful link in case static generation bailout is uncaught" |
| 21 | + ] |
| 22 | + }, |
| 23 | + "test/e2e/app-dir/parallel-routes-and-interception/parallel-routes-and-interception.test.ts": { |
| 24 | + "failed": [ |
| 25 | + "parallel-routes-and-interception route intercepting should render modal when paired with parallel routes", |
| 26 | + "parallel-routes-and-interception route intercepting should support intercepting local dynamic sibling routes" |
| 27 | + ] |
| 28 | + }, |
| 29 | + "test/e2e/app-dir/error-boundary-navigation/override-node-env.test.ts": { |
| 30 | + "failed": [ |
| 31 | + "app dir - not found navigation - with overridden node env should be able to navigate to other page from root not-found page" |
| 32 | + ] |
| 33 | + }, |
| 34 | + "test/e2e/opentelemetry/opentelemetry.test.ts": { |
| 35 | + "failed": [ |
| 36 | + "opentelemetry root context app router should handle RSC with fetch", |
| 37 | + "opentelemetry incoming context propagation app router should handle RSC with fetch", |
| 38 | + "opentelemetry incoming context propagation app router should handle route handlers in app router" |
| 39 | + ] |
| 40 | + }, |
| 41 | + "test/e2e/app-dir/rsc-basic/rsc-basic.test.ts": { |
| 42 | + "failed": [ |
| 43 | + "app dir - rsc basics should render initial styles of css-in-js in edge SSR correctly", |
| 44 | + "app dir - rsc basics should render initial styles of css-in-js in nodejs SSR correctly", |
| 45 | + "app dir - rsc basics should render server components correctly" |
| 46 | + ], |
| 47 | + "flakey": [ |
| 48 | + "app dir - rsc basics react@experimental should opt into the react@experimental when enabling ppr", |
| 49 | + "app dir - rsc basics react@experimental should opt into the react@experimental when enabling taint" |
| 50 | + ] |
| 51 | + }, |
| 52 | + "test/e2e/app-dir/navigation/navigation.test.ts": { |
| 53 | + "failed": [ |
| 54 | + "app dir - navigation redirect status code should respond with 308 status code if permanent flag is set", |
| 55 | + "app dir - navigation redirect status code should respond with 307 status code in client component", |
| 56 | + "app dir - navigation redirect status code should respond with 307 status code in server component", |
| 57 | + "app dir - navigation bots should block rendering for bots and return 404 status", |
| 58 | + "app dir - navigation navigation between pages and app should not continously initiate a mpa navigation to the same URL when router state changes" |
| 59 | + ] |
| 60 | + }, |
| 61 | + "test/e2e/app-dir/app-static/app-static-custom-handler.test.ts": { |
| 62 | + "failed": [ |
| 63 | + "app-dir static/dynamic handling should output debug info for static bailouts", |
| 64 | + "app-dir static/dynamic handling should have correct prerender-manifest entries", |
| 65 | + "app-dir static/dynamic handling should output HTML/RSC files for static paths" |
| 66 | + ] |
| 67 | + }, |
| 68 | + "test/production/app-dir/unexpected-error/unexpected-error.test.ts": { |
| 69 | + "failed": [ |
| 70 | + "unexpected-error should set response status to 500 for unexpected errors in ssr app route", |
| 71 | + "unexpected-error should set response status to 500 for unexpected errors in isr app route" |
| 72 | + ] |
| 73 | + }, |
| 74 | + "test/e2e/skip-trailing-slash-redirect/index.test.ts": { |
| 75 | + "flakey": [ |
| 76 | + "skip-trailing-slash-redirect should merge cookies from middleware and edge API routes correctly", |
| 77 | + "skip-trailing-slash-redirect should handle external rewrite correctly /chained-rewrite-ssr", |
| 78 | + "skip-trailing-slash-redirect should handle external rewrite correctly /chained-rewrite-static", |
| 79 | + "skip-trailing-slash-redirect should handle external rewrite correctly /chained-rewrite-ssg" |
| 80 | + ] |
| 81 | + }, |
| 82 | + "test/e2e/module-layer/index.test.ts": { |
| 83 | + "flakey": [ |
| 84 | + "module layer no server-only in server targets should render routes marked with restriction marks without errors", |
| 85 | + "module layer with server-only in server targets should render routes marked with restriction marks without errors" |
| 86 | + ] |
| 87 | + }, |
| 88 | + "test/e2e/getserversideprops/test/index.test.ts": { |
| 89 | + "flakey": [ |
| 90 | + "getServerSideProps should set default caching header", |
| 91 | + "getServerSideProps should respect custom caching header" |
| 92 | + ] |
| 93 | + }, |
| 94 | + "test/e2e/app-dir/metadata-dynamic-routes/index.test.ts": { |
| 95 | + "pending": [], |
| 96 | + "flakey": [ |
| 97 | + "app dir - metadata dynamic routes text routes should handle robots.[ext] dynamic routes", |
| 98 | + "app dir - metadata dynamic routes text routes should handle sitemap.[ext] dynamic routes", |
| 99 | + "app dir - metadata dynamic routes social image routes should handle manifest.[ext] dynamic routes", |
| 100 | + "app dir - metadata dynamic routes social image routes should render og image with opengraph-image dynamic routes", |
| 101 | + "app dir - metadata dynamic routes social image routes should render og image with twitter-image dynamic routes", |
| 102 | + "app dir - metadata dynamic routes icon image routes should render icon with dynamic routes", |
| 103 | + "app dir - metadata dynamic routes icon image routes should render apple icon with dynamic routes", |
| 104 | + "app dir - metadata dynamic routes should inject dynamic metadata properly to head" |
| 105 | + ] |
| 106 | + }, |
| 107 | + "test/e2e/app-dir/metadata/metadata.test.ts": { |
| 108 | + "flakey": [ |
| 109 | + "app dir - metadata opengraph should pick up opengraph-image and twitter-image as static metadata files", |
| 110 | + "app dir - metadata static routes should have /favicon.ico as route" |
| 111 | + ] |
| 112 | + } |
| 113 | + }, |
| 114 | + "rules": { |
| 115 | + "include": ["test/e2e/**/*.test.{t,j}s{,x}"], |
| 116 | + "exclude": [ |
| 117 | + "test/e2e/app-dir/next-font/**/*", |
| 118 | + "test/e2e/app-dir/ppr/**/*", |
| 119 | + "test/e2e/app-dir/ppr-*/**/*", |
| 120 | + "test/e2e/app-dir/app-prefetch*/**/*", |
| 121 | + "test/e2e/app-dir/app-esm-js/index.test.ts", |
| 122 | + "test/e2e/app-dir/interception-middleware-rewrite/interception-middleware-rewrite.test.ts", |
| 123 | + "test/e2e/app-dir/searchparams-static-bailout/searchparams-static-bailout.test.ts", |
| 124 | + "test/e2e/app-dir/app-compilation/index.test.ts", |
| 125 | + "test/e2e/cancel-request/stream-cancel.test.ts", |
| 126 | + "test/e2e/favicon-short-circuit/favicon-short-circuit.test.ts", |
| 127 | + "test/e2e/edge-pages-support/edge-document.test.ts", |
| 128 | + "test/e2e/third-parties/index.test.ts", |
| 129 | + "test/e2e/swc-warnings/index.test.ts", |
| 130 | + "test/e2e/app-dir/externals/externals.test.ts", |
| 131 | + "test/e2e/app-dir/use-selected-layout-segment-s/use-selected-layout-segment-s.test.ts", |
| 132 | + "test/e2e/repeated-forward-slashes-error/repeated-forward-slashes-error.test.ts", |
| 133 | + "test/e2e/app-dir/with-exported-function-config/with-exported-function-config.test.ts", |
| 134 | + "test/e2e/app-dir/x-forwarded-headers/x-forwarded-headers.test.ts", |
| 135 | + "test/e2e/app-dir/third-parties/basic.test.ts" |
| 136 | + ] |
| 137 | + } |
| 138 | +} |
0 commit comments