feat(client): add markdown content hooks #559
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)
|