Skip to content

e2e tests

e2e tests #487

Triggered via pull request October 3, 2024 20:23
Status Failure
Total duration 2m 57s
Artifacts

ci.yml

on: pull_request
Matrix: e2e-test
Matrix: quality
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
e2e-test: OTP 27 | Elixir 1.17 | Phoenix ~> 1.7 | LiveView ~> 0.20
Error: Process from config.webServer was not able to start. Exit code: 1
e2e-test: OTP 27 | Elixir 1.17 | Phoenix ~> 1.7 | LiveView ~> 0.20
Process completed with exit code 1.
e2e-test: OTP 27 | Elixir 1.17 | Phoenix ~> 1.7 | LiveView ~> 0.20
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
e2e-test: OTP 27 | Elixir 1.17 | Phoenix ~> 1.7 | LiveView ~> 0.20
1..-1 has a default step of -1, please write 1..-1//-1 instead