|
1741 | 1741 | "flakey": [],
|
1742 | 1742 | "runtimeError": false
|
1743 | 1743 | },
|
| 1744 | + "test/development/acceptance-app/ReactRefreshLogBox-builtins.test.ts": { |
| 1745 | + "passed": [ |
| 1746 | + "ReactRefreshLogBox-builtins app Module not found", |
| 1747 | + "ReactRefreshLogBox-builtins app Module not found empty import trace", |
| 1748 | + "ReactRefreshLogBox-builtins app Module not found missing global CSS", |
| 1749 | + "ReactRefreshLogBox-builtins app Node.js builtins" |
| 1750 | + ], |
| 1751 | + "failed": [], |
| 1752 | + "pending": [], |
| 1753 | + "flakey": [], |
| 1754 | + "runtimeError": false |
| 1755 | + }, |
1744 | 1756 | "test/development/acceptance-app/ReactRefreshLogBox-scss.test.ts": {
|
1745 | 1757 | "passed": [],
|
1746 | 1758 | "failed": [],
|
|
4999 | 5011 | "flakey": [],
|
5000 | 5012 | "runtimeError": false
|
5001 | 5013 | },
|
| 5014 | + "test/e2e/app-dir/css-modules-pure-no-check/css-modules-pure-no-check.test.ts": { |
| 5015 | + "passed": ["css-modules-pure-no-check should apply styles correctly"], |
| 5016 | + "failed": [], |
| 5017 | + "pending": [], |
| 5018 | + "flakey": [], |
| 5019 | + "runtimeError": false |
| 5020 | + }, |
5002 | 5021 | "test/e2e/app-dir/css-modules-scoping/css-modules-scoping.test.ts": {
|
5003 | 5022 | "passed": [
|
5004 | 5023 | "css-modules-scoping should not prefix grid areas",
|
|
8966 | 8985 | "flakey": [],
|
8967 | 8986 | "runtimeError": false
|
8968 | 8987 | },
|
| 8988 | + "test/e2e/app-document/client.test.ts": { |
| 8989 | + "passed": [ |
| 8990 | + "Document and App - Client side should detect the changes to pages/_app.js and display it", |
| 8991 | + "Document and App - Client side should detect the changes to pages/_document.js and display it", |
| 8992 | + "Document and App - Client side should keep state between page navigations", |
| 8993 | + "Document and App - Client side should share module state with pages" |
| 8994 | + ], |
| 8995 | + "failed": [], |
| 8996 | + "pending": [], |
| 8997 | + "flakey": [], |
| 8998 | + "runtimeError": false |
| 8999 | + }, |
| 9000 | + "test/e2e/app-document/csp.test.ts": { |
| 9001 | + "passed": [ |
| 9002 | + "Document and App - With CSP enabled should load inline script by hash", |
| 9003 | + "Document and App - With CSP enabled should load inline script by nonce" |
| 9004 | + ], |
| 9005 | + "failed": [], |
| 9006 | + "pending": [], |
| 9007 | + "flakey": [], |
| 9008 | + "runtimeError": false |
| 9009 | + }, |
| 9010 | + "test/e2e/app-document/index.test.ts": { |
| 9011 | + "passed": ["Document and App should not have any missing key warnings"], |
| 9012 | + "failed": [], |
| 9013 | + "pending": [], |
| 9014 | + "flakey": [], |
| 9015 | + "runtimeError": false |
| 9016 | + }, |
| 9017 | + "test/e2e/app-document/rendering.test.ts": { |
| 9018 | + "passed": [ |
| 9019 | + "Document and App - Rendering via HTTP _app should share module state with pages", |
| 9020 | + "Document and App - Rendering via HTTP _app should show valid error when thrown in _app getInitialProps", |
| 9021 | + "Document and App - Rendering via HTTP _app shows a custom tag", |
| 9022 | + "Document and App - Rendering via HTTP _document Document.getInitialProps returns html prop representing app shell", |
| 9023 | + "Document and App - Rendering via HTTP _document adds a timestamp to link tags with preload attribute to invalidate the cache in dev", |
| 9024 | + "Document and App - Rendering via HTTP _document adds crossOrigin to all scripts and preload links", |
| 9025 | + "Document and App - Rendering via HTTP _document adds nonces to all scripts and preload links", |
| 9026 | + "Document and App - Rendering via HTTP _document renders ctx.renderPage with enhanceApp and enhanceComponent correctly", |
| 9027 | + "Document and App - Rendering via HTTP _document renders ctx.renderPage with enhanceApp correctly", |
| 9028 | + "Document and App - Rendering via HTTP _document renders ctx.renderPage with enhanceComponent correctly", |
| 9029 | + "Document and App - Rendering via HTTP _document renders ctx.renderPage with enhancer correctly", |
| 9030 | + "Document and App - Rendering via HTTP _document should include required elements in rendered html" |
| 9031 | + ], |
| 9032 | + "failed": [], |
| 9033 | + "pending": [], |
| 9034 | + "flakey": [], |
| 9035 | + "runtimeError": false |
| 9036 | + }, |
8969 | 9037 | "test/e2e/async-modules/index.test.ts": {
|
8970 | 9038 | "passed": [
|
8971 | 9039 | "Async modules can render async 404 pages",
|
|
11915 | 11983 | "flakey": [],
|
11916 | 11984 | "runtimeError": false
|
11917 | 11985 | },
|
11918 |
| - "test/integration/app-document/test/index.test.js": { |
11919 |
| - "passed": [ |
11920 |
| - "Document and App Client side It should share module state with pages", |
11921 |
| - "Document and App Client side should detect the changes to pages/_app.js and display it", |
11922 |
| - "Document and App Client side should detect the changes to pages/_document.js and display it", |
11923 |
| - "Document and App Client side should keep state between page navigations", |
11924 |
| - "Document and App Rendering via HTTP _app It should share module state with pages", |
11925 |
| - "Document and App Rendering via HTTP _app It should show valid error when thrown in _app getInitialProps", |
11926 |
| - "Document and App Rendering via HTTP _app It shows a custom tag", |
11927 |
| - "Document and App Rendering via HTTP _document Document.getInitialProps returns html prop representing app shell", |
11928 |
| - "Document and App Rendering via HTTP _document It adds a timestamp to link tags with preload attribute to invalidate the cache (DEV only)", |
11929 |
| - "Document and App Rendering via HTTP _document It adds crossOrigin to all scripts and preload links", |
11930 |
| - "Document and App Rendering via HTTP _document It adds nonces to all scripts and preload links", |
11931 |
| - "Document and App Rendering via HTTP _document It renders ctx.renderPage with enhanceApp and enhanceComponent correctly", |
11932 |
| - "Document and App Rendering via HTTP _document It renders ctx.renderPage with enhanceApp correctly", |
11933 |
| - "Document and App Rendering via HTTP _document It renders ctx.renderPage with enhanceComponent correctly", |
11934 |
| - "Document and App Rendering via HTTP _document It renders ctx.renderPage with enhancer correctly", |
11935 |
| - "Document and App Rendering via HTTP _document should include required elements in rendered html", |
11936 |
| - "Document and App With CSP enabled should load inline script by hash", |
11937 |
| - "Document and App With CSP enabled should load inline script by nonce", |
11938 |
| - "Document and App should not have any missing key warnings" |
11939 |
| - ], |
11940 |
| - "failed": [], |
11941 |
| - "pending": [], |
11942 |
| - "flakey": [], |
11943 |
| - "runtimeError": false |
11944 |
| - }, |
11945 | 11986 | "test/integration/app-dynamic-error/test/index.test.ts": {
|
11946 | 11987 | "passed": [],
|
11947 | 11988 | "failed": [],
|
|
12742 | 12783 | "test/integration/css-modules/test/index.test.js": {
|
12743 | 12784 | "passed": [
|
12744 | 12785 | "Can hot reload CSS Module without losing state should update CSS color without remounting <input>",
|
12745 |
| - "Has CSS Module in computed styles in Development should have CSS for page" |
| 12786 | + "Has CSS Module in computed styles in Development should have CSS for page", |
| 12787 | + "cssmodules-pure-no-check usage should apply styles correctly", |
| 12788 | + "cssmodules-pure-no-check usage should have compiled successfully", |
| 12789 | + "cssmodules-pure-no-check usage should've emitted a CSS file" |
12746 | 12790 | ],
|
12747 | 12791 | "failed": [],
|
12748 | 12792 | "pending": [
|
|
17181 | 17225 | "Image Optimizer config checks should error when images.loader is assigned but images.path is not",
|
17182 | 17226 | "Image Optimizer config checks should error when images.loaderFile does not exist",
|
17183 | 17227 | "Image Optimizer config checks should error when images.minimumCacheTTL is not valid",
|
| 17228 | + "Image Optimizer config checks should error when images.remotePatterns URL has invalid protocol", |
17184 | 17229 | "Image Optimizer config checks should error when images.remotePatterns is invalid",
|
17185 | 17230 | "Image Optimizer config checks should error when images.unoptimized is not a boolean",
|
17186 | 17231 | "Image Optimizer config checks should error when loader contains invalid value",
|
|
19077 | 19122 | ],
|
19078 | 19123 | "failed": [],
|
19079 | 19124 | "pending": [
|
| 19125 | + "Image Component Unicode Image URL production mode should build correct images-manifest.json", |
19080 | 19126 | "Image Component Unicode Image URL production mode should load external image with space",
|
19081 | 19127 | "Image Component Unicode Image URL production mode should load external unicode image",
|
19082 | 19128 | "Image Component Unicode Image URL production mode should load internal image with space",
|
|
0 commit comments