rsnext/test/production
JJ Kasper 7c6052a084
Fix failing E2E deployment test cases (#36368)
This continues off of https://github.com/vercel/next.js/pull/36285 fixing some of the failing test cases noticed when running the E2E tests against deployments. After these are resolved the tests will be added to our CI flow after each canary release. 

## Bug

- [x] Related issues linked using `fixes #number`
- [x] Integration tests added
- [ ] Errors have helpful link attached, see `contributing.md`

x-ref: https://github.com/vercel/next.js/pull/36285
2022-04-22 08:00:33 +00:00
..
dependencies-can-use-env-vars-in-middlewares Allow dependencies to use environment variables in middlewares (#33141) 2022-01-10 18:45:00 +00:00
emit-decorator-metadata Add decoratorMetadata flag if enabled by tsconfig (#32914) 2022-02-06 16:48:09 +00:00
eslint-plugin-deps Ensure eslint plugins dont conflict (#35667) 2022-03-28 12:31:30 -05:00
fallback-export-error Update check for fallback pages during export (#33323) 2022-01-17 14:44:45 +00:00
generate-middleware-source-maps produce source maps for middlewares (#34409) 2022-02-24 15:56:40 +00:00
middleware-environment-variables-in-node-server-reflect-the-usage-inference middlewares: limit process.env to inferred usage (#33186) 2022-01-12 13:09:24 +00:00
middleware-typescript Fix typescript 4.6.2 randomUUID() (#34976) 2022-03-02 21:51:15 +00:00
next/jest Ensure mjs files are transformed with jest (#34698) 2022-03-09 13:49:58 +01:00
postcss-plugin-config-as-string allow to provide postcss plugin options as a string (#35173) 2022-04-08 16:58:50 +00:00
react-18-streaming-ssr rsc: skip next builtin module when apply loaders (#36202) 2022-04-17 01:38:56 +00:00
reading-request-body-in-middleware fix post request hangs when no body is consumed on middleware (#35131) 2022-03-08 19:24:58 +00:00
required-server-files Fix failing E2E deployment test cases (#36368) 2022-04-22 08:00:33 +00:00
standalone-mode-and-optimizecss Fix outputStandalone with optimizeCss (#36028) 2022-04-11 16:14:28 -05:00
typescript-basic test: add document head multi child prod test (#35426) 2022-03-18 10:19:55 +00:00
required-server-files-i18n.test.ts Normalize ssgCacheKey for /index with minimalMode de-duping (#35536) 2022-03-23 09:28:04 -05:00
required-server-files.test.ts Fix failing E2E deployment test cases (#36368) 2022-04-22 08:00:33 +00:00