rsnext/test/e2e
JJ Kasper 073a05a1be
Add handling for testing against deployments (#36285)
This adds a new test mode `next-deploy` which allows testing against deployments using the Vercel CLI. After running these tests they uncovered some bugs we need to correct before fully enabling. Patching the uncovered issues will be done in follow-up PRs and then after resolved this will be enabled to run after new publishes. 

Tests that uncovered bugs to patch in follow-ups:

- [ ] test/e2e/getserversideprops/test/index.test.ts (req.url normalizing)
- [ ] test/e2e/i18n-api-support/index.test.ts (locale prefixed API routes matching)
- [ ] test/e2e/prerender.test.ts (/_next/data/build-id/ does not 404)
2022-04-20 12:23:09 +00:00
..
basepath Add handling for testing against deployments (#36285) 2022-04-20 12:23:09 +00:00
browserslist-extends Ensure browserslist extends works properly (#33890) 2022-02-02 13:23:51 -06:00
config-promise-export Add support for async fn / promise in next.config.js/.mjs (#33662) 2022-02-07 08:48:35 +00:00
dynamic-route-interpolation Bug fix: dynamic page should not be interpreted as predefined page (#33808) 2022-02-02 02:57:04 +00:00
getserversideprops Add handling for testing against deployments (#36285) 2022-04-20 12:23:09 +00:00
i18n-api-support Ensure non-matching API routes can be rewritten (#33966) 2022-03-01 15:53:25 -05:00
middleware-can-use-wasm-files Add handling for testing against deployments (#36285) 2022-04-20 12:23:09 +00:00
next-head Fix Fast Refresh for React 18 (#35718) 2022-03-30 12:16:17 +00:00
next-script-worker-strategy Add handling for testing against deployments (#36285) 2022-04-20 12:23:09 +00:00
nonce-head-manager correctly assess node equality when nonce attribute is present (#27573) 2021-11-10 19:31:32 -06:00
prerender Add handling for testing against deployments (#36285) 2022-04-20 12:23:09 +00:00
prerender-native-module Migrate prerender tests to new set-up (#29245) 2021-09-21 16:21:05 +02:00
type-module-interop Add handling for testing against deployments (#36285) 2022-04-20 12:23:09 +00:00
yarn-pnp/test Add handling for testing against deployments (#36285) 2022-04-20 12:23:09 +00:00
basepath-trailing-slash.test.ts Ensure trailingSlash is correct for index with query (#29217) 2021-09-21 16:18:42 +02:00
basepath.test.ts Add handling for testing against deployments (#36285) 2022-04-20 12:23:09 +00:00
example.txt Add util for generating new tests/error documents (#33001) 2022-01-06 09:45:04 -06:00
prerender-crawler.test.ts Add crawler blocking for fallback: true (#29121) 2021-09-16 11:01:28 -05:00
prerender-native-module.test.ts Update resolving for node_modules trace pass (#30985) 2021-11-04 20:09:37 -05:00
prerender.test.ts Add handling for testing against deployments (#36285) 2022-04-20 12:23:09 +00:00