Skip to content

nuxt-ecosystem-ci

nuxt-ecosystem-ci #326

Triggered via schedule October 7, 2024 05:01
Status Failure
Total duration 12m 46s
Artifacts

ecosystem-ci.yml

on: schedule
Matrix: test-ecosystem
Fit to window
Zoom out
Zoom in

Annotations

14 errors
test-ecosystem (docus)
Process completed with exit code 1.
test-ecosystem (content)
The inferred type of 'ContentQuery' cannot be named without a reference to '../../../node_modules/nuxt/dist/app/composables/asyncData'. This is likely not portable. A type annotation is necessary.
test/basic.test.ts > tailwindcss module > include custom tailwind.css file in project css: workspace/tailwindcss/tailwindcss/test/basic.test.ts#L36
AssertionError: expected "spy" to be called 1 times, but got 0 times ❯ test/basic.test.ts:36:23
test/basic.test.ts > tailwindcss module > include custom tailwind.css file in project css: workspace/tailwindcss/tailwindcss/test/basic.test.ts#L36
AssertionError: expected "spy" to be called 1 times, but got 0 times ❯ test/basic.test.ts:36:23
test-ecosystem (tailwindcss)
Process completed with exit code 1.
tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts > Game Events Monitor Current Event Component > should match snapshot when rendered.: workspace/werewolves-assistant/werewolves-assistant-web-next/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts#L67
Error: Snapshot `Game Events Monitor Current Event Component > should match snapshot when rendered. 1` mismatched - Expected + Received "<div id="game-events-monitor-current-event-container" class="h-full"> <transition-stub mode="out-in" name="fade" appear="false" persisted="false" css="true"> - <game-starts-event-stub id="game-events-monitor-current-event" class="h-full" event="[object Object]"></game-starts-event-stub> + <pages-game-game-playing-game-events-monitor-game-events-monitor-current-event-game-starts-event-stub id="game-events-monitor-current-event" class="h-full" event="[object Object]"></pages-game-game-playing-game-events-monitor-game-events-monitor-current-event-game-starts-event-stub> </transition-stub> </div>" ❯ tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts:67:28
tests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundContent.nuxt.spec.ts > Game Playground Content Component > should match snapshot when rendered.: workspace/werewolves-assistant/werewolves-assistant-web-next/tests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundContent.nuxt.spec.ts#L33
Error: Snapshot `Game Playground Content Component > should match snapshot when rendered. 1` mismatched - Expected + Received "<div id="game-playground-content"> - <game-target-playground-stub id="game-playground-type" class="h-full w-full"></game-target-playground-stub> + <pages-game-game-playing-game-playground-game-playground-content-game-target-playground-stub id="game-playground-type" class="h-full w-full"></pages-game-game-playing-game-playground-game-playground-content-game-target-playground-stub> </div>" ❯ tests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundContent.nuxt.spec.ts:33:28
tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts > Game Turn Start Event Component > should match snapshot when rendered.: workspace/werewolves-assistant/werewolves-assistant-web-next/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts#L54
Error: Snapshot `Game Turn Start Event Component > should match snapshot when rendered. 1` mismatched Expected: ""<game-survivors-turn-starts-event-stub id="game-turn-starts-event"></game-survivors-turn-starts-event-stub>"" Received: ""<pages-game-game-playing-game-events-monitor-game-events-monitor-current-event-game-turn-starts-event-game-survivors-turn-starts-event-stub id="game-turn-starts-event"></pages-game-game-playing-game-events-monitor-game-events-monitor-current-event-game-turn-starts-event-game-survivors-turn-starts-event-stub>"" ❯ tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts:54:28
tests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialogContainer/GameLobbyStartGameConfirmDialogContent/GameLobbyStartGameConfirmDialogContent.nuxt.spec.ts > Game Lobby Start Game Confirm Dialog Content Component > should match snapshot when rendered.: workspace/werewolves-assistant/werewolves-assistant-web-next/tests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialogContainer/GameLobbyStartGameConfirmDialogContent/GameLobbyStartGameConfirmDialogContent.nuxt.spec.ts#L34
Error: Snapshot `Game Lobby Start Game Confirm Dialog Content Component > should match snapshot when rendered. 1` mismatched - Expected + Received "<div id="game-lobby-start-game-confirm-dialog-content-container"> <transition-stub mode="out-in" name="fade" appear="false" persisted="false" css="true"> - <game-lobby-start-game-confirm-dialog-players-ready-stub></game-lobby-start-game-confirm-dialog-players-ready-stub> + <pages-game-lobby-game-lobby-footer-game-lobby-start-game-button-game-lobby-start-game-confirm-dialog-game-lobby-start-game-confirm-dialog-container-game-lobby-start-game-confirm-dialog-content-game-lobby-start-game-confirm-dialog-players-ready-stub></pages-game-lobby-game-lobby-footer-game-lobby-start-game-button-game-lobby-start-game-confirm-dialog-game-lobby-start-game-confirm-dialog-container-game-lobby-start-game-confirm-dialog-content-game-lobby-start-game-confirm-dialog-players-ready-stub> </transition-stub> </div>" ❯ tests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialogContainer/GameLobbyStartGameConfirmDialogContent/GameLobbyStartGameConfirmDialogContent.nuxt.spec.ts:34:28
tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts > Game Events Monitor Current Event Component > should match snapshot when rendered.: workspace/werewolves-assistant/werewolves-assistant-web-next/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts#L67
Error: Snapshot `Game Events Monitor Current Event Component > should match snapshot when rendered. 1` mismatched - Expected + Received "<div id="game-events-monitor-current-event-container" class="h-full"> <transition-stub mode="out-in" name="fade" appear="false" persisted="false" css="true"> - <game-starts-event-stub id="game-events-monitor-current-event" class="h-full" event="[object Object]"></game-starts-event-stub> + <pages-game-game-playing-game-events-monitor-game-events-monitor-current-event-game-starts-event-stub id="game-events-monitor-current-event" class="h-full" event="[object Object]"></pages-game-game-playing-game-events-monitor-game-events-monitor-current-event-game-starts-event-stub> </transition-stub> </div>" ❯ tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameEventsMonitorCurrentEvent.nuxt.spec.ts:67:28
tests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundContent.nuxt.spec.ts > Game Playground Content Component > should match snapshot when rendered.: workspace/werewolves-assistant/werewolves-assistant-web-next/tests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundContent.nuxt.spec.ts#L33
Error: Snapshot `Game Playground Content Component > should match snapshot when rendered. 1` mismatched - Expected + Received "<div id="game-playground-content"> - <game-target-playground-stub id="game-playground-type" class="h-full w-full"></game-target-playground-stub> + <pages-game-game-playing-game-playground-game-playground-content-game-target-playground-stub id="game-playground-type" class="h-full w-full"></pages-game-game-playing-game-playground-game-playground-content-game-target-playground-stub> </div>" ❯ tests/unit/specs/components/pages/game/GamePlaying/GamePlayground/GamePlaygroundContent/GamePlaygroundContent.nuxt.spec.ts:33:28
tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts > Game Turn Start Event Component > should match snapshot when rendered.: workspace/werewolves-assistant/werewolves-assistant-web-next/tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts#L54
Error: Snapshot `Game Turn Start Event Component > should match snapshot when rendered. 1` mismatched Expected: ""<game-survivors-turn-starts-event-stub id="game-turn-starts-event"></game-survivors-turn-starts-event-stub>"" Received: ""<pages-game-game-playing-game-events-monitor-game-events-monitor-current-event-game-turn-starts-event-game-survivors-turn-starts-event-stub id="game-turn-starts-event"></pages-game-game-playing-game-events-monitor-game-events-monitor-current-event-game-turn-starts-event-game-survivors-turn-starts-event-stub>"" ❯ tests/unit/specs/components/pages/game/GamePlaying/GameEventsMonitor/GameEventsMonitorCurrentEvent/GameTurnStartsEvent/GameTurnStartsEvent.nuxt.spec.ts:54:28
tests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialogContainer/GameLobbyStartGameConfirmDialogContent/GameLobbyStartGameConfirmDialogContent.nuxt.spec.ts > Game Lobby Start Game Confirm Dialog Content Component > should match snapshot when rendered.: workspace/werewolves-assistant/werewolves-assistant-web-next/tests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialogContainer/GameLobbyStartGameConfirmDialogContent/GameLobbyStartGameConfirmDialogContent.nuxt.spec.ts#L34
Error: Snapshot `Game Lobby Start Game Confirm Dialog Content Component > should match snapshot when rendered. 1` mismatched - Expected + Received "<div id="game-lobby-start-game-confirm-dialog-content-container"> <transition-stub mode="out-in" name="fade" appear="false" persisted="false" css="true"> - <game-lobby-start-game-confirm-dialog-players-ready-stub></game-lobby-start-game-confirm-dialog-players-ready-stub> + <pages-game-lobby-game-lobby-footer-game-lobby-start-game-button-game-lobby-start-game-confirm-dialog-game-lobby-start-game-confirm-dialog-container-game-lobby-start-game-confirm-dialog-content-game-lobby-start-game-confirm-dialog-players-ready-stub></pages-game-lobby-game-lobby-footer-game-lobby-start-game-button-game-lobby-start-game-confirm-dialog-game-lobby-start-game-confirm-dialog-container-game-lobby-start-game-confirm-dialog-content-game-lobby-start-game-confirm-dialog-players-ready-stub> </transition-stub> </div>" ❯ tests/unit/specs/components/pages/game-lobby/GameLobbyFooter/GameLobbyStartGameButton/GameLobbyStartGameConfirmDialog/GameLobbyStartGameConfirmDialogContainer/GameLobbyStartGameConfirmDialogContent/GameLobbyStartGameConfirmDialogContent.nuxt.spec.ts:34:28
test-ecosystem (werewolves-assistant)
Process completed with exit code 1.