vite-ecosystem-ci #648
Annotations
15 errors and 4 notices
test-ecosystem (laravel)
Process completed with exit code 1.
|
test-ecosystem (laravel)
Cannot find module 'rollup' or its corresponding type declarations.
|
test-ecosystem (laravel)
Cannot find module 'rollup' or its corresponding type declarations.
|
test-ecosystem (vike)
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
@@ -5,15 +5,14 @@
</head>
<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">{"_urlRewrite":null,"pageId":"/pages/preload-eager","routeParams":{}}</script>
<script type="module" async>
- import RefreshRuntime from "/@react-refresh"
+ import { injectIntoGlobalHook } from "/@react-refresh"
- RefreshRuntime.injectIntoGlobalHook(window)
+ injectIntoGlobalHook(window);
- window.$RefreshReg$ = () => {}
+ window.$RefreshReg$ = () => {};
- window.$RefreshSig$ = () => (type) => type
- window.__vite_plugin_react_preamble_installed__ = true
+ window.$RefreshSig$ = () => (type) => type;
import "/@vite/client";
import "/@fs/$ROOT/vike/dist/esm/client/server-routing-runtime/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
@@ -5,15 +5,14 @@
</head>
<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">{"_urlRewrite":null,"pageId":"/pages/preload-images","routeParams":{}}</script>
<script type="module" async>
- import RefreshRuntime from "/@react-refresh"
+ import { injectIntoGlobalHook } from "/@react-refresh"
- RefreshRuntime.injectIntoGlobalHook(window)
+ injectIntoGlobalHook(window);
- window.$RefreshReg$ = () => {}
+ window.$RefreshReg$ = () => {};
- window.$RefreshSig$ = () => (type) => type
- window.__vite_plugin_react_preamble_installed__ = true
+ window.$RefreshSig$ = () => (type) => type;
import "/@vite/client";
import "/@fs/$ROOT/vike/dist/esm/client/server-routing-runtime/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
@@ -5,15 +5,14 @@
</head>
<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">{"_urlRewrite":null,"pageId":"/pages/preload-disabled","routeParams":{}}</script>
<script type="module" async>
- import RefreshRuntime from "/@react-refresh"
+ import { injectIntoGlobalHook } from "/@react-refresh"
- RefreshRuntime.injectIntoGlobalHook(window)
+ injectIntoGlobalHook(window);
- window.$RefreshReg$ = () => {}
+ window.$RefreshReg$ = () => {};
- window.$RefreshSig$ = () => (type) => type
- window.__vite_plugin_react_preamble_installed__ = true
+ window.$RefreshSig$ = () => (type) => type;
import "/@vite/client";
import "/@fs/$ROOT/vike/dist/esm/client/server-routing-runtime/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
@@ -5,15 +5,14 @@
</head>
<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">{"_urlRewrite":null,"pageId":"/pages/index","routeParams":{}}</script>
<script type="module" async>
- import RefreshRuntime from "/@react-refresh"
+ import { injectIntoGlobalHook } from "/@react-refresh"
- RefreshRuntime.injectIntoGlobalHook(window)
+ injectIntoGlobalHook(window);
- window.$RefreshReg$ = () => {}
+ window.$RefreshReg$ = () => {};
- window.$RefreshSig$ = () => (type) => type
- window.__vite_plugin_react_preamble_installed__ = true
+ window.$RefreshSig$ = () => (type) => type;
import "/@vite/client";
import "/@fs/$ROOT/vike/dist/esm/client/server-routing-runtime/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
@@ -5,15 +5,14 @@
</head>
<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">{"_urlRewrite":null,"pageId":"/pages/preload-eager","routeParams":{}}</script>
<script type="module" async>
- import RefreshRuntime from "/@react-refresh"
+ import { injectIntoGlobalHook } from "/@react-refresh"
- RefreshRuntime.injectIntoGlobalHook(window)
+ injectIntoGlobalHook(window);
- window.$RefreshReg$ = () => {}
+ window.$RefreshReg$ = () => {};
- window.$RefreshSig$ = () => (type) => type
- window.__vite_plugin_react_preamble_installed__ = true
+ window.$RefreshSig$ = () => (type) => type;
import "/@vite/client";
import "/@fs/$ROOT/vike/dist/esm/client/server-routing-runtime/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
@@ -5,15 +5,14 @@
</head>
<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">{"_urlRewrite":null,"pageId":"/pages/preload-images","routeParams":{}}</script>
<script type="module" async>
- import RefreshRuntime from "/@react-refresh"
+ import { injectIntoGlobalHook } from "/@react-refresh"
- RefreshRuntime.injectIntoGlobalHook(window)
+ injectIntoGlobalHook(window);
- window.$RefreshReg$ = () => {}
+ window.$RefreshReg$ = () => {};
- window.$RefreshSig$ = () => (type) => type
- window.__vite_plugin_react_preamble_installed__ = true
+ window.$RefreshSig$ = () => (type) => type;
import "/@vite/client";
import "/@fs/$ROOT/vike/dist/esm/client/server-routing-runtime/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
@@ -5,15 +5,14 @@
</head>
<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">{"_urlRewrite":null,"pageId":"/pages/preload-disabled","routeParams":{}}</script>
<script type="module" async>
- import RefreshRuntime from "/@react-refresh"
+ import { injectIntoGlobalHook } from "/@react-refresh"
- RefreshRuntime.injectIntoGlobalHook(window)
+ injectIntoGlobalHook(window);
- window.$RefreshReg$ = () => {}
+ window.$RefreshReg$ = () => {};
- window.$RefreshSig$ = () => (type) => type
- window.__vite_plugin_react_preamble_installed__ = true
+ window.$RefreshSig$ = () => (type) => type;
import "/@vite/client";
import "/@fs/$ROOT/vike/dist/esm/client/server-routing-runtime/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
@@ -5,15 +5,14 @@
</head>
<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">{"_urlRewrite":null,"pageId":"/pages/index","routeParams":{}}</script>
<script type="module" async>
- import RefreshRuntime from "/@react-refresh"
+ import { injectIntoGlobalHook } from "/@react-refresh"
- RefreshRuntime.injectIntoGlobalHook(window)
+ injectIntoGlobalHook(window);
- window.$RefreshReg$ = () => {}
+ window.$RefreshReg$ = () => {};
- window.$RefreshSig$ = () => (type) => type
- window.__vite_plugin_react_preamble_installed__ = true
+ window.$RefreshSig$ = () => (type) => type;
import "/@vite/client";
import "/@fs/$ROOT/vike/dist/esm/client/server-routing-runtime/entry.js";
</script>
</body>
</html>"
❯ test/preload/testRun.ts:15:22
|
test-ecosystem (waku)
Process completed with exit code 1.
|
test-ecosystem (storybook)
Process completed with exit code 1.
|
test-ecosystem (vite-environment-examples)
Process completed with exit code 1.
|
🎭 Playwright Run Summary
21 passed (18.4s)
|
🎭 Playwright Run Summary
69 passed (14.5s)
|
🎭 Playwright Run Summary
73 passed (23.0s)
|
🎭 Playwright Run Summary
21 passed (18.9s)
|