|
| 1 | +{ |
| 2 | + "version": 2, |
| 3 | + "suites": { |
| 4 | + "test/e2e/app-dir/actions/app-action-node-middleware.test.ts": { |
| 5 | + "failed": [ |
| 6 | + "app-dir action handling fetch actions should handle redirects to routes that provide an invalid RSC response", |
| 7 | + "app-dir action handling should reset the form state when the action redirects to itself" |
| 8 | + ] |
| 9 | + }, |
| 10 | + "test/e2e/app-dir/actions/app-action.test.ts": { |
| 11 | + "failed": [ |
| 12 | + "app-dir action handling fetch actions should handle redirects to routes that provide an invalid RSC response", |
| 13 | + "app-dir action handling should reset the form state when the action redirects to itself" |
| 14 | + ] |
| 15 | + }, |
| 16 | + "test/e2e/app-dir/app-client-cache/client-cache.experimental.test.ts": { |
| 17 | + "failed": [ |
| 18 | + "app dir client cache semantics (experimental staleTimes) static: 180 prefetch={true} should use the custom static override time (3 minutes)" |
| 19 | + ] |
| 20 | + }, |
| 21 | + "test/e2e/app-dir/app-prefetch/prefetching.stale-times.test.ts": { |
| 22 | + "failed": [ |
| 23 | + "app dir - prefetching (custom staleTime) should fetch again when a static page was prefetched when navigating to it after the stale time has passed", |
| 24 | + "app dir - prefetching (custom staleTime) should fetch again when the initially visited static page is visited after the stale time has passed", |
| 25 | + "app dir - prefetching (custom staleTime) should not fetch again when a static page was prefetched when navigating to it twice", |
| 26 | + "app dir - prefetching (custom staleTime) should renew the stale time after refetching expired RSC data" |
| 27 | + ] |
| 28 | + }, |
| 29 | + "test/e2e/app-dir/app-prefetch/prefetching.test.ts": { |
| 30 | + "failed": [ |
| 31 | + "app dir - prefetching fetch priority should have an auto priority for all other fetch operations", |
| 32 | + "app dir - prefetching fetch priority should prefetch with high priority when navigating to a page without a prefetch entry", |
| 33 | + "app dir - prefetching prefetch cache seeding should not re-fetch the initial dynamic page if the same page is prefetched with prefetch={true}", |
| 34 | + "app dir - prefetching prefetch cache seeding should not re-fetch the initial static page if the same page is prefetched with prefetch={true}", |
| 35 | + "app dir - prefetching should calculate `_rsc` query based on `Next-Url`", |
| 36 | + "app dir - prefetching should immediately render the loading state for a dynamic segment when fetched from higher up in the tree", |
| 37 | + "app dir - prefetching should not fetch again when a static page was prefetched", |
| 38 | + "app dir - prefetching should not unintentionally modify the requested prefetch by escaping the uri encoded query params" |
| 39 | + ] |
| 40 | + }, |
| 41 | + "test/e2e/app-dir/app-static/app-static-custom-handler.test.ts": { |
| 42 | + "failed": [ |
| 43 | + "app-dir static/dynamic handling should output HTML/RSC files for static paths" |
| 44 | + ] |
| 45 | + }, |
| 46 | + "test/e2e/app-dir/app-static/app-static.test.ts": { |
| 47 | + "failed": [ |
| 48 | + "app-dir static/dynamic handling should output HTML/RSC files for static paths" |
| 49 | + ] |
| 50 | + }, |
| 51 | + "test/e2e/app-dir/navigation/navigation.test.ts": { |
| 52 | + "failed": [ |
| 53 | + "app dir - navigation middleware redirect should change browser location when router.refresh() gets a redirect response" |
| 54 | + ] |
| 55 | + }, |
| 56 | + "test/e2e/app-dir/parallel-routes-and-interception/parallel-routes-and-interception.test.ts": { |
| 57 | + "failed": [ |
| 58 | + "parallel-routes-and-interception route intercepting should support intercepting local dynamic sibling routes" |
| 59 | + ] |
| 60 | + }, |
| 61 | + "test/e2e/app-dir/parallel-routes-revalidation/parallel-routes-revalidation.test.ts": { |
| 62 | + "failed": [ |
| 63 | + "parallel-routes-revalidation router.refresh (dynamic) - searchParams: false should correctly refresh data for previously intercepted modal and active page slot", |
| 64 | + "parallel-routes-revalidation router.refresh (dynamic) - searchParams: true should correctly refresh data for previously intercepted modal and active page slot", |
| 65 | + "parallel-routes-revalidation router.refresh (dynamic) - searchParams: true should correctly refresh data for the intercepted route and previously active page slot", |
| 66 | + "parallel-routes-revalidation router.refresh (regular) - searchParams: false should correctly refresh data for previously intercepted modal and active page slot", |
| 67 | + "parallel-routes-revalidation router.refresh (regular) - searchParams: true should correctly refresh data for previously intercepted modal and active page slot", |
| 68 | + "parallel-routes-revalidation router.refresh (regular) - searchParams: true should correctly refresh data for the intercepted route and previously active page slot", |
| 69 | + "parallel-routes-revalidation server action revalidation handles refreshing when multiple parallel slots are active", |
| 70 | + "parallel-routes-revalidation server action revalidation should not trigger a refresh for the page that is being redirected to" |
| 71 | + ] |
| 72 | + }, |
| 73 | + "test/e2e/app-dir/ppr-navigations/loading-tsx-no-partial-rendering/loading-tsx-no-partial-rendering.test.ts": { |
| 74 | + "failed": [ |
| 75 | + "loading-tsx-no-partial-rendering when PPR is enabled, loading.tsx boundaries do not cause a partial prefetch" |
| 76 | + ] |
| 77 | + }, |
| 78 | + "test/e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts": { |
| 79 | + "failed": [ |
| 80 | + "searchparams-reuse-loading should re-use loading from \"full\" prefetch for param-full URL when navigating to param-full route", |
| 81 | + "searchparams-reuse-loading should re-use loading from \"full\" prefetch for param-full URL when navigating to param-less route", |
| 82 | + "searchparams-reuse-loading should re-use loading from \"full\" prefetch for param-less URL when navigating to param-full route" |
| 83 | + ] |
| 84 | + }, |
| 85 | + "test/e2e/next-form/default/next-form-prefetch.test.ts": { |
| 86 | + "failed": [ |
| 87 | + "app dir - form prefetching should prefetch a loading state for the form's target" |
| 88 | + ] |
| 89 | + }, |
| 90 | + "test/integration/app-dir-export/test/config.test.ts": { |
| 91 | + "failed": [ |
| 92 | + "app dir - with output export (next dev / next build) production mode should correctly emit exported assets to config.distDir" |
| 93 | + ] |
| 94 | + }, |
| 95 | + "test/integration/app-dir-export/test/dynamicapiroute-prod.test.ts": { |
| 96 | + "failed": [ |
| 97 | + "app dir - with output export - dynamic api route prod production mode should work in prod with dynamicApiRoute 'error'", |
| 98 | + "app dir - with output export - dynamic api route prod production mode should work in prod with dynamicApiRoute 'force-static'" |
| 99 | + ] |
| 100 | + }, |
| 101 | + "test/integration/app-dir-export/test/dynamicpage-prod.test.ts": { |
| 102 | + "failed": [ |
| 103 | + "app dir - with output export - dynamic api route prod production mode should work in prod with dynamicPage 'error'", |
| 104 | + "app dir - with output export - dynamic api route prod production mode should work in prod with dynamicPage 'force-static'", |
| 105 | + "app dir - with output export - dynamic api route prod production mode should work in prod with dynamicPage undefined" |
| 106 | + ] |
| 107 | + }, |
| 108 | + "test/integration/app-dir-export/test/trailing-slash-start.test.ts": { |
| 109 | + "failed": [ |
| 110 | + "app dir - with output export - trailing slash prod production mode should work in prod with trailingSlash 'false'", |
| 111 | + "app dir - with output export - trailing slash prod production mode should work in prod with trailingSlash 'true'" |
| 112 | + ] |
| 113 | + }, |
| 114 | + "test/production/app-dir/build-output-prerender/build-output-prerender.test.ts": { |
| 115 | + "failed": [ |
| 116 | + "build-output-prerender with a next config file with --debug-prerender prints a warning and the customized experimental flags", |
| 117 | + "build-output-prerender with a next config file without --debug-prerender prints only the user-selected experimental flags (and the ones enabled via env variable)", |
| 118 | + "build-output-prerender without a next config file with --debug-prerender prints a warning and the customized experimental flags", |
| 119 | + "build-output-prerender without a next config file without --debug-prerender prints no experimental flags (unless enabled via env variable)" |
| 120 | + ] |
| 121 | + } |
| 122 | + }, |
| 123 | + "rules": { |
| 124 | + "include": [ |
| 125 | + "test/e2e/**/*.test.{t,j}s{,x}", |
| 126 | + "test/integration/app-*/**/*.test.{t,j}s{,x}", |
| 127 | + "test/production/app-*/**/*.test.{t,j}s{,x}", |
| 128 | + "test/development/app-*/**/*.test.{t,j}s{,x}", |
| 129 | + "test/development/acceptance-app/**/*.test.{t,j}s{,x}" |
| 130 | + ], |
| 131 | + "exclude": [] |
| 132 | + } |
| 133 | +} |
0 commit comments