|
1544 | 1544 | "flakey": [],
|
1545 | 1545 | "runtimeError": false
|
1546 | 1546 | },
|
| 1547 | + "test/e2e/app-dir/css-modules-pure-no-check/css-modules-pure-no-check.test.ts": { |
| 1548 | + "passed": [ |
| 1549 | + "css-modules-pure-no-check should apply styles correctly", |
| 1550 | + "css-modules-pure-no-check should have emitted a CSS file" |
| 1551 | + ], |
| 1552 | + "failed": [], |
| 1553 | + "pending": [], |
| 1554 | + "flakey": [], |
| 1555 | + "runtimeError": false |
| 1556 | + }, |
1547 | 1557 | "test/e2e/app-dir/css-modules-scoping/css-modules-scoping.test.ts": {
|
1548 | 1558 | "passed": [
|
1549 | 1559 | "css-modules-scoping should not prefix grid areas",
|
|
5872 | 5882 | "flakey": [],
|
5873 | 5883 | "runtimeError": false
|
5874 | 5884 | },
|
| 5885 | + "test/e2e/app-document/client.test.ts": { |
| 5886 | + "passed": [ |
| 5887 | + "Document and App - Client side should share module state with pages" |
| 5888 | + ], |
| 5889 | + "failed": [], |
| 5890 | + "pending": [], |
| 5891 | + "flakey": [], |
| 5892 | + "runtimeError": false |
| 5893 | + }, |
| 5894 | + "test/e2e/app-document/csp.test.ts": { |
| 5895 | + "passed": [ |
| 5896 | + "Document and App - With CSP enabled should load inline script by hash", |
| 5897 | + "Document and App - With CSP enabled should load inline script by nonce" |
| 5898 | + ], |
| 5899 | + "failed": [], |
| 5900 | + "pending": [], |
| 5901 | + "flakey": [], |
| 5902 | + "runtimeError": false |
| 5903 | + }, |
| 5904 | + "test/e2e/app-document/index.test.ts": { |
| 5905 | + "passed": ["Document and App should not have any missing key warnings"], |
| 5906 | + "failed": [], |
| 5907 | + "pending": [], |
| 5908 | + "flakey": [], |
| 5909 | + "runtimeError": false |
| 5910 | + }, |
| 5911 | + "test/e2e/app-document/rendering.test.ts": { |
| 5912 | + "passed": [ |
| 5913 | + "Document and App - Rendering via HTTP _app should share module state with pages", |
| 5914 | + "Document and App - Rendering via HTTP _app shows a custom tag", |
| 5915 | + "Document and App - Rendering via HTTP _document Document.getInitialProps returns html prop representing app shell", |
| 5916 | + "Document and App - Rendering via HTTP _document adds crossOrigin to all scripts and preload links", |
| 5917 | + "Document and App - Rendering via HTTP _document adds nonces to all scripts and preload links", |
| 5918 | + "Document and App - Rendering via HTTP _document renders ctx.renderPage with enhanceApp and enhanceComponent correctly", |
| 5919 | + "Document and App - Rendering via HTTP _document renders ctx.renderPage with enhanceApp correctly", |
| 5920 | + "Document and App - Rendering via HTTP _document renders ctx.renderPage with enhanceComponent correctly", |
| 5921 | + "Document and App - Rendering via HTTP _document renders ctx.renderPage with enhancer correctly", |
| 5922 | + "Document and App - Rendering via HTTP _document should include required elements in rendered html" |
| 5923 | + ], |
| 5924 | + "failed": [], |
| 5925 | + "pending": [], |
| 5926 | + "flakey": [], |
| 5927 | + "runtimeError": false |
| 5928 | + }, |
5875 | 5929 | "test/e2e/async-modules/index.test.ts": {
|
5876 | 5930 | "passed": [
|
5877 | 5931 | "Async modules can render async 404 pages",
|
|
8859 | 8913 | "flakey": [],
|
8860 | 8914 | "runtimeError": false
|
8861 | 8915 | },
|
8862 |
| - "test/integration/app-document/test/index.test.js": { |
8863 |
| - "passed": [ |
8864 |
| - "Document and App Client side It should share module state with pages", |
8865 |
| - "Document and App Client side should detect the changes to pages/_document.js and display it", |
8866 |
| - "Document and App Client side should keep state between page navigations", |
8867 |
| - "Document and App Rendering via HTTP _app It should share module state with pages", |
8868 |
| - "Document and App Rendering via HTTP _app It should show valid error when thrown in _app getInitialProps", |
8869 |
| - "Document and App Rendering via HTTP _app It shows a custom tag", |
8870 |
| - "Document and App Rendering via HTTP _document Document.getInitialProps returns html prop representing app shell", |
8871 |
| - "Document and App Rendering via HTTP _document It adds a timestamp to link tags with preload attribute to invalidate the cache (DEV only)", |
8872 |
| - "Document and App Rendering via HTTP _document It adds crossOrigin to all scripts and preload links", |
8873 |
| - "Document and App Rendering via HTTP _document It adds nonces to all scripts and preload links", |
8874 |
| - "Document and App Rendering via HTTP _document It renders ctx.renderPage with enhanceApp and enhanceComponent correctly", |
8875 |
| - "Document and App Rendering via HTTP _document It renders ctx.renderPage with enhanceApp correctly", |
8876 |
| - "Document and App Rendering via HTTP _document It renders ctx.renderPage with enhanceComponent correctly", |
8877 |
| - "Document and App Rendering via HTTP _document It renders ctx.renderPage with enhancer correctly", |
8878 |
| - "Document and App Rendering via HTTP _document should include required elements in rendered html", |
8879 |
| - "Document and App With CSP enabled should load inline script by hash", |
8880 |
| - "Document and App With CSP enabled should load inline script by nonce", |
8881 |
| - "Document and App should not have any missing key warnings" |
8882 |
| - ], |
8883 |
| - "failed": [ |
8884 |
| - "Document and App Client side should detect the changes to pages/_app.js and display it" |
8885 |
| - ], |
8886 |
| - "pending": [], |
8887 |
| - "flakey": [], |
8888 |
| - "runtimeError": false |
8889 |
| - }, |
8890 | 8916 | "test/integration/app-dynamic-error/test/index.test.ts": {
|
8891 | 8917 | "passed": [
|
8892 | 8918 | "app-dynamic-error production mode throws an error when prerendering a page with config dynamic error"
|
|
9709 | 9735 | "Valid CSS Module Usage from within node_modules production mode should have compiled successfully",
|
9710 | 9736 | "Valid CSS Module Usage from within node_modules production mode should've emitted a single CSS file",
|
9711 | 9737 | "Valid CSS Module Usage from within node_modules production mode should've prerendered with relevant data",
|
9712 |
| - "Valid Nested CSS Module Usage from within node_modules production mode should've prerendered with relevant data" |
| 9738 | + "Valid Nested CSS Module Usage from within node_modules production mode should've prerendered with relevant data", |
| 9739 | + "cssmodules-pure-no-check usage should apply styles correctly", |
| 9740 | + "cssmodules-pure-no-check usage should have compiled successfully", |
| 9741 | + "cssmodules-pure-no-check usage should've emitted a CSS file" |
9713 | 9742 | ],
|
9714 | 9743 | "failed": [
|
9715 | 9744 | "CSS Module Composes Usage (Basic) production mode should've emitted a single CSS file",
|
|
14140 | 14169 | "Image Optimizer config checks should error when images.loader is assigned but images.path is not",
|
14141 | 14170 | "Image Optimizer config checks should error when images.loaderFile does not exist",
|
14142 | 14171 | "Image Optimizer config checks should error when images.minimumCacheTTL is not valid",
|
| 14172 | + "Image Optimizer config checks should error when images.remotePatterns URL has invalid protocol", |
14143 | 14173 | "Image Optimizer config checks should error when images.remotePatterns is invalid",
|
14144 | 14174 | "Image Optimizer config checks should error when images.unoptimized is not a boolean",
|
14145 | 14175 | "Image Optimizer config checks should error when loader contains invalid value",
|
|
16028 | 16058 | },
|
16029 | 16059 | "test/integration/next-image-new/unicode/test/index.test.ts": {
|
16030 | 16060 | "passed": [
|
| 16061 | + "Image Component Unicode Image URL production mode should build correct images-manifest.json", |
16031 | 16062 | "Image Component Unicode Image URL production mode should load external image with space",
|
16032 | 16063 | "Image Component Unicode Image URL production mode should load external unicode image",
|
16033 | 16064 | "Image Component Unicode Image URL production mode should load internal image with space",
|
|
0 commit comments