Skip to content

Lobby improvements

Lobby improvements #14

Triggered via pull request May 17, 2025 05:54
Status Failure
Total duration 50s
Artifacts

ci.yml

on: pull_request
Build and Test
45s
Build and Test
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Build and Test: apps/lora_web/test/lora_web/auth_test.exs#L56
test auth flow failed authentication redirects to lobby with error (LoraWeb.AuthTest)
Build and Test: apps/lora_web/test/lora_web/auth_test.exs#L97
test authentication guards RequireAuth redirects unauthenticated users to login (LoraWeb.AuthTest)
Build and Test: apps/lora_web/test/lora_web/auth_test.exs#L107
test authentication guards authenticated users can access protected routes (LoraWeb.AuthTest)
Build and Test: apps/lora_web/test/lora_web/auth_test.exs#L35
test auth flow successful authentication redirects to the requested route (LoraWeb.AuthTest)
Build and Test: apps/lora_web/test/lora_web/live/game_live_test.exs#L5
test displays warning when player info is missing (LoraWeb.GameLiveTest)
Build and Test: apps/lora_web/test/lora_web/live/lobby_live_test.exs#L23
test join game - shows error with empty player name (LoraWeb.LobbyLiveTest)
Build and Test: apps/lora_web/test/lora_web/live/lobby_live_test.exs#L10
test create game - shows error with empty player name (LoraWeb.LobbyLiveTest)
Build and Test: apps/lora_web/test/lora_web/live/lobby_live_test.exs#L38
test join game - shows error with empty game ID (LoraWeb.LobbyLiveTest)
Build and Test: apps/lora_web/test/lora_web/live/lobby_live_test.exs#L4
test renders lobby form (LoraWeb.LobbyLiveTest)
Build and Test: apps/lora_web/test/lora_web/controllers/page_controller_test.exs#L4
test GET / (LoraWeb.PageControllerTest)