Skip to content

feat(client): add markdown content hooks #559

feat(client): add markdown content hooks

feat(client): add markdown content hooks #559

Triggered via pull request December 6, 2024 06:51
Status Success
Total duration 7m 27s
Artifacts

e2e.yml

on: pull_request
Matrix: e2e
e2e result
0s
e2e result
Fit to window
Zoom out
Zoom in

Annotations

3 errors, 7 warnings, and 72 notices
[chromium] β€Ί router\navigate-by-router.spec.ts:20:1 β€Ί should preserve query: e2e\tests\router\navigate-by-router.spec.ts#L22
1) [chromium] β€Ί router\navigate-by-router.spec.ts:20:1 β€Ί should preserve query ─────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveURL(expected) Locator: locator(':root') Expected string: "http://127.0.0.1:9080/e2e/?home=true" Received string: "http://127.0.0.1:9080/e2e/router/navigate-by-router.html" Call log: - expect.toHaveURL with timeout 5000ms - waiting for locator(':root') - locator resolved to <html lang="en-US">…</html> - unexpected value "http://127.0.0.1:9080/e2e/router/navigate-by-router.html" - locator resolved to <html lang="en-US">…</html> - unexpected value "http://127.0.0.1:9080/e2e/router/navigate-by-router.html" - locator resolved to <html lang="en-US">…</html> - unexpected value "http://127.0.0.1:9080/e2e/router/navigate-by-router.html" - locator resolved to <html lang="en-US">…</html> - unexpected value "http://127.0.0.1:9080/e2e/router/navigate-by-router.html" - locator resolved to <html lang="en-US">…</html> - unexpected value "http://127.0.0.1:9080/e2e/router/navigate-by-router.html" - locator resolved to <html lang="en-US">…</html> - unexpected value "http://127.0.0.1:9080/e2e/router/navigate-by-router.html" - locator resolved to <html lang="en-US">…</html> - unexpected value "http://127.0.0.1:9080/e2e/router/navigate-by-router.html" - locator resolved to <html lang="en-US">…</html> - unexpected value "http://127.0.0.1:9080/e2e/router/navigate-by-router.html" - locator resolved to <html lang="en-US">…</html> - unexpected value "http://127.0.0.1:9080/e2e/router/navigate-by-router.html" 20 | test('should preserve query', async ({ page }) => { 21 | await page.locator('#home-with-query').click() > 22 | await expect(page).toHaveURL(`${BASE}?home=true`) | ^ 23 | await expect(page.locator('#home-h2')).toHaveText('Home H2') 24 | }) 25 | at D:\a\core\core\e2e\tests\router\navigate-by-router.spec.ts:22:22
[chromium] β€Ί imports/conditional-exports.spec.ts:4:1 β€Ί should load different files correctly: e2e/tests/imports/conditional-exports.spec.ts#L7
1) [chromium] β€Ί imports/conditional-exports.spec.ts:4:1 β€Ί should load different files correctly ── Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: locator('.e2e-theme-content p') Expected string: "browser-mjs" Received: <element(s) not found> Call log: - expect.toHaveText with timeout 5000ms - waiting for locator('.e2e-theme-content p') 5 | await page.goto('imports/conditional-exports.html') 6 | > 7 | await expect(page.locator('.e2e-theme-content p')).toHaveText('browser-mjs') | ^ 8 | 9 | if (COMMAND === 'build') { 10 | expect( at /Users/runner/work/core/core/e2e/tests/imports/conditional-exports.spec.ts:7:54
[chromium] β€Ί router\navigate-by-router.spec.ts:26:1 β€Ί should preserve query and hash: e2e\tests\router\navigate-by-router.spec.ts#L28
1) [chromium] β€Ί router\navigate-by-router.spec.ts:26:1 β€Ί should preserve query and hash ────────── Error: Timed out 5000ms waiting for expect(locator).toHaveURL(expected) Locator: locator(':root') Expected string: "http://127.0.0.1:9080/e2e/?home=true#home" Received string: "http://127.0.0.1:9080/e2e/router/navigate-by-router.html" Call log: - expect.toHaveURL with timeout 5000ms - waiting for locator(':root') - locator resolved to <html lang="en-US">…</html> - unexpected value "http://127.0.0.1:9080/e2e/router/navigate-by-router.html" - locator resolved to <html lang="en-US">…</html> - unexpected value "http://127.0.0.1:9080/e2e/router/navigate-by-router.html" - locator resolved to <html lang="en-US">…</html> - unexpected value "http://127.0.0.1:9080/e2e/router/navigate-by-router.html" - locator resolved to <html lang="en-US">…</html> - unexpected value "http://127.0.0.1:9080/e2e/router/navigate-by-router.html" - locator resolved to <html lang="en-US">…</html> - unexpected value "http://127.0.0.1:9080/e2e/router/navigate-by-router.html" - locator resolved to <html lang="en-US">…</html> - unexpected value "http://127.0.0.1:9080/e2e/router/navigate-by-router.html" - locator resolved to <html lang="en-US">…</html> - unexpected value "http://127.0.0.1:9080/e2e/router/navigate-by-router.html" - locator resolved to <html lang="en-US">…</html> - unexpected value "http://127.0.0.1:9080/e2e/router/navigate-by-router.html" - locator resolved to <html lang="en-US">…</html> - unexpected value "http://127.0.0.1:9080/e2e/router/navigate-by-router.html" 26 | test('should preserve query and hash', async ({ page }) => { 27 | await page.locator('#home-with-query-and-hash').click() > 28 | await expect(page).toHaveURL(`${BASE}?home=true#home`) | ^ 29 | await expect(page.locator('#home-h2')).toHaveText('Home H2') 30 | }) 31 | at D:\a\core\core\e2e\tests\router\navigate-by-router.spec.ts:28:22
e2e (ubuntu-latest, 22, vite)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
e2e (ubuntu-latest, 20, vite)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
e2e (ubuntu-latest, 18, vite)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
e2e (ubuntu-latest, 20, webpack)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
e2e (ubuntu-latest, 22, webpack)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
e2e (ubuntu-latest, 18, webpack)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
e2e result
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
🎭 Playwright Run Summary
71 passed (26.0s)
🎭 Playwright Run Summary
67 passed (15.9s)
🎭 Playwright Run Summary
71 passed (26.6s)
🎭 Playwright Run Summary
67 passed (16.6s)
🎭 Playwright Run Summary
71 passed (25.1s)
🎭 Playwright Run Summary
67 passed (16.8s)
🎭 Playwright Run Summary
71 passed (24.5s)
🎭 Playwright Run Summary
67 passed (17.0s)
🎭 Playwright Run Summary
71 passed (24.1s)
🎭 Playwright Run Summary
67 passed (16.9s)
🎭 Playwright Run Summary
71 passed (25.7s)
🎭 Playwright Run Summary
67 passed (16.8s)
🎭 Playwright Run Summary
71 passed (24.7s)
🎭 Playwright Run Summary
67 passed (18.4s)
🎭 Playwright Run Summary
71 passed (24.8s)
🎭 Playwright Run Summary
67 passed (17.4s)
🎭 Playwright Run Summary
71 passed (28.8s)
🎭 Playwright Run Summary
67 passed (19.7s)
🎭 Playwright Run Summary
71 passed (30.7s)
🎭 Playwright Run Summary
67 passed (21.3s)
🎭 Playwright Run Summary
71 passed (34.3s)
🎭 Playwright Run Summary
67 passed (23.9s)
🎭 Playwright Run Summary
71 passed (35.5s)
🎭 Playwright Run Summary
67 passed (24.9s)
🎭 Playwright Run Summary
71 passed (36.1s)
🎭 Playwright Run Summary
67 passed (26.1s)
🎭 Playwright Run Summary
71 passed (37.0s)
🎭 Playwright Run Summary
67 passed (25.9s)
🎭 Playwright Run Summary
71 passed (37.1s)
🎭 Playwright Run Summary
67 passed (26.9s)
🎭 Playwright Run Summary
71 passed (37.0s)
🎭 Playwright Run Summary
67 passed (27.1s)
🎭 Playwright Run Summary
71 passed (26.0s)
🎭 Playwright Run Summary
67 passed (16.6s)
🎭 Playwright Run Summary
71 passed (26.8s)
🎭 Playwright Run Summary
67 passed (17.0s)
🎭 Playwright Run Summary
71 passed (30.4s)
🎭 Playwright Run Summary
67 passed (20.4s)
🎭 Playwright Run Summary
71 passed (27.9s)
🎭 Playwright Run Summary
67 passed (20.0s)
🎭 Playwright Run Summary
71 passed (31.0s)
🎭 Playwright Run Summary
1 flaky [chromium] β€Ί router\navigate-by-router.spec.ts:20:1 β€Ί should preserve query ──────────────────── 66 passed (24.8s)
🎭 Playwright Run Summary
71 passed (37.7s)
🎭 Playwright Run Summary
67 passed (23.3s)
🎭 Playwright Run Summary
71 passed (27.0s)
🎭 Playwright Run Summary
67 passed (18.0s)
🎭 Playwright Run Summary
1 flaky [chromium] β€Ί imports/conditional-exports.spec.ts:4:1 β€Ί should load different files correctly ─── 70 passed (35.8s)
🎭 Playwright Run Summary
67 passed (18.7s)
🎭 Playwright Run Summary
71 passed (46.9s)
🎭 Playwright Run Summary
67 passed (36.4s)
🎭 Playwright Run Summary
71 passed (45.9s)
🎭 Playwright Run Summary
67 passed (36.4s)
🎭 Playwright Run Summary
71 passed (26.9s)
🎭 Playwright Run Summary
67 passed (19.7s)
🎭 Playwright Run Summary
71 passed (30.7s)
🎭 Playwright Run Summary
67 passed (20.0s)
🎭 Playwright Run Summary
71 passed (48.5s)
🎭 Playwright Run Summary
67 passed (37.9s)
🎭 Playwright Run Summary
71 passed (59.3s)
🎭 Playwright Run Summary
67 passed (39.9s)
🎭 Playwright Run Summary
71 passed (38.8s)
🎭 Playwright Run Summary
67 passed (23.8s)
🎭 Playwright Run Summary
71 passed (31.5s)
🎭 Playwright Run Summary
67 passed (23.1s)
🎭 Playwright Run Summary
71 passed (38.6s)
🎭 Playwright Run Summary
67 passed (23.1s)
🎭 Playwright Run Summary
71 passed (31.7s)
🎭 Playwright Run Summary
1 flaky [chromium] β€Ί router\navigate-by-router.spec.ts:26:1 β€Ί should preserve query and hash ─────────── 66 passed (25.1s)
🎭 Playwright Run Summary
71 passed (48.5s)
🎭 Playwright Run Summary
67 passed (36.4s)
🎭 Playwright Run Summary
71 passed (57.2s)
🎭 Playwright Run Summary
67 passed (37.6s)