rsnext/test/e2e/app-dir
Shu Ding 1e75beada2
Fix CSS module imports not included in root not-found file (#49155)
When using the `not-found.js` file to match missed routes, `serverCSSForEntries` will always be empty as the `ComponentMod.pages` itself doesn't contain any actual entry. We need to handle that as a special case.

Closes #48133.
2023-05-03 16:45:12 +00:00
..
_allow-underscored-root-directory Underscore Handling Fixes (#47581) 2023-03-28 12:19:01 +02:00
actions Forward response to edge runtime for response modification (#49145) 2023-05-03 14:04:31 +00:00
app Ensure app/layout.tsx can export preferredRegion (#49031) 2023-05-01 11:58:36 +02:00
app-a11y Implement route announcer for app dir (#47018) 2023-03-13 13:09:22 -07:00
app-alias Add experimental route type checking (#45761) 2023-02-11 15:06:39 +00:00
app-basepath Fix flaky css test and remove unused tests deps (#47806) 2023-04-01 16:58:32 -07:00
app-client-cache test: disable client cache flaky test (#48890) 2023-04-26 21:44:50 +00:00
app-css Fix CSS module imports not included in root not-found file (#49155) 2023-05-03 16:45:12 +00:00
app-css-pageextensions fixes #48794 : When using pageExtensions like "page.jsx", global css import not working (#48795) 2023-04-28 10:23:00 +02:00
app-edge Fix edge runtime detection from layouts (#49126) 2023-05-03 08:01:58 +00:00
app-external Fix flaky css test and remove unused tests deps (#47806) 2023-04-01 16:58:32 -07:00
app-middleware Add export runtime test for pages and fully remove experimental.runtime (#48630) 2023-04-20 22:37:38 +00:00
app-prefetch Reland "app-router: new client-side cache semantics" (#48695) 2023-04-22 10:41:08 +00:00
app-rendering Update some flakey test cases (#47556) 2023-03-26 23:41:15 -07:00
app-routes Ensure WebSocket is polyfilled for node runtime as well (#48924) 2023-04-28 15:48:14 -05:00
app-routes-trailing-slash Unify Request types (#47884) 2023-04-05 18:24:08 +00:00
app-static Tweak app cache handling for paths (#49108) 2023-05-02 17:48:59 -07:00
app-validation Add Zod and router state validation (#46962) 2023-03-10 13:37:45 +00:00
asset-prefix Change NextInstance.fetch Signature (#44575) 2023-01-05 16:31:03 +01:00
async-component-preload Move tests into their test folder (#44183) 2022-12-21 14:16:52 +01:00
autoscroll-with-css-modules Fix issue where layout-router wouldn't auto-scroll if we imported styles or fonts (#45487) 2023-02-07 12:03:18 +00:00
back-button-download-bug Move tests into their test folder (#44183) 2022-12-21 14:16:52 +01:00
create-next-app-template Migrate create-next-app and e2e tests to Metadata API. (#45819) 2023-02-23 23:40:06 +00:00
create-root-layout Migrate create-next-app and e2e tests to Metadata API. (#45819) 2023-02-23 23:40:06 +00:00
crypto-globally-available chore: expose globalThis.crypto when not available (#48941) 2023-04-28 11:18:55 +02:00
draft-mode chore: rename draft mode enabled to isEnabled (#49096) 2023-05-02 21:45:28 +02:00
dynamic Add test case for #48583 and ignore hot-update scripts (#48587) 2023-04-20 14:32:31 +00:00
dynamic-href Move tests into their test folder (#44183) 2022-12-21 14:16:52 +01:00
edge-runtime-node-compatibility Add export runtime test for pages and fully remove experimental.runtime (#48630) 2023-04-20 22:37:38 +00:00
front-redirect-issue Investigate redirect getting stuck (#48343) 2023-04-13 16:17:15 -07:00
global-error Update test env variable passing (#44912) 2023-01-15 23:20:16 -08:00
hooks chore: rename draft mode enabled to isEnabled (#49096) 2023-05-02 21:45:28 +02:00
i18n-hybrid Update failing i18n e2e deploy test (#47555) 2023-03-26 22:40:32 -07:00
import Move tests into their test folder (#44183) 2022-12-21 14:16:52 +01:00
interception-middleware-rewrite interception routes: support middleware rewrites (#48450) 2023-04-17 10:07:31 +02:00
interpolability-with-pages Update test env for E2E deploy mode (#44937) 2023-01-16 15:39:54 -08:00
layout-params Move tests into their test folder (#44183) 2022-12-21 14:16:52 +01:00
mdx Add additional tests for @next/mdx (#45585)Co-authored-by: Shu Ding <g@shud.in> 2023-02-11 13:37:00 +01:00
metadata Support generate dynamic sitemaps for dynamic routes (#48867) 2023-04-26 20:41:37 +00:00
metadata-dynamic-routes Static generate dynamic sitemaps (#49114) 2023-05-03 12:11:57 +02:00
metadata-suspense Add not found boundary and move head cache to app router (#47688) 2023-03-30 14:08:37 -07:00
navigation app router: Fix infinite redirect loop in MPA navigation (#49058) 2023-05-03 11:04:53 +02:00
next-font preload fonts using ReactDOM.preload (#48931) 2023-04-29 00:50:20 +02:00
next-image Move tests into their test folder (#44183) 2022-12-21 14:16:52 +01:00
not-found Add not found boundary and move head cache to app router (#47688) 2023-03-30 14:08:37 -07:00
pages-to-app-routing Add client router filter handling (#46283) 2023-02-22 22:02:31 -08:00
parallel-routes-and-interception parallel routes: fix incorrect optimistic tree when there are multiple parallel routes (#48449) 2023-04-17 10:12:46 +02:00
parallel-routes-not-found parallel routes: fix next-provided default.js not being resolved if the config doesn't specify .js (#48446) 2023-04-17 10:06:50 +02:00
rewrites-redirects Update test env for E2E deploy mode (#44937) 2023-01-16 15:39:54 -08:00
root-layout Drop object config export support for app dir (#48489) 2023-04-17 20:02:32 +00:00
root-layout-redirect Catch redirect() in root layout (#47345) 2023-03-22 09:34:50 +01:00
route-page-manifest-bug Fix manifest error when using route.js (#46102) 2023-02-18 20:31:49 +01:00
router-autoscroll Fix scroll when loading.js/ts is used (#48986) 2023-04-29 17:43:55 +00:00
router-stuck-dynamic-static-segment Add dynamic parameter marker to router cache key (#47957) 2023-04-05 15:40:28 +02:00
rsc-basic Add test case for #48506 (#48696) 2023-04-21 22:59:08 +00:00
search-params-react-key app router: don't unmount/remount on search param changes (#49047) 2023-05-01 20:57:45 +02:00
searchparams-static-bailout Opt-in to dynamic rendering when reading searchParams (#46205) 2023-03-16 21:46:35 +01:00
set-cookies Add export runtime test for pages and fully remove experimental.runtime (#48630) 2023-04-20 22:37:38 +00:00
similar-pages-paths Fix conflict dev entry key between app and pages (#46832) 2023-03-07 12:27:10 -08:00
test-template/{{ toFileName name }} Add additional tests for @next/mdx (#45585)Co-authored-by: Shu Ding <g@shud.in> 2023-02-11 13:37:00 +01:00
trailingslash Change NextInstance.fetch Signature (#44575) 2023-01-05 16:31:03 +01:00
underscore-ignore-app-paths Ignore folders prefixed by underscore (_) in App Router (#47439) 2023-03-24 12:53:11 +01:00
use-params Check for null before reading value in useParams (#47875) 2023-04-05 21:51:52 +00:00
use-selected-layout-segment-s Fix useSelectedLayoutSegments including __PAGE__ (#47492) 2023-03-24 16:13:22 +01:00
with-babel Move tests into their test folder (#44183) 2022-12-21 14:16:52 +01:00