|
1535 | 1535 | "flakey": [],
|
1536 | 1536 | "runtimeError": false
|
1537 | 1537 | },
|
| 1538 | + "test/e2e/app-dir/css-modules-pure-no-check/css-modules-pure-no-check.test.ts": { |
| 1539 | + "passed": [ |
| 1540 | + "css-modules-pure-no-check should apply styles correctly", |
| 1541 | + "css-modules-pure-no-check should have emitted a CSS file" |
| 1542 | + ], |
| 1543 | + "failed": [], |
| 1544 | + "pending": [], |
| 1545 | + "flakey": [], |
| 1546 | + "runtimeError": false |
| 1547 | + }, |
1538 | 1548 | "test/e2e/app-dir/css-modules-scoping/css-modules-scoping.test.ts": {
|
1539 | 1549 | "passed": [
|
1540 | 1550 | "css-modules-scoping should not prefix grid areas",
|
|
5206 | 5216 | },
|
5207 | 5217 | "test/e2e/app-dir/segment-cache/staleness/segment-cache-stale-time.test.ts": {
|
5208 | 5218 | "passed": [
|
5209 |
| - "segment cache (staleness) entry expires when its stale time has elapsed" |
5210 |
| - ], |
5211 |
| - "failed": [ |
| 5219 | + "segment cache (staleness) entry expires when its stale time has elapsed", |
5212 | 5220 | "segment cache (staleness) reuses dynamic data up to the staleTimes.dynamic threshold"
|
5213 | 5221 | ],
|
| 5222 | + "failed": [], |
5214 | 5223 | "pending": [],
|
5215 | 5224 | "flakey": [],
|
5216 | 5225 | "runtimeError": false
|
|
5752 | 5761 | "flakey": [],
|
5753 | 5762 | "runtimeError": false
|
5754 | 5763 | },
|
| 5764 | + "test/e2e/app-document/client.test.ts": { |
| 5765 | + "passed": [ |
| 5766 | + "Document and App - Client side should share module state with pages" |
| 5767 | + ], |
| 5768 | + "failed": [], |
| 5769 | + "pending": [], |
| 5770 | + "flakey": [], |
| 5771 | + "runtimeError": false |
| 5772 | + }, |
| 5773 | + "test/e2e/app-document/csp.test.ts": { |
| 5774 | + "passed": [ |
| 5775 | + "Document and App - With CSP enabled should load inline script by hash", |
| 5776 | + "Document and App - With CSP enabled should load inline script by nonce" |
| 5777 | + ], |
| 5778 | + "failed": [], |
| 5779 | + "pending": [], |
| 5780 | + "flakey": [], |
| 5781 | + "runtimeError": false |
| 5782 | + }, |
| 5783 | + "test/e2e/app-document/index.test.ts": { |
| 5784 | + "passed": ["Document and App should not have any missing key warnings"], |
| 5785 | + "failed": [], |
| 5786 | + "pending": [], |
| 5787 | + "flakey": [], |
| 5788 | + "runtimeError": false |
| 5789 | + }, |
| 5790 | + "test/e2e/app-document/rendering.test.ts": { |
| 5791 | + "passed": [ |
| 5792 | + "Document and App - Rendering via HTTP _app should share module state with pages", |
| 5793 | + "Document and App - Rendering via HTTP _app shows a custom tag", |
| 5794 | + "Document and App - Rendering via HTTP _document Document.getInitialProps returns html prop representing app shell", |
| 5795 | + "Document and App - Rendering via HTTP _document adds crossOrigin to all scripts and preload links", |
| 5796 | + "Document and App - Rendering via HTTP _document adds nonces to all scripts and preload links", |
| 5797 | + "Document and App - Rendering via HTTP _document renders ctx.renderPage with enhanceApp and enhanceComponent correctly", |
| 5798 | + "Document and App - Rendering via HTTP _document renders ctx.renderPage with enhanceApp correctly", |
| 5799 | + "Document and App - Rendering via HTTP _document renders ctx.renderPage with enhanceComponent correctly", |
| 5800 | + "Document and App - Rendering via HTTP _document renders ctx.renderPage with enhancer correctly", |
| 5801 | + "Document and App - Rendering via HTTP _document should include required elements in rendered html" |
| 5802 | + ], |
| 5803 | + "failed": [], |
| 5804 | + "pending": [], |
| 5805 | + "flakey": [], |
| 5806 | + "runtimeError": false |
| 5807 | + }, |
5755 | 5808 | "test/e2e/async-modules/index.test.ts": {
|
5756 | 5809 | "passed": [
|
5757 | 5810 | "Async modules can render async 404 pages",
|
|
8743 | 8796 | "flakey": [],
|
8744 | 8797 | "runtimeError": false
|
8745 | 8798 | },
|
8746 |
| - "test/integration/app-document/test/index.test.js": { |
8747 |
| - "passed": [ |
8748 |
| - "Document and App Client side It should share module state with pages", |
8749 |
| - "Document and App Client side should detect the changes to pages/_app.js and display it", |
8750 |
| - "Document and App Client side should detect the changes to pages/_document.js and display it", |
8751 |
| - "Document and App Client side should keep state between page navigations", |
8752 |
| - "Document and App Rendering via HTTP _app It should share module state with pages", |
8753 |
| - "Document and App Rendering via HTTP _app It should show valid error when thrown in _app getInitialProps", |
8754 |
| - "Document and App Rendering via HTTP _app It shows a custom tag", |
8755 |
| - "Document and App Rendering via HTTP _document Document.getInitialProps returns html prop representing app shell", |
8756 |
| - "Document and App Rendering via HTTP _document It adds a timestamp to link tags with preload attribute to invalidate the cache (DEV only)", |
8757 |
| - "Document and App Rendering via HTTP _document It adds crossOrigin to all scripts and preload links", |
8758 |
| - "Document and App Rendering via HTTP _document It adds nonces to all scripts and preload links", |
8759 |
| - "Document and App Rendering via HTTP _document It renders ctx.renderPage with enhanceApp and enhanceComponent correctly", |
8760 |
| - "Document and App Rendering via HTTP _document It renders ctx.renderPage with enhanceApp correctly", |
8761 |
| - "Document and App Rendering via HTTP _document It renders ctx.renderPage with enhanceComponent correctly", |
8762 |
| - "Document and App Rendering via HTTP _document It renders ctx.renderPage with enhancer correctly", |
8763 |
| - "Document and App Rendering via HTTP _document should include required elements in rendered html", |
8764 |
| - "Document and App With CSP enabled should load inline script by hash", |
8765 |
| - "Document and App With CSP enabled should load inline script by nonce", |
8766 |
| - "Document and App should not have any missing key warnings" |
8767 |
| - ], |
8768 |
| - "failed": [], |
8769 |
| - "pending": [], |
8770 |
| - "flakey": [], |
8771 |
| - "runtimeError": false |
8772 |
| - }, |
8773 | 8799 | "test/integration/app-dynamic-error/test/index.test.ts": {
|
8774 | 8800 | "passed": [
|
8775 | 8801 | "app-dynamic-error production mode throws an error when prerendering a page with config dynamic error"
|
|
9593 | 9619 | "Has CSS Module in computed styles in Production production mode should have compiled successfully",
|
9594 | 9620 | "Valid CSS Module Usage from within node_modules production mode should have compiled successfully",
|
9595 | 9621 | "Valid CSS Module Usage from within node_modules production mode should've emitted a single CSS file",
|
9596 |
| - "Valid CSS Module Usage from within node_modules production mode should've prerendered with relevant data" |
| 9622 | + "Valid CSS Module Usage from within node_modules production mode should've prerendered with relevant data", |
| 9623 | + "cssmodules-pure-no-check usage should apply styles correctly", |
| 9624 | + "cssmodules-pure-no-check usage should have compiled successfully", |
| 9625 | + "cssmodules-pure-no-check usage should've emitted a CSS file" |
9597 | 9626 | ],
|
9598 | 9627 | "failed": [
|
9599 | 9628 | "CSS Module Composes Usage (External) production mode should've emitted a single CSS file",
|
|
14015 | 14044 | "Image Optimizer config checks should error when images.loader is assigned but images.path is not",
|
14016 | 14045 | "Image Optimizer config checks should error when images.loaderFile does not exist",
|
14017 | 14046 | "Image Optimizer config checks should error when images.minimumCacheTTL is not valid",
|
| 14047 | + "Image Optimizer config checks should error when images.remotePatterns URL has invalid protocol", |
14018 | 14048 | "Image Optimizer config checks should error when images.remotePatterns is invalid",
|
14019 | 14049 | "Image Optimizer config checks should error when images.unoptimized is not a boolean",
|
14020 | 14050 | "Image Optimizer config checks should error when loader contains invalid value",
|
|
15898 | 15928 | },
|
15899 | 15929 | "test/integration/next-image-new/unicode/test/index.test.ts": {
|
15900 | 15930 | "passed": [
|
| 15931 | + "Image Component Unicode Image URL production mode should build correct images-manifest.json", |
15901 | 15932 | "Image Component Unicode Image URL production mode should load external image with space",
|
15902 | 15933 | "Image Component Unicode Image URL production mode should load external unicode image",
|
15903 | 15934 | "Image Component Unicode Image URL production mode should load internal image with space",
|
|
0 commit comments