rsnext/test/integration
2020-04-19 01:12:36 -04:00
..
404-page Add support for getStaticProps in pages/404 (#10984) 2020-03-12 10:48:14 +01:00
404-page-custom-error Add support for static 404 when _error does not have custom GIP (#11062) 2020-03-14 09:58:20 +01:00
404-page-ssg Add support for getStaticProps in pages/404 (#10984) 2020-03-12 10:48:14 +01:00
amp-export-validation Migrate to AMP Optimizer 2.0 (#10535) 2020-02-14 16:01:43 -05:00
amphtml Update to latest version of AMP optimizer (#11753) 2020-04-09 10:23:31 +02:00
amphtml-custom-optimizer Add custom amp optimizer and skip validation mode (#10705) 2020-03-24 09:31:04 +01:00
amphtml-custom-validator Custom AMP Validator Variable Name Collision Fix (#10371) 2020-02-02 12:02:56 -06:00
amphtml-fragment-style Update to latest version of AMP optimizer (#11753) 2020-04-09 10:23:31 +02:00
amphtml-ssg Make sure to copy AMP SSG files during export (#11331) 2020-03-25 09:22:34 +01:00
api-support Fix warning for API routes with next export (#11330) 2020-03-24 13:38:22 -04:00
app-aspath Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
app-document Fix up errors in tests (#9407) 2019-11-13 14:18:06 -08:00
app-document-import-order Fix _app global css import order (#9836) 2020-01-03 18:00:06 +01:00
app-document-style-fragment Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
app-functional Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
app-tree Fix up errors in tests (#9407) 2019-11-13 14:18:06 -08:00
auto-export Add hydration callback for testing (#10195) 2020-01-21 15:33:58 -05:00
auto-export-query-error Error on query values in exportPathMap for auto export page (#9908) 2020-01-16 21:39:00 -05:00
auto-export-serverless Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
auto-export-serverless-error Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
babel Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
babel-custom Bugfix: Babel targets value can be a String (#8268) 2019-08-08 15:38:51 +02:00
basepath Add basePath in link component and add/remove it consistently (#9988) 2020-04-14 09:50:39 +02:00
basic Fix static/ file name encoding (#11373) 2020-03-26 12:58:15 -04:00
bigint Added support for BigInt to API routes (#10215) 2020-01-27 08:19:49 -05:00
build-indicator Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
build-output Warn when user has pages/_error but no pages/404 (#11603) 2020-04-05 13:19:14 +02:00
build-warnings Upgrade ci-info (#11758) 2020-04-09 10:23:04 -04:00
bundle-size-profiling Enable polyfillsOptimization (#10574) 2020-02-18 19:26:55 +01:00
catches-missing-getStaticProps Remove unstable_ prefix from new methods (#10723) 2020-02-27 11:57:39 -06:00
chunking Separate Low Priority Files from Main Files (#10756) 2020-02-29 17:09:42 -05:00
chunking-minimal Enable New CSS Support by Default (#9927) 2020-01-09 15:31:28 -05:00
cli Remove passing of NODE_OPTIONS='--inspect' to subprocesses (#11041) 2020-04-01 10:12:38 +02:00
client-404 Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
client-navigation Fix inconsistent handling for /index (#11643) 2020-04-07 13:24:53 -04:00
compression Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
config Add hydration callback for testing (#10195) 2020-01-21 15:33:58 -05:00
config-empty fix: 9919 Add warning when no config is exported from next.con… (#10228) 2020-01-29 09:12:30 +01:00
config-experimental-warning De-experimentalize the public/ folder (#8661) 2019-10-06 13:44:03 +02:00
config-promise-error Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
config-resolve-alias Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
conflicting-public-file-page Fix inconsistent handling for /index (#11643) 2020-04-07 13:24:53 -04:00
conformance Adding conformance checks (#10314) 2020-03-02 22:53:18 +01:00
create-next-app Update CNA tests on windows for further investigating (#11779) 2020-04-09 13:57:59 -04:00
css/test Correct Global and Local CSS Loading Order in Dev (#11901) 2020-04-15 02:32:25 -04:00
css-client-nav/test Fix Experimental Modern Mode with CSS (#10289) 2020-01-27 15:32:45 -05:00
css-customization/test Add warning when built-in CSS/SCSS support is disabled (#10942) 2020-03-10 14:29:40 -04:00
css-features Check CSS Test Output (#10237) 2020-01-23 12:28:24 -05:00
css-fixtures Correct Global and Local CSS Loading Order in Dev (#11901) 2020-04-15 02:32:25 -04:00
css-modules/test Handle more invalid CSS class characters (#11809) 2020-04-10 10:37:24 -05:00
custom-error Warn when user has pages/_error but no pages/404 (#11603) 2020-04-05 13:19:14 +02:00
custom-page-extension Fix up errors in tests (#9407) 2019-11-13 14:18:06 -08:00
custom-routes Add support for params in header key/values (#10324) 2020-04-14 11:47:53 -05:00
custom-routes-catchall Add handling for rewriting to /_next with catchall (#9466) 2019-11-20 09:53:31 -06:00
custom-server Fix inconsistent handling for /index (#11643) 2020-04-07 13:24:53 -04:00
custom-server-types Prettier fix (#8754) 2019-09-16 15:24:42 +02:00
dedupes-scripts Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
disable-js Allow disabling runtime JS in production for certain pages (#11949) 2020-04-17 11:22:03 +02:00
dist-dir Add error for invalid distDir value (#10177) 2020-01-20 14:35:29 -06:00
document-middleware Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
duplicate-pages Add hydration callback for testing (#10195) 2020-01-21 15:33:58 -05:00
dynamic-require Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
dynamic-route-rename Update to latest watchpack with dynamic route rename fix (#10351) 2020-02-19 11:05:59 +01:00
dynamic-routing Update to make sure to respond with 400 for invalid URLs (#11561) 2020-04-02 09:24:32 +02:00
empty-object-getInitialProps Add hydration callback for testing (#10195) 2020-01-21 15:33:58 -05:00
empty-project Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
env-config Enable "paths" support by default (#11970) 2020-04-17 16:28:17 +02:00
env-config-disable Update checking for existing dotenv usage (#11496) 2020-03-31 11:27:46 -05:00
error-in-error Make Missing Prerender Manifest Fatal (#10485) 2020-02-10 17:43:34 -05:00
error-load-fail Update error load fail test so that webdriver can still connect to app (#10673) 2020-02-24 17:16:31 -05:00
errors-on-output-to-public Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
export Tweak export test to be more stable (#10241) 2020-01-23 15:40:12 -05:00
export-default-map Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
export-default-map-serverless Add support for exporting from serverless build (#9744) 2019-12-14 01:31:48 -05:00
export-dynamic-pages Add hydration callback for testing (#10195) 2020-01-21 15:33:58 -05:00
export-dynamic-pages-serverless Add hydration callback for testing (#10195) 2020-01-21 15:33:58 -05:00
export-intent Emit Static Export Intent (#9737) 2019-12-13 13:30:22 -06:00
export-override-404 Fix conflict between defaultPathMap and default 404.html export (#8366) 2019-08-19 10:16:00 -05:00
export-serverless Tweak export test to be more stable (#10241) 2020-01-23 15:40:12 -05:00
export-subfolders Make exportTrailingSlash stable (#7746) 2019-07-03 13:25:44 -04:00
export-subfolders-serverless Add support for exporting from serverless build (#9744) 2019-12-14 01:31:48 -05:00
external-assets Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
externalize-next-server Externalize next-server from Server Builds (#11819) 2020-04-11 12:36:06 +02:00
filesystempublicroutes Serve public/ folder when page routes are disabled (#10169) 2020-01-20 16:13:47 -05:00
firebase-grpc Disable worker_threads by default for firebase compatibility (#9199) 2019-10-28 20:01:24 -04:00
future Add hydration callback for testing (#10195) 2020-01-21 15:33:58 -05:00
getserversideprops Update to not modify req.url for getServerSideProps requests (#11637) 2020-04-06 13:55:22 -05:00
getserversideprops-export-error Add error when attempting to export GSSP page (#11154) 2020-03-18 09:33:10 +01:00
getserversideprops-preview Fix Preview Mode in <iframe> (#11638) 2020-04-03 13:18:04 -04:00
gip-identifier Add gip identifiers to NEXT_DATA (#11835) 2020-04-13 11:59:49 +02:00
gssp-pageProps-merge Update to merge props from GSSP methods with _app pageProps (#11709) 2020-04-07 11:33:26 -04:00
handle-non-page-in-pages Add support for runtimeConfigs in serverless mode (#10365) 2020-02-01 14:24:22 +01:00
handles-export-errors Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
hydration Add hydration callback for testing (#10195) 2020-01-21 15:33:58 -05:00
initial-ref Add hydration callback for testing (#10195) 2020-01-21 15:33:58 -05:00
invalid-config-values Add check for invalid assetPrefix (#9759) 2019-12-16 16:07:03 +01:00
invalid-custom-routes Update handling for patterns in custom routes (#10523) 2020-03-10 16:09:35 -04:00
invalid-href Add hydration callback for testing (#10195) 2020-01-21 15:33:58 -05:00
invalid-multi-match Update next-server routes order for expected priority (#10326) 2020-02-10 18:06:38 -05:00
invalid-page-automatic-static-optimization Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
jsconfig-baseurl Ensure module not found error is shown with jsconfig paths (#11889) 2020-04-15 02:33:05 -04:00
jsconfig-paths Enable "paths" support by default (#11970) 2020-04-17 16:28:17 +02:00
legacy-pkg-gently Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
legacy-sass Disable New CSS For Sass, Less, and Stylus (#10043) 2020-01-10 15:07:06 -06:00
legacy-ssg-methods-error Remove unstable_ prefix from new methods (#10723) 2020-02-27 11:57:39 -06:00
link-ref Rename functional component -> function component (#11850) 2020-04-13 11:33:06 +02:00
mixed-ssg-serverprops-error Remove unstable_ prefix from new methods (#10723) 2020-02-27 11:57:39 -06:00
modern-mode Enable polyfillsOptimization (#10574) 2020-02-18 19:26:55 +01:00
next-dynamic Add hydration callback for testing (#10195) 2020-01-21 15:33:58 -05:00
next-plugins Add hydration callback for testing (#10195) 2020-01-21 15:33:58 -05:00
no-override-next-props Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
non-next-dist-exclude Test strictly matching next/dist packages (#9968) 2020-01-06 16:01:06 -05:00
ondemand Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
optional-chaining-nullish-coalescing Add tests for optional chaining and nullish coalescing (#9665) 2019-12-08 12:38:22 -06:00
page-config Improve error for invalid page configurations (#10441) 2020-02-12 23:39:51 -05:00
page-extensions Improve user errors for invalid pageExtensions (#10178) 2020-01-20 17:19:33 -05:00
plugin-mdx Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
polyfilling-minimal Enable polyfillsOptimization (#10574) 2020-02-18 19:26:55 +01:00
polyfills Add hydration callback for testing (#10195) 2020-01-21 15:33:58 -05:00
preload-viewport Prefetch SSG Data (#10127) 2020-03-02 12:14:40 -05:00
prerender Rename unstable GSP field (#11602) 2020-04-02 14:29:41 -04:00
prerender-invalid-catchall-params Remove old eslint-ignores from unstable_ prefix (#10740) 2020-02-28 12:40:27 -05:00
prerender-invalid-paths Remove old eslint-ignores from unstable_ prefix (#10740) 2020-02-28 12:40:27 -05:00
prerender-legacy Remove old eslint-ignores from unstable_ prefix (#10740) 2020-02-28 12:40:27 -05:00
prerender-no-revalidate Check SSG Page via Route Lookup (#10971) 2020-03-11 09:33:55 -05:00
prerender-preview Fix Preview Mode in <iframe> (#11638) 2020-04-03 13:18:04 -04:00
process-env-stub Add initial process.env stubbing for new env support (#11893) 2020-04-15 02:42:37 -04:00
production Make sure to handle "next" import gracefully (#11733) 2020-04-07 15:13:01 -04:00
production-build-dir Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
production-config refactor(next-client-pages-loader): allow toggling router HMR (#11989) 2020-04-17 22:19:37 -04:00
production-nav Update legacy safari test for GitHub actions (#10618) 2020-02-20 15:39:57 -06:00
profiling Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
query-with-encoding Test Query String with + Sign (#10186) 2020-01-21 09:32:27 -05:00
relay-analytics Adding new types of performance monitoring (#10421) 2020-02-28 17:44:03 -06:00
render-error-on-module-error Add Test for PR #10037 (#10093) 2020-01-14 15:38:31 -05:00
route-index Fix inconsistent handling for /index (#11643) 2020-04-07 13:24:53 -04:00
route-indexes Fix inconsistent handling for /index (#11643) 2020-04-07 13:24:53 -04:00
route-load-cancel Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
scss/test Add support for SCSS options (#11063) 2020-03-16 10:55:16 +01:00
scss-fixtures Handle more invalid CSS class characters (#11809) 2020-04-10 10:37:24 -05:00
scss-modules/test Handle more invalid CSS class characters (#11809) 2020-04-10 10:37:24 -05:00
serverless Fix Double URL Encoding for Serverless (#10663) 2020-02-24 13:06:11 -05:00
serverless-runtime-configs Fix next/config module mismatch in new serverless mode (#10792) 2020-03-02 12:38:16 -05:00
serverless-trace Add tests ensuring auto-exported amphtml rel is valid (#9762) 2019-12-16 11:32:35 -06:00
size-limit Add basePath in link component and add/remove it consistently (#9988) 2020-04-14 09:50:39 +02:00
src-dir-support Simplify src-dir test suite (#9533) 2019-11-26 14:29:39 -05:00
src-dir-support-double-dir Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
ssg-component-members-error Add error when GSSP methods are added as page component members (#11645) 2020-04-03 19:08:17 -04:00
ssr-ctx Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
ssr-prepass Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
static-404 Add support for static 404 when _error does not have custom GIP (#11062) 2020-03-14 09:58:20 +01:00
static-page-name Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
styled-jsx-module Update to latest version of AMP optimizer (#11753) 2020-04-09 10:23:31 +02:00
telemetry Measure getStaticProps, getServerSideProps (#10800) 2020-03-02 19:01:12 -05:00
tsconfig-verifier Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
typeof-window-replace Add tests for typeof window replacing (#8361) 2019-08-13 22:44:10 -04:00
typescript Resolve TypeScript Extension in Correct Order (#12014) 2020-04-19 01:12:36 -04:00
typescript-baseurl Add support for paths in tsconfig.json and jsconfig.json (#11293) 2020-03-23 10:45:51 -04:00
typescript-hmr Stabilize TypeScript HMR Test (#9562) 2019-11-27 14:38:01 -05:00
typescript-ignore-errors Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
typescript-numeric-sep-exclusive Add Numeric Separator Support for TypeScript (#11308) 2020-03-23 17:41:35 -05:00
typescript-paths Enable "paths" support by default (#11970) 2020-04-17 16:28:17 +02:00
with-router Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00