rsnext/test/integration/client-navigation/pages
JJ Kasper cdd54afb0d Add auto static/dynamic (#7293)
* Add automatic exporting of pages with no getInitialProps

* Add support for exporting serverless to static
and serving the html files during next start

* Fix missing runtimeEnv when requiring page, re-add warning
when trying to export with serverless, and update tests

* Update flying-shuttle test

* revert un-used pagesManifest change

* remove query.amp RegExp test

* Fix windows backslashes not being replaced

* Re-enable serverless support for next start

* bump

* Fix getInitialProps check

* Fix incorrect error check

* Re-add check for reserved pages

* Fix static check

* Update to ignore /api pages and clean up some tests

* Re-add needed next.config for test and correct behavior

* Update RegExp for ignored pages for auto-static

* Add checking for custom getInitialProps in pages/_app

* Update isPageStatic logic to only use default export

* Re-add retrying to CircleCi

* Update query during dev to only have values
available during export for static pages

* Fix test

* Add warning when page without default export is
found and make sure to update pages-manifest
correctly in flying-shuttle mode

* Fix backslashes not being replaced

* Integrate auto-static with flying-shuttle
and make sure AMP is handled in flying-shuttle

* Add autoExport for opting in
2019-05-22 09:36:53 -07:00
..
dynamic Break up basic test suite (#6730) 2019-03-20 11:01:32 +01:00
nav Make sure next-head class isn't added to title (#7214) 2019-05-01 21:36:24 +02:00
nested-cdm Break up basic test suite (#6730) 2019-03-20 11:01:32 +01:00
nested-index/index Break up basic test suite (#6730) 2019-03-20 11:01:32 +01:00
async-props.js Break up basic test suite (#6730) 2019-03-20 11:01:32 +01:00
circular-json-error.js Break up basic test suite (#6730) 2019-03-20 11:01:32 +01:00
custom-encoding.js Break up basic test suite (#6730) 2019-03-20 11:01:32 +01:00
custom-extension.jsx Break up basic test suite (#6730) 2019-03-20 11:01:32 +01:00
default-head.js Break up basic test suite (#6730) 2019-03-20 11:01:32 +01:00
empty-get-initial-props.js Break up basic test suite (#6730) 2019-03-20 11:01:32 +01:00
error-in-the-browser-global-scope.js Break up basic test suite (#6730) 2019-03-20 11:01:32 +01:00
error-in-the-global-scope.js Break up basic test suite (#6730) 2019-03-20 11:01:32 +01:00
error-inside-browser-page.js Break up basic test suite (#6730) 2019-03-20 11:01:32 +01:00
error-inside-page.js Break up basic test suite (#6730) 2019-03-20 11:01:32 +01:00
exports.js Break up basic test suite (#6730) 2019-03-20 11:01:32 +01:00
forwardRef-component.js Break up basic test suite (#6730) 2019-03-20 11:01:32 +01:00
fragment-syntax.js Break up basic test suite (#6730) 2019-03-20 11:01:32 +01:00
head.js Add a viewport meta tag by default (#6754) 2019-03-27 11:46:44 -05:00
index.js Break up basic test suite (#6730) 2019-03-20 11:01:32 +01:00
instance-get-initial-props.js Break up basic test suite (#6730) 2019-03-20 11:01:32 +01:00
json.js Break up basic test suite (#6730) 2019-03-20 11:01:32 +01:00
link.js Break up basic test suite (#6730) 2019-03-20 11:01:32 +01:00
memo-component.js Break up basic test suite (#6730) 2019-03-20 11:01:32 +01:00
no-default-export.js Break up basic test suite (#6730) 2019-03-20 11:01:32 +01:00
read-only-object-error.js Break up basic test suite (#6730) 2019-03-20 11:01:32 +01:00
stateless.js Break up basic test suite (#6730) 2019-03-20 11:01:32 +01:00
styled-jsx.js Break up basic test suite (#6730) 2019-03-20 11:01:32 +01:00
throw-undefined.js Break up basic test suite (#6730) 2019-03-20 11:01:32 +01:00
url-prop-override.js Break up basic test suite (#6730) 2019-03-20 11:01:32 +01:00
url-prop.js Add auto static/dynamic (#7293) 2019-05-22 09:36:53 -07:00
with-cdm.js Break up basic test suite (#6730) 2019-03-20 11:01:32 +01:00