rsnext/test/integration
Tim Neutkens 2cf8e6c863
More Turbopack fixes (#56275)
Skips additional production-only tests.

Follow-up to https://github.com/vercel/next.js/pull/56089

<!-- Thanks for opening a PR! Your contribution is much appreciated.
To make sure your PR is handled as smoothly as possible we request that
you follow the checklist sections below.
Choose the right checklist for the change(s) that you're making:

## For Contributors

### Improving Documentation

- Run `pnpm prettier-fix` to fix formatting issues before opening the
PR.
- Read the Docs Contribution Guide to ensure your contribution follows
the docs guidelines:
https://nextjs.org/docs/community/contribution-guide

### Adding or Updating Examples

- The "examples guidelines" are followed from our contributing doc
https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md
- Make sure the linting passes by running `pnpm build && pnpm lint`. See
https://github.com/vercel/next.js/blob/canary/contributing/repository/linting.md

### Fixing a bug

- Related issues linked using `fixes #number`
- Tests added. See:
https://github.com/vercel/next.js/blob/canary/contributing/core/testing.md#writing-tests-for-nextjs
- Errors have a helpful link attached, see
https://github.com/vercel/next.js/blob/canary/contributing.md

### Adding a feature

- Implements an existing feature request or RFC. Make sure the feature
request has been accepted for implementation before opening a PR. (A
discussion must be opened, see
https://github.com/vercel/next.js/discussions/new?category=ideas)
- Related issues/discussions are linked using `fixes #number`
- e2e tests added
(https://github.com/vercel/next.js/blob/canary/contributing/core/testing.md#writing-tests-for-nextjs)
- Documentation added
- Telemetry added. In case of a feature if it's used or not.
- Errors have a helpful link attached, see
https://github.com/vercel/next.js/blob/canary/contributing.md


## For Maintainers

- Minimal description (aim for explaining to someone not on the team to
understand the PR)
- When linking to a Slack thread, you might want to share details of the
conclusion
- Link both the Linear (Fixes NEXT-xxx) and the GitHub issues
- Add review comments if necessary to explain to the reviewer the logic
behind a change

### What?

### Why?

### How?

Closes NEXT-
Fixes #

-->
2023-10-02 09:42:32 +02:00
..
404-page More Turbopack test fixes (#56248) 2023-10-01 17:50:03 +02:00
404-page-app Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
404-page-custom-error Skip production tests for Turbopack (#56089) 2023-09-27 15:19:42 +02:00
404-page-ssg Skip production tests for Turbopack (#56089) 2023-09-27 15:19:42 +02:00
500-page Skip production tests for Turbopack (#56089) 2023-09-27 15:19:42 +02:00
absolute-assetprefix BREAKING CHANGE: Enable newNextLinkBehavior (#41459) 2022-10-17 21:20:28 -04:00
amp-export-validation
amphtml Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
amphtml-custom-optimizer Upgrade amp optimizer to v2.8.3 (#27106) 2022-05-29 19:38:23 -05:00
amphtml-custom-validator
amphtml-fragment-style Remove render workers in favor of esm loader (#54813) 2023-09-11 22:17:52 +02:00
amphtml-ssg Skip production tests for Turbopack (#56089) 2023-09-27 15:19:42 +02:00
api-body-parser Remove render workers in favor of esm loader (#54813) 2023-09-11 22:17:52 +02:00
api-catch-all BREAKING CHANGE: Remove target: serverless (#41495) 2022-10-18 09:47:13 -07:00
api-support Failing tests for 404 back/forward (#50047) 2023-05-22 17:04:36 +02:00
app-aspath
app-config-asset-prefix fix: App Router with assetPrefix: / (#49622) 2023-06-07 14:46:02 +00:00
app-dir-export feat(turbopack): construct output path with distDir next.js config (#55613) 2023-09-22 18:07:03 +00:00
app-document BREAKING CHANGE: Enable newNextLinkBehavior (#41459) 2022-10-17 21:20:28 -04:00
app-document-add-hmr Enable additional webpack memory cache (#52540) 2023-08-02 11:43:39 +02:00
app-document-import-order Revert "Revert "Separate routing code from render servers (#52492)"" (#53029) 2023-07-21 14:02:52 -07:00
app-document-remove-hmr Remove full reload overlay and warn in CLI instead (#37874) 2022-06-22 15:41:23 +00:00
app-document-style-fragment Revert "Route Module Updates Redux" (#51409) 2023-06-16 05:44:03 -07:00
app-dynamic-error Remove experimental config from create-next-app (#49241) 2023-05-05 00:22:28 -07:00
app-functional
app-tree Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
app-types Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
async-modules Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
auto-export More Turbopack test fixes (#56248) 2023-10-01 17:50:03 +02:00
auto-export-error-bail Skip production tests for Turbopack (#56089) 2023-09-27 15:19:42 +02:00
auto-export-query-error Skip production tests for Turbopack (#56089) 2023-09-27 15:19:42 +02:00
babel Skip Babel tests for Turbopack (#56091) 2023-09-27 16:12:43 +02:00
babel-custom Skip Babel tests for Turbopack (#56091) 2023-09-27 16:12:43 +02:00
basepath-root-catch-all Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
bigint Skip production tests for Turbopack (#56089) 2023-09-27 15:19:42 +02:00
broken-webpack-plugin
build-indicator Add initial separated route resolving (#47208) 2023-04-02 15:17:15 +02:00
build-output Allow filtering individual test cases inside test files (#55786) 2023-09-22 21:37:48 +00:00
build-trace-extra-entries Fix folders included in trace (#46011) 2023-02-16 12:45:08 -08:00
build-trace-extra-entries-turbo Add top-level trace include/exclude config (#44605) 2023-02-14 12:09:47 -08:00
build-warnings
bundle-size-profiling
catches-missing-getStaticProps BREAKING CHANGE: Remove target: serverless (#41495) 2022-10-18 09:47:13 -07:00
chunking Skip production tests for Turbopack (#56089) 2023-09-27 15:19:42 +02:00
clean-distdir Skip production tests for Turbopack (#56089) 2023-09-27 15:19:42 +02:00
cli Remove the left padding in next info output (#55704) 2023-09-21 18:26:43 +00:00
client-404 Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
client-navigation-a11y BREAKING CHANGE: Enable newNextLinkBehavior (#41459) 2022-10-17 21:20:28 -04:00
client-shallow-routing Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
compression
config
config-devtool-dev Update test env variable passing (#44912) 2023-01-15 23:20:16 -08:00
config-experimental-warning Warn experimental.appDir option can be removed (#55346) 2023-09-13 23:38:17 +00:00
config-mjs
config-output-export type check tests (and convert next-test-utils.js to ts) (#51071) 2023-06-23 17:42:50 +00:00
config-promise-error
config-resolve-alias
config-syntax-error Redesign nextjs logging (#54713) 2023-09-05 11:40:00 +00:00
config-validation feat(config): implement a human readable ajv errors (#39291) 2022-08-03 15:12:16 -05:00
conflicting-public-file-page
conflicting-ssg-paths/test
create-next-app fix(cna): separate dependencies/devDependencies (#55730) 2023-09-21 15:30:37 +00:00
critical-css BREAKING CHANGE: Remove target: serverless (#41495) 2022-10-18 09:47:13 -07:00
css/test More Turbopack fixes (#56275) 2023-10-02 09:42:32 +02:00
css-client-nav/test More Turbopack test fixes (#56248) 2023-10-01 17:50:03 +02:00
css-customization/test More test updates (#56146) 2023-09-28 13:11:11 +02:00
css-features More Turbopack fixes (#56275) 2023-10-02 09:42:32 +02:00
css-fixtures tests(next-dev): migrate basic tailwind tests for turbopack (#55118) 2023-09-11 15:44:39 +00:00
css-minify
css-modules/test More test updates (#56146) 2023-09-28 13:11:11 +02:00
custom-error Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
custom-error-page-exception BREAKING CHANGE: Remove React 17 (#41629) 2022-10-21 22:20:36 +00:00
custom-page-extension Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
custom-routes More Turbopack test fixes (#56248) 2023-10-01 17:50:03 +02:00
custom-routes-catchall Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
custom-routes-i18n Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
custom-routes-i18n-index-redirect Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
custom-server Redesign nextjs logging (#54713) 2023-09-05 11:40:00 +00:00
custom-server-types Update default moduleResolution in tsconfig.json from node to bundler (#51957) 2023-07-18 15:11:09 +00:00
data-fetching-errors server: enable minification by default (#54960) 2023-09-06 10:24:01 +00:00
dedupes-scripts BREAKING CHANGE: Enable newNextLinkBehavior (#41459) 2022-10-17 21:20:28 -04:00
development-hmr-refresh
development-runtime-config
disable-js Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
dist-dir feat(turbopack): construct output path with distDir next.js config (#55613) 2023-09-22 18:07:03 +00:00
document-file-dependencies Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
document-head-warnings
draft-mode Skip production tests for Turbopack (#56089) 2023-09-27 15:19:42 +02:00
duplicate-pages More Turbopack test fixes (#56248) 2023-10-01 17:50:03 +02:00
dynamic-optional-routing Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
dynamic-optional-routing-root-fallback Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
dynamic-optional-routing-root-static-paths Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
dynamic-require
dynamic-route-rename
dynamic-routing Revert: "Generate prefetch RSC payload during build for SSR paths (#54403)" (#56059) 2023-09-27 21:38:49 +00:00
edge-runtime-configurable-guards More Turbopack test fixes (#56248) 2023-10-01 17:50:03 +02:00
edge-runtime-dynamic-code Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
edge-runtime-module-errors Break up large test suites (#50458) 2023-05-28 13:59:41 -07:00
edge-runtime-response-error feat: enables 'edge' as a possible runtime for API routes (#44045) 2022-12-15 10:08:03 +01:00
edge-runtime-streaming-error Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
edge-runtime-with-node.js-apis Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
empty-object-getInitialProps
empty-project
env-config Skip production tests for Turbopack (#56089) 2023-09-27 15:19:42 +02:00
error-in-error Fix standalone mode with appDir running in a single process (#49116) 2023-05-04 05:55:05 +02:00
error-load-fail BREAKING CHANGE: Enable newNextLinkBehavior (#41459) 2022-10-17 21:20:28 -04:00
error-plugin-stack-overflow More Turbopack fixes (#56275) 2023-10-02 09:42:32 +02:00
errors-on-output-to-public
errors-on-output-to-static
eslint Update default moduleResolution in tsconfig.json from node to bundler (#51957) 2023-07-18 15:11:09 +00:00
export-404
export-default-map
export-dynamic-pages Skip production tests for Turbopack (#56089) 2023-09-27 15:19:42 +02:00
export-fallback-true-error
export-getInitialProps-warn feat(next export): add warning if using getInitialProps (#37642) 2022-06-13 02:34:23 +00:00
export-image-default chore(docs): update next export to output: 'export' (#47717) 2023-03-31 02:04:23 +00:00
export-image-loader More Turbopack fixes (#56275) 2023-10-02 09:42:32 +02:00
export-image-loader-legacy Add support for images.loaderFile config (#41585) 2022-10-21 12:31:53 -07:00
export-index-not-found-gsp fix: handle notFound: true in / with next export (#40592) 2022-09-16 21:39:48 +00:00
export-intent More Turbopack fixes (#56275) 2023-10-02 09:42:32 +02:00
export-no-build
export-progress-status-message
export-subfolders
externals-esm More Turbopack fixes (#56275) 2023-10-02 09:42:32 +02:00
externals-esm-loose More Turbopack fixes (#56275) 2023-10-02 09:42:32 +02:00
externals-pages-bundle perf: add option to bundle pages externals (#56162) 2023-09-28 14:01:42 +00:00
fallback-false-rewrite Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
fallback-modules
fallback-route-params Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
fetch-polyfill BREAKING CHANGE: Remove target: serverless (#41495) 2022-10-18 09:47:13 -07:00
fetch-polyfill-ky-universal BREAKING CHANGE: Remove target: serverless (#41495) 2022-10-18 09:47:13 -07:00
file-serving Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
filesystempublicroutes
firebase-grpc
font-optimization More test updates (#56146) 2023-09-28 13:11:11 +02:00
future Merge app renderer process (#54143) 2023-08-22 14:38:42 +02:00
getinitialprops Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
getserversideprops-export-error Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
getserversideprops-preview Skip production tests for Turbopack (#56089) 2023-09-27 15:19:42 +02:00
gip-identifier Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
gsp-build-errors More Turbopack fixes (#56275) 2023-10-02 09:42:32 +02:00
gsp-extension
gssp-pageProps-merge Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
gssp-redirect Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
gssp-redirect-base-path Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
gssp-redirect-with-rewrites BREAKING CHANGE: Enable newNextLinkBehavior (#41459) 2022-10-17 21:20:28 -04:00
handles-export-errors
hashbang Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
hydrate-then-render BREAKING CHANGE: Enable newNextLinkBehavior (#41459) 2022-10-17 21:20:28 -04:00
hydration Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
i18n-support Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
i18n-support-base-path Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
i18n-support-catchall Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
i18n-support-custom-error More Turbopack fixes (#56275) 2023-10-02 09:42:32 +02:00
i18n-support-fallback-rewrite Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
i18n-support-fallback-rewrite-legacy Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
i18n-support-index-rewrite More Turbopack fixes (#56275) 2023-10-02 09:42:32 +02:00
i18n-support-same-page-hash-change Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
image-generation More Turbopack test fixes (#56248) 2023-10-01 17:50:03 +02:00
image-optimizer Skip more production tests for turbopack (#56084) 2023-09-27 13:45:39 +02:00
import-assertion Update default moduleResolution in tsconfig.json from node to bundler (#51957) 2023-07-18 15:11:09 +00:00
index-index Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
initial-ref Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
invalid-config-values
invalid-custom-routes Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
invalid-document-image-import
invalid-href Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
invalid-middleware-matchers Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
invalid-multi-match Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
invalid-page-automatic-static-optimization
invalid-revalidate-values
invalid-server-options
jsconfig
jsconfig-baseurl Optimize build trace handling (#56048) 2023-09-27 16:07:57 -07:00
jsconfig-empty
jsconfig-paths Optimize build trace handling (#56048) 2023-09-27 16:07:57 -07:00
json-serialize-original-error
link-ref Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
link-with-encoding BREAKING CHANGE: Enable newNextLinkBehavior (#41459) 2022-10-17 21:20:28 -04:00
link-with-multiple-child/test Update next/link default legacyBehavior (#42623) 2022-11-30 20:01:29 -08:00
link-without-router Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
middleware-basic Turbopack: add middleware support for next.rs api dev mode (#54555) 2023-08-27 12:10:15 +02:00
middleware-build-errors Enable allowMiddlewareResponseBody by default (#44224) 2022-12-21 18:40:58 +00:00
middleware-dev-update Enable context caching for middleware/edge functions in dev (#47840) 2023-04-02 23:51:25 -07:00
middleware-overrides-node.js-api Remove render workers in favor of esm loader (#54813) 2023-09-11 22:17:52 +02:00
middleware-prefetch Add middleware prefetching config (#42936) 2022-11-17 13:22:36 -08:00
middleware-src Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
missing-document-component-error
mixed-ssg-serverprops-error More Turbopack test fixes (#56248) 2023-10-01 17:50:03 +02:00
next-dynamic Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
next-dynamic-css Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
next-dynamic-lazy-compilation Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
next-image-legacy More Turbopack fixes (#56275) 2023-10-02 09:42:32 +02:00
next-image-new More Turbopack fixes (#56275) 2023-10-02 09:42:32 +02:00
no-duplicate-compile-error Remove full reload overlay and warn in CLI instead (#37874) 2022-06-22 15:41:23 +00:00
no-op-export/test More Turbopack fixes (#56275) 2023-10-02 09:42:32 +02:00
no-override-next-props
no-page-props Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
node-fetch-keep-alive More Turbopack test fixes (#56248) 2023-10-01 17:50:03 +02:00
non-next-dist-exclude
non-standard-node-env-warning Ensure ENOENT error is not ignored when loading pages (#37486) 2022-06-06 14:35:26 -04:00
not-found-revalidate Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
nullish-config Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
numeric-sep
ondemand More Turbopack fixes (#56275) 2023-10-02 09:42:32 +02:00
optional-chaining-nullish-coalescing Skip production tests for Turbopack (#56089) 2023-09-27 15:19:42 +02:00
page-config
page-extensions Move DefineEnv to separate file (#55811) 2023-09-22 19:07:52 +02:00
plugin-mdx-rs add support for globally providing mdx components to turbopack (#49818) 2023-05-16 00:45:08 +00:00
polyfilling-minimal More Turbopack fixes (#56275) 2023-10-02 09:42:32 +02:00
polyfills More Turbopack fixes (#56275) 2023-10-02 09:42:32 +02:00
port-env-var Skip production tests for Turbopack (#56089) 2023-09-27 15:19:42 +02:00
preload-viewport misc: change strategy for link prefetch test (#45234) 2023-01-24 16:04:56 -08:00
prerender Update test concurrency (#50588) 2023-05-31 13:15:18 +00:00
prerender-fallback-encoding Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
prerender-invalid-catchall-params Fix generateStaticParams check in app dir (#47051) 2023-03-13 00:05:35 +00:00
prerender-invalid-paths
prerender-no-revalidate Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
prerender-preview Skip production tests for Turbopack (#56089) 2023-09-27 15:19:42 +02:00
prerender-revalidate Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
preview-fallback Skip production tests for Turbopack (#56089) 2023-09-27 15:19:42 +02:00
production-browser-sourcemaps More Turbopack test fixes (#56248) 2023-10-01 17:50:03 +02:00
production-build-dir More Turbopack test fixes (#56248) 2023-10-01 17:50:03 +02:00
production-config More Turbopack test fixes (#56248) 2023-10-01 17:50:03 +02:00
production-nav More Turbopack test fixes (#56248) 2023-10-01 17:50:03 +02:00
production-start-no-build Revert "Revert "Separate routing code from render servers (#52492)"" (#53029) 2023-07-21 14:02:52 -07:00
query-with-encoding More test updates (#56146) 2023-09-28 13:11:11 +02:00
re-export-all-exports-from-page-disallowed
react-18 Revert swc versions to one that doesn't use lightningcss (#55148) 2023-09-08 20:02:51 +00:00
react-profiling-mode Support react profiling option for app dir client components (#51947) 2023-06-29 00:00:11 +00:00
react-streaming Remove experimental config from create-next-app (#49241) 2023-05-05 00:22:28 -07:00
read-only-source-hmr
relay-analytics Add new build and test workflow (#50436) 2023-05-27 21:02:31 -07:00
relay-analytics-disabled Update naming for Next.js Analytics (#48618) 2023-04-24 12:14:45 +02:00
relay-graphql-swc-multi-project Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
relay-graphql-swc-single-project Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
render-error-on-module-error
render-error-on-top-level-error Call Error.getInitialProps for the top level error (#21240) 2022-07-06 13:44:15 -05:00
repeated-slashes More Turbopack test fixes (#56248) 2023-10-01 17:50:03 +02:00
required-server-files-ssr-404 Skip more production tests for turbopack (#56084) 2023-09-27 13:45:39 +02:00
revalidate-as-path Skip production tests for Turbopack (#56089) 2023-09-27 15:19:42 +02:00
rewrite-with-browser-history Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
rewrites-client-resolving Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
rewrites-destination-query-array Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
rewrites-has-condition Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
rewrites-manual-href-as Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
root-optional-revalidate Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
route-index Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
route-indexes Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
route-load-cancel Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
route-load-cancel-css BREAKING CHANGE: Remove target: serverless (#41495) 2022-10-18 09:47:13 -07:00
router-hash-navigation Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
router-is-ready Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
router-is-ready-app-gip Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
router-prefetch Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
router-rerender Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
script-loader Setting up third-parties package (#51194) 2023-07-18 10:52:39 -07:00
scroll-back-restoration Skip production tests for Turbopack (#56089) 2023-09-27 15:19:42 +02:00
scroll-forward-restoration Skip production tests for Turbopack (#56089) 2023-09-27 15:19:42 +02:00
scss/test More Turbopack fixes (#56275) 2023-10-02 09:42:32 +02:00
scss-fixtures feat(cli): introduce --tailwind flag (#46927) 2023-03-16 16:06:27 +01:00
scss-modules/test More test updates (#56146) 2023-09-28 13:11:11 +02:00
server-asset-modules Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
server-side-dev-errors
src-dir-support Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
src-dir-support-double-dir Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
ssg-data-404 Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
ssg-dynamic-routes-404-page Skip production tests for Turbopack (#56089) 2023-09-27 15:19:42 +02:00
static-404 BREAKING CHANGE: Remove target: serverless (#41495) 2022-10-18 09:47:13 -07:00
static-page-name Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
styled-jsx-plugin Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
telemetry More Turbopack test fixes (#56248) 2023-10-01 17:50:03 +02:00
trailing-slash-dist
trailing-slashes Fix invalid build-and-test workflow (#56053) 2023-09-26 14:45:49 -07:00
trailing-slashes-href-resolving Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
trailing-slashes-rewrite Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
tsconfig-verifier Skip next build test (#56079) 2023-09-27 13:14:38 +02:00
turbopack-unsupported-log More Turbopack fixes (#56275) 2023-10-02 09:42:32 +02:00
turbotrace-with-webpack-worker Add top-level trace include/exclude config (#44605) 2023-02-14 12:09:47 -08:00
typeof-window-replace
typescript Remove setLazyProp from the hot path of all requests (#55391) 2023-09-14 22:34:51 +02:00
typescript-app-type-declarations Update default moduleResolution in tsconfig.json from node to bundler (#51957) 2023-07-18 15:11:09 +00:00
typescript-baseurl Update default moduleResolution in tsconfig.json from node to bundler (#51957) 2023-07-18 15:11:09 +00:00
typescript-custom-tsconfig Update default moduleResolution in tsconfig.json from node to bundler (#51957) 2023-07-18 15:11:09 +00:00
typescript-external-dir Update default moduleResolution in tsconfig.json from node to bundler (#51957) 2023-07-18 15:11:09 +00:00
typescript-filtered-files Update default moduleResolution in tsconfig.json from node to bundler (#51957) 2023-07-18 15:11:09 +00:00
typescript-hmr Update default moduleResolution in tsconfig.json from node to bundler (#51957) 2023-07-18 15:11:09 +00:00
typescript-ignore-errors Update default moduleResolution in tsconfig.json from node to bundler (#51957) 2023-07-18 15:11:09 +00:00
typescript-only-remove-type-imports Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
typescript-paths Update default moduleResolution in tsconfig.json from node to bundler (#51957) 2023-07-18 15:11:09 +00:00
typescript-workspaces-paths Update default moduleResolution in tsconfig.json from node to bundler (#51957) 2023-07-18 15:11:09 +00:00
undefined-webpack-config Redesign nextjs logging (#54713) 2023-09-05 11:40:00 +00:00
url More test updates (#56146) 2023-09-28 13:11:11 +02:00
url-imports Skip production tests for Turbopack (#56089) 2023-09-27 15:19:42 +02:00
webpack-config-extensionalias More Turbopack fixes (#56275) 2023-10-02 09:42:32 +02:00
webpack-config-mainjs
webpack-require-hook
with-electron BREAKING CHANGE: Enable newNextLinkBehavior (#41459) 2022-10-17 21:20:28 -04:00
with-router Correct build workers perf issue (#51271) 2023-06-13 23:23:50 -07:00
worker-webpack5 Skip production tests for Turbopack (#56089) 2023-09-27 15:19:42 +02:00
test-file.txt