Skip to content

vite-ecosystem-ci-selected #365

vite-ecosystem-ci-selected

vite-ecosystem-ci-selected #365

Re-run triggered October 1, 2025 14:02
Status Failure
Total duration 2m 17s
Artifacts

ecosystem-ci-selected.yml

on: workflow_dispatch
execute-selected-suite
2m 11s
execute-selected-suite
Fit to window
Zoom out
Zoom in

Annotations

9 errors
execute-selected-suite
Process completed with exit code 1.
test/preload/dev.spec.ts > preload tags > Preload Eager: workspace/vike/vike/test/preload/testRun.ts#L32
Error: Snapshot `preload tags > Preload Eager 2` mismatched - Expected + Received @@ -6,14 +6,10 @@ <body> <div id="root"><div style="display:flex;max-width:900px;margin:auto"><div style="padding:20px;padding-top:20px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;line-height:1.8em"><div style="margin-top:20px;margin-bottom:10px"><a href="/"><img src="/renderer/logo.svg" height="64" width="64"/></a></div><a class="navitem" href="/">Preload Default</a><a class="navitem" href="/preload-disabled">Preload Disabled</a><a class="navitem" href="/preload-images">Preload Images</a></div><div style="padding:20px;padding-bottom:50px;border-left:2px solid #eee;min-height:100vh"><h1>Eager</h1><p>This page showcases eager preloading (non-JavaScript assets are preloaded ASAP).</p></div></div></div> <script id="vike_pageContext" type="application/json" nonce="12345689">{"_urlRewrite":null,"pageId":"\\/pages\\/preload-eager","routeParams":{}}</script> <script id="vike_globalContext" type="application/json" nonce="12345689">{}</script> <script type="module" async nonce="12345689"> - import { injectIntoGlobalHook } from "/@react-refresh"; - injectIntoGlobalHook(window); - window.$RefreshReg$ = () => {}; - window.$RefreshSig$ = () => (type) => type; import("/@vite/client"); import("/@fs/$ROOT/packages/vike/dist/esm/client/runtime-server-routing/entry.js"); </script> </body> </html>" ❯ test/preload/testRun.ts:32:20
test/preload/dev.spec.ts > preload tags > Preload Images: workspace/vike/vike/test/preload/testRun.ts#L27
Error: Snapshot `preload tags > Preload Images 2` mismatched - Expected + Received @@ -6,14 +6,10 @@ <body> <div id="root"><div style="display:flex;max-width:900px;margin:auto"><div style="padding:20px;padding-top:20px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;line-height:1.8em"><div style="margin-top:20px;margin-bottom:10px"><a href="/"><img src="/renderer/logo.svg" height="64" width="64"/></a></div><a class="navitem" href="/">Preload Default</a><a class="navitem" href="/preload-disabled">Preload Disabled</a><a class="navitem" href="/preload-images">Preload Images</a></div><div style="padding:20px;padding-bottom:50px;border-left:2px solid #eee;min-height:100vh"><h1>Preload Images</h1><p>This page showcases a custom strategy of preloading images.</p></div></div></div> <script id="vike_pageContext" type="application/json" nonce="12345689">{"_urlRewrite":null,"pageId":"\\/pages\\/preload-images","routeParams":{}}</script> <script id="vike_globalContext" type="application/json" nonce="12345689">{}</script> <script type="module" async nonce="12345689"> - import { injectIntoGlobalHook } from "/@react-refresh"; - injectIntoGlobalHook(window); - window.$RefreshReg$ = () => {}; - window.$RefreshSig$ = () => (type) => type; import("/@vite/client"); import("/@fs/$ROOT/packages/vike/dist/esm/client/runtime-server-routing/entry.js"); </script> </body> </html>" ❯ test/preload/testRun.ts:27:20
test/preload/dev.spec.ts > preload tags > Preload Disabled: workspace/vike/vike/test/preload/testRun.ts#L22
Error: Snapshot `preload tags > Preload Disabled 2` mismatched - Expected + Received @@ -6,14 +6,10 @@ <body> <div id="root"><div style="display:flex;max-width:900px;margin:auto"><div style="padding:20px;padding-top:20px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;line-height:1.8em"><div style="margin-top:20px;margin-bottom:10px"><a href="/"><img src="/renderer/logo.svg" height="64" width="64"/></a></div><a class="navitem" href="/">Preload Default</a><a class="navitem" href="/preload-disabled">Preload Disabled</a><a class="navitem" href="/preload-images">Preload Images</a></div><div style="padding:20px;padding-bottom:50px;border-left:2px solid #eee;min-height:100vh"><h1>Preload Disabled</h1><p>This page showcases completely disabled preloading: the image nor the font are preloaded.</p></div></div></div> <script id="vike_pageContext" type="application/json" nonce="12345689">{"_urlRewrite":null,"pageId":"\\/pages\\/preload-disabled","routeParams":{}}</script> <script id="vike_globalContext" type="application/json" nonce="12345689">{}</script> <script type="module" async nonce="12345689"> - import { injectIntoGlobalHook } from "/@react-refresh"; - injectIntoGlobalHook(window); - window.$RefreshReg$ = () => {}; - window.$RefreshSig$ = () => (type) => type; import("/@vite/client"); import("/@fs/$ROOT/packages/vike/dist/esm/client/runtime-server-routing/entry.js"); </script> </body> </html>" ❯ test/preload/testRun.ts:22:20
test/preload/dev.spec.ts > preload tags > Preload Default: workspace/vike/vike/test/preload/testRun.ts#L15
Error: Snapshot `preload tags > Preload Default 2` mismatched - Expected + Received @@ -6,14 +6,10 @@ <body> <div id="root"><div style="display:flex;max-width:900px;margin:auto"><div style="padding:20px;padding-top:20px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;line-height:1.8em"><div style="margin-top:20px;margin-bottom:10px"><a href="/"><img src="/renderer/logo.svg" height="64" width="64"/></a></div><a class="navitem" href="/">Preload Default</a><a class="navitem" href="/preload-disabled">Preload Disabled</a><a class="navitem" href="/preload-images">Preload Images</a></div><div style="padding:20px;padding-bottom:50px;border-left:2px solid #eee;min-height:100vh"><h1>Default</h1><p>This page showcases the default preloading strategy: in production, both the image and the font are preloaded.</p></div></div></div> <script id="vike_pageContext" type="application/json" nonce="12345689">{"_urlRewrite":null,"pageId":"\\/pages\\/index","routeParams":{}}</script> <script id="vike_globalContext" type="application/json" nonce="12345689">{}</script> <script type="module" async nonce="12345689"> - import { injectIntoGlobalHook } from "/@react-refresh"; - injectIntoGlobalHook(window); - window.$RefreshReg$ = () => {}; - window.$RefreshSig$ = () => (type) => type; import("/@vite/client"); import("/@fs/$ROOT/packages/vike/dist/esm/client/runtime-server-routing/entry.js"); </script> </body> </html>" ❯ test/preload/testRun.ts:15:22
test/preload/dev.spec.ts > preload tags > Preload Eager: workspace/vike/vike/test/preload/testRun.ts#L32
Error: Snapshot `preload tags > Preload Eager 2` mismatched - Expected + Received @@ -6,14 +6,10 @@ <body> <div id="root"><div style="display:flex;max-width:900px;margin:auto"><div style="padding:20px;padding-top:20px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;line-height:1.8em"><div style="margin-top:20px;margin-bottom:10px"><a href="/"><img src="/renderer/logo.svg" height="64" width="64"/></a></div><a class="navitem" href="/">Preload Default</a><a class="navitem" href="/preload-disabled">Preload Disabled</a><a class="navitem" href="/preload-images">Preload Images</a></div><div style="padding:20px;padding-bottom:50px;border-left:2px solid #eee;min-height:100vh"><h1>Eager</h1><p>This page showcases eager preloading (non-JavaScript assets are preloaded ASAP).</p></div></div></div> <script id="vike_pageContext" type="application/json" nonce="12345689">{"_urlRewrite":null,"pageId":"\\/pages\\/preload-eager","routeParams":{}}</script> <script id="vike_globalContext" type="application/json" nonce="12345689">{}</script> <script type="module" async nonce="12345689"> - import { injectIntoGlobalHook } from "/@react-refresh"; - injectIntoGlobalHook(window); - window.$RefreshReg$ = () => {}; - window.$RefreshSig$ = () => (type) => type; import("/@vite/client"); import("/@fs/$ROOT/packages/vike/dist/esm/client/runtime-server-routing/entry.js"); </script> </body> </html>" ❯ test/preload/testRun.ts:32:20
test/preload/dev.spec.ts > preload tags > Preload Images: workspace/vike/vike/test/preload/testRun.ts#L27
Error: Snapshot `preload tags > Preload Images 2` mismatched - Expected + Received @@ -6,14 +6,10 @@ <body> <div id="root"><div style="display:flex;max-width:900px;margin:auto"><div style="padding:20px;padding-top:20px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;line-height:1.8em"><div style="margin-top:20px;margin-bottom:10px"><a href="/"><img src="/renderer/logo.svg" height="64" width="64"/></a></div><a class="navitem" href="/">Preload Default</a><a class="navitem" href="/preload-disabled">Preload Disabled</a><a class="navitem" href="/preload-images">Preload Images</a></div><div style="padding:20px;padding-bottom:50px;border-left:2px solid #eee;min-height:100vh"><h1>Preload Images</h1><p>This page showcases a custom strategy of preloading images.</p></div></div></div> <script id="vike_pageContext" type="application/json" nonce="12345689">{"_urlRewrite":null,"pageId":"\\/pages\\/preload-images","routeParams":{}}</script> <script id="vike_globalContext" type="application/json" nonce="12345689">{}</script> <script type="module" async nonce="12345689"> - import { injectIntoGlobalHook } from "/@react-refresh"; - injectIntoGlobalHook(window); - window.$RefreshReg$ = () => {}; - window.$RefreshSig$ = () => (type) => type; import("/@vite/client"); import("/@fs/$ROOT/packages/vike/dist/esm/client/runtime-server-routing/entry.js"); </script> </body> </html>" ❯ test/preload/testRun.ts:27:20
test/preload/dev.spec.ts > preload tags > Preload Disabled: workspace/vike/vike/test/preload/testRun.ts#L22
Error: Snapshot `preload tags > Preload Disabled 2` mismatched - Expected + Received @@ -6,14 +6,10 @@ <body> <div id="root"><div style="display:flex;max-width:900px;margin:auto"><div style="padding:20px;padding-top:20px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;line-height:1.8em"><div style="margin-top:20px;margin-bottom:10px"><a href="/"><img src="/renderer/logo.svg" height="64" width="64"/></a></div><a class="navitem" href="/">Preload Default</a><a class="navitem" href="/preload-disabled">Preload Disabled</a><a class="navitem" href="/preload-images">Preload Images</a></div><div style="padding:20px;padding-bottom:50px;border-left:2px solid #eee;min-height:100vh"><h1>Preload Disabled</h1><p>This page showcases completely disabled preloading: the image nor the font are preloaded.</p></div></div></div> <script id="vike_pageContext" type="application/json" nonce="12345689">{"_urlRewrite":null,"pageId":"\\/pages\\/preload-disabled","routeParams":{}}</script> <script id="vike_globalContext" type="application/json" nonce="12345689">{}</script> <script type="module" async nonce="12345689"> - import { injectIntoGlobalHook } from "/@react-refresh"; - injectIntoGlobalHook(window); - window.$RefreshReg$ = () => {}; - window.$RefreshSig$ = () => (type) => type; import("/@vite/client"); import("/@fs/$ROOT/packages/vike/dist/esm/client/runtime-server-routing/entry.js"); </script> </body> </html>" ❯ test/preload/testRun.ts:22:20
test/preload/dev.spec.ts > preload tags > Preload Default: workspace/vike/vike/test/preload/testRun.ts#L15
Error: Snapshot `preload tags > Preload Default 2` mismatched - Expected + Received @@ -6,14 +6,10 @@ <body> <div id="root"><div style="display:flex;max-width:900px;margin:auto"><div style="padding:20px;padding-top:20px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;line-height:1.8em"><div style="margin-top:20px;margin-bottom:10px"><a href="/"><img src="/renderer/logo.svg" height="64" width="64"/></a></div><a class="navitem" href="/">Preload Default</a><a class="navitem" href="/preload-disabled">Preload Disabled</a><a class="navitem" href="/preload-images">Preload Images</a></div><div style="padding:20px;padding-bottom:50px;border-left:2px solid #eee;min-height:100vh"><h1>Default</h1><p>This page showcases the default preloading strategy: in production, both the image and the font are preloaded.</p></div></div></div> <script id="vike_pageContext" type="application/json" nonce="12345689">{"_urlRewrite":null,"pageId":"\\/pages\\/index","routeParams":{}}</script> <script id="vike_globalContext" type="application/json" nonce="12345689">{}</script> <script type="module" async nonce="12345689"> - import { injectIntoGlobalHook } from "/@react-refresh"; - injectIntoGlobalHook(window); - window.$RefreshReg$ = () => {}; - window.$RefreshSig$ = () => (type) => type; import("/@vite/client"); import("/@fs/$ROOT/packages/vike/dist/esm/client/runtime-server-routing/entry.js"); </script> </body> </html>" ❯ test/preload/testRun.ts:15:22