Skip to content

e2e tests

e2e tests #484

Triggered via pull request October 3, 2024 19:52
Status Failure
Total duration 2m 50s
Artifacts

ci.yml

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

Annotations

4 errors and 2 warnings
test: OTP 27 | Elixir 1.17 | Phoenix ~> 1.7 | LiveView ~> 0.20
Process completed with exit code 1.
test: OTP 25.1 | Elixir 1.14.0 | Phoenix 1.7.0 | LiveView 0.20.2
Process completed with exit code 1.
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