run phoenix integration tests #8932
ci.yml
on: pull_request
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
452 passed (3.8m)
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
e2e-test-results
Expired
|
4.41 MB |
sha256:277beea588e2ab564b8f4bd931282b8ee6844bdf15317ba452dd50d20f083a5a
|
|
js-unit-coverage
Expired
|
854 KB |
sha256:221dca2dfca62a38e74e6ec2b432e49fd11f1d8e6459342d50fc0335b7bbd477
|
|
mix-e2e-coverage
Expired
|
107 KB |
sha256:2e93cb305109757bf6af9c858fc73e4952153e6d8c20a5e1b2ce41c2bce9a8fe
|
|
mix-test-coverage-25.3-1.15.4
Expired
|
156 KB |
sha256:31e13cd815d63e6eab85bc1ca25f722690640f91773ba64b5e13e2497c2ef784
|
|
mix-test-coverage-26.2-1.16.3
Expired
|
154 KB |
sha256:d5c6c94003034a4c1f21d18d55909ff35e5b0a6434e6b960e7540becc62220c1
|
|
mix-test-coverage-27.3-1.18.4
Expired
|
103 KB |
sha256:d09ee09109f7e374beac45e2139707f694ddcb108c088ff09713e9170c4a91c8
|
|
mix-test-coverage-maint-28-main-otp-28
Expired
|
103 KB |
sha256:41d0313319e0f8b848ca421b6a169a441e095345c5c13ea82438074809c2d73f
|
|
overall-coverage
Expired
|
1.56 MB |
sha256:7614a72342e766877f582def6012668d84f56a14b7ddd65ab7151f49e6259ae3
|
|
playwright-report
Expired
|
1.16 MB |
sha256:b18984c92633206b330f0aafec01f8f7f331949da340f23c46568479fe4a9943
|
|