use templates for portals #7188
ci.yml
on: push
Matrix: e2e test
Matrix: mix_test
Matrix: npm test
coverage report
0s
Annotations
6 errors, 11 warnings, and 1 notice
npm test (1.17.2, 27)
Process completed with exit code 1.
|
mix test (OTP 27 | Elixir 1.17.2)
Process completed with exit code 1.
|
mix test (OTP 26.2 | Elixir 1.16.3)
The job was canceled because "_1_17_2_27_lint" failed.
|
mix test (OTP maint-27 | Elixir main)
The job was canceled because "_1_17_2_27_lint" failed.
|
[webkit] › tests/navigation.spec.js:216:1 › scrolls hash el into view after live navigation (issue #3452):
test/e2e/tests/navigation.spec.js#L224
1) [webkit] › tests/navigation.spec.js:216:1 › scrolls hash el into view after live navigation (issue #3452)
Error: expect(received).not.toBe(expected) // Object.is equality
Expected: not 0
222 | let scrollTop = await page.evaluate(() => document.documentElement.scrollTop)
223 | const offset = (await page.locator("#items-item-42").evaluate((el) => el.offsetTop)) - 200
> 224 | expect(scrollTop).not.toBe(0)
| ^
225 | expect(scrollTop).toBeGreaterThanOrEqual(offset - 500)
226 | expect(scrollTop).toBeLessThanOrEqual(offset + 500)
227 | })
at /__w/phoenix_live_view/phoenix_live_view/test/e2e/tests/navigation.spec.js:224:25
|
[webkit] › tests/navigation.spec.js:216:1 › scrolls hash el into view after live navigation (issue #3452):
test/e2e/tests/navigation.spec.js#L224
1) [webkit] › tests/navigation.spec.js:216:1 › scrolls hash el into view after live navigation (issue #3452)
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).not.toBe(expected) // Object.is equality
Expected: not 0
222 | let scrollTop = await page.evaluate(() => document.documentElement.scrollTop)
223 | const offset = (await page.locator("#items-item-42").evaluate((el) => el.offsetTop)) - 200
> 224 | expect(scrollTop).not.toBe(0)
| ^
225 | expect(scrollTop).toBeGreaterThanOrEqual(offset - 500)
226 | expect(scrollTop).toBeLessThanOrEqual(offset + 500)
227 | })
at /__w/phoenix_live_view/phoenix_live_view/test/e2e/tests/navigation.spec.js:224:25
|
npm test (1.17.2, 27)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
mix test (OTP 25.3 | Elixir 1.15.4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
mix test (OTP 24.3 | Elixir 1.14.5)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
mix test (OTP 27 | Elixir 1.17.2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
mix test (OTP 27 | Elixir 1.17.2)
No files were found with the provided path: cover/default.coverdata. No artifacts will be uploaded.
|
e2e test (1.17.2, 27)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Slow Test:
test/e2e/[webkit] › tests/streams.spec.js#L1
test/e2e/[webkit] › tests/streams.spec.js took 32.7s
|
Slow Test:
test/e2e/[webkit] › tests/forms.spec.js#L1
test/e2e/[webkit] › tests/forms.spec.js took 30.7s
|
Slow Test:
test/e2e/[firefox] › tests/forms.spec.js#L1
test/e2e/[firefox] › tests/forms.spec.js took 25.0s
|
Slow Test:
test/e2e/[firefox] › tests/streams.spec.js#L1
test/e2e/[firefox] › tests/streams.spec.js took 21.5s
|
Slow Test:
test/e2e/[chromium] › tests/forms.spec.js#L1
test/e2e/[chromium] › tests/forms.spec.js took 16.6s
|
🎭 Playwright Run Summary
1 flaky
[webkit] › tests/navigation.spec.js:216:1 › scrolls hash el into view after live navigation (issue #3452)
302 passed (2.8m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
e2e-test-results
|
3.5 MB |
|
js-unit-coverage
|
760 KB |
|
mix-e2e-coverage
|
87.2 KB |
|
mix-test-coverage-24.3-1.14.5
|
140 KB |
|
mix-test-coverage-25.3-1.15.4
|
140 KB |
|
mix-test-coverage-26.2-1.16.3
|
138 KB |
|
mix-test-coverage-maint-27-main
|
85.9 KB |
|
playwright-report
|
1.07 MB |
|