release v1.1.8 #8798
ci.yml
on: push
Matrix: e2e test
Matrix: mix_test
Matrix: npm test
Matrix: coverage report
Annotations
1 error, 10 warnings, and 1 notice
|
[webkit] › tests/navigation.spec.js:26:1 › can navigate between LiveViews in the same live session over websocket:
test/e2e/tests/navigation.spec.js#L78
1) [webkit] › tests/navigation.spec.js:26:1 › can navigate between LiveViews in the same live session over websocket
Error: expect(received).toEqual(expected) // deep equality
Expected: ArrayContaining [{"payload": StringContaining "phx_leave", "type": "sent"}, {"payload": StringContaining "phx_join", "type": "sent"}, {"payload": StringContaining "phx_close", "type": "received"}, {"payload": StringContaining "phx_reply", "type": "received"}, {"payload": StringContaining "phx_reply", "type": "received"}]
Received: [[Object], [Object], [Object]]
76 | expect(networkEvents).toEqual([]);
77 | // we don't assert the order of the events here, because they are not deterministic
> 78 | expect(webSocketEvents).toEqual(
| ^
79 | expect.arrayContaining([
80 | { type: "sent", payload: expect.stringContaining("phx_leave") },
81 | { type: "sent", payload: expect.stringContaining("phx_join") },
at /__w/phoenix_live_view/phoenix_live_view/test/e2e/tests/navigation.spec.js:78:27
|
|
npm test (1.18.4, 27.3):
test/e2e/tests/issues/3083.spec.js#L29
Unexpected use of page.waitForTimeout()
|
|
npm test (1.18.4, 27.3):
test/e2e/tests/forms.spec.js#L134
Avoid calling `expect` conditionally`
|
|
npm test (1.18.4, 27.3):
test/e2e/tests/forms.spec.js#L133
Avoid having conditionals in tests
|
|
npm test (1.18.4, 27.3):
test/e2e/tests/errors.spec.js#L147
Unexpected use of page.waitForTimeout()
|
|
npm test (1.18.4, 27.3):
test/e2e/tests/errors.spec.js#L118
Unexpected use of page.waitForTimeout()
|
|
npm test (1.18.4, 27.3):
test/e2e/tests/errors.spec.js#L67
Unexpected use of page.waitForTimeout()
|
|
npm test (1.18.4, 27.3):
test/e2e/tests/components.spec.js#L77
Unexpected use of the `.skip()` annotation
|
|
npm test (1.18.4, 27.3):
test/e2e/tests/components.spec.js#L76
Avoid having conditionals in tests
|
|
npm test (1.18.4, 27.3):
test/e2e/tests/components.spec.js#L36
Unexpected use of the `.skip()` annotation
|
|
npm test (1.18.4, 27.3):
test/e2e/tests/components.spec.js#L35
Avoid having conditionals in tests
|
|
🎭 Playwright Run Summary
1 flaky
[webkit] › tests/navigation.spec.js:26:1 › can navigate between LiveViews in the same live session over websocket
3 skipped
434 passed (3.7m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
e2e-test-results
Expired
|
4.27 MB |
sha256:9ce69c8cf0218f51e43b9ef38a0727c293caac98ae0c5884b595ee8787f27687
|
|
|
js-unit-coverage
Expired
|
852 KB |
sha256:a6baf685d141196e0fc7e10af8fd9b0a2d330450e66e5afe0076b773fad2831c
|
|
|
mix-e2e-coverage
Expired
|
105 KB |
sha256:115be52875c6fe4fa3c4558dd39993050fef042d5fc9ab5425c6def92667f34a
|
|
|
mix-test-coverage-25.3-1.15.4
Expired
|
156 KB |
sha256:a8a47def149a374d4426119720ae832aa2567da194dd296c7e8481652998ca41
|
|
|
mix-test-coverage-26.2-1.16.3
Expired
|
153 KB |
sha256:16508de4f1cf8bb22953952853d895efa498102400033700bd453612020e2a0b
|
|
|
mix-test-coverage-27.3-1.18.4
Expired
|
103 KB |
sha256:b767676e9a5429b8207835bf7514ac0419eddfba2e5e091fa785e5d4e037bab2
|
|
|
mix-test-coverage-maint-28-main-otp-28
Expired
|
103 KB |
sha256:325c2ab25e19eddf107654dafa777b3b648a93edd6fd03a51c8b5547a580f987
|
|
|
overall-coverage
Expired
|
1.55 MB |
sha256:e677b8412d303393a7f174c543a3796a49a56251f8afd1dc7f2ff87717fe15ca
|
|
|
playwright-report
Expired
|
1.13 MB |
sha256:0ab40f56c17475c6ae5baede9e49d0f7e8b377f974ade41885f736945bf345fc
|
|