Skip to content

fix(cli): fix dev pages watcher (#1662) #706

fix(cli): fix dev pages watcher (#1662)

fix(cli): fix dev pages watcher (#1662) #706

Triggered via push October 14, 2025 12:59
Status Success
Total duration 7m 41s
Artifacts

e2e.yml

on: push
Matrix: e2e
e2e result
2s
e2e result
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 72 notices
[chromium] β€Ί tests/hooks/alias/dir.spec.ts:3:1 β€Ί should apply alias to subpath: e2e/tests/hooks/alias/dir.spec.ts#L5
2) [chromium] β€Ί tests/hooks/alias/dir.spec.ts:3:1 β€Ί should apply alias to subpath ──────────────── Error: expect(locator).toHaveText(expected) failed Locator: locator('#result') Expected: "dir1 > c" Timeout: 5000ms Error: element(s) not found Call log: - Expect "toHaveText" with timeout 5000ms - waiting for locator('#result') 3 | test('should apply alias to subpath', async ({ page }) => { 4 | await page.goto('hooks/alias/dir.html') > 5 | await expect(page.locator('#result')).toHaveText('dir1 > c') | ^ 6 | }) 7 | at /Users/runner/work/core/core/e2e/tests/hooks/alias/dir.spec.ts:5:41
[chromium] β€Ί tests/hmr.spec.ts:79:3 β€Ί should update title correctly: e2e/tests/hmr.spec.ts#L87
1) [chromium] β€Ί tests/hmr.spec.ts:79:3 β€Ί should update title correctly ─────────────────────────── Error: expect(page).toHaveTitle(expected) failed Expected pattern: /HMR Title/ Received string: "" Timeout: 5000ms Call log: - Expect "toHaveTitle" with timeout 5000ms 9 Γ— unexpected value "" 85 | await page.goto('hmr/title.html') 86 | > 87 | await expect(page).toHaveTitle(/HMR Title/) | ^ 88 | await expect(titleLocator).toHaveText('HMR Title') 89 | await expect(renderedTitleLocator).toHaveText('HMR Title') 90 | await hmrUpdateTitle() at /Users/runner/work/core/core/e2e/tests/hmr.spec.ts:87:24
[chromium] β€Ί tests/hooks/alias/dir.spec.ts:3:1 β€Ί should apply alias to subpath: e2e/tests/hooks/alias/dir.spec.ts#L5
2) [chromium] β€Ί tests/hooks/alias/dir.spec.ts:3:1 β€Ί should apply alias to subpath ──────────────── Error: expect(locator).toHaveText(expected) failed Locator: locator('#result') Expected: "dir1 > c" Timeout: 5000ms Error: element(s) not found Call log: - Expect "toHaveText" with timeout 5000ms - waiting for locator('#result') 3 | test('should apply alias to subpath', async ({ page }) => { 4 | await page.goto('hooks/alias/dir.html') > 5 | await expect(page.locator('#result')).toHaveText('dir1 > c') | ^ 6 | }) 7 | at /Users/runner/work/core/core/e2e/tests/hooks/alias/dir.spec.ts:5:41
[chromium] β€Ί tests/hmr.spec.ts:67:3 β€Ί should update frontmatter correctly: e2e/tests/hmr.spec.ts#L74
1) [chromium] β€Ί tests/hmr.spec.ts:67:3 β€Ί should update frontmatter correctly ───────────────────── Error: expect(locator).toHaveText(expected) failed Locator: locator('.e2e-theme-content #rendered-foo + p') Expected: "HMR foo" Timeout: 5000ms Error: element(s) not found Call log: - Expect "toHaveText" with timeout 5000ms - waiting for locator('.e2e-theme-content #rendered-foo + p') 72 | await page.goto('hmr/frontmatter.html') 73 | > 74 | await expect(frontmatterLocator).toHaveText('HMR foo') | ^ 75 | await hmrUpdateFrontmatter() 76 | await expect(frontmatterLocator).toHaveText('Updated foo') 77 | }) at /Users/runner/work/core/core/e2e/tests/hmr.spec.ts:74:38
[chromium] β€Ί tests/hmr.spec.ts:96:3 β€Ί should update content and frontmatter and title correctly after navigation: e2e/tests/hmr.spec.ts#L122
2) [chromium] β€Ί tests/hmr.spec.ts:96:3 β€Ί should update content and frontmatter and title correctly after navigation Error: expect(page).toHaveTitle(expected) failed Expected pattern: /HMR Title/ Received string: "VuePress E2E" Timeout: 5000ms Call log: - Expect "toHaveTitle" with timeout 5000ms 2 Γ— unexpected value "" 7 Γ— unexpected value "VuePress E2E" 120 | // start from title page 121 | await page.goto('hmr/title.html') > 122 | await expect(page).toHaveTitle(/HMR Title/) | ^ 123 | await expect(titleLocator).toHaveText('HMR Title') 124 | await expect(renderedTitleLocator).toHaveText('HMR Title') 125 | at /Users/runner/work/core/core/e2e/tests/hmr.spec.ts:122:24
[chromium] β€Ί tests/composables/on-content-updated.spec.ts:40:1 β€Ί should call content hook on beforeUnmount: e2e/tests/composables/on-content-updated.spec.ts#L47
1) [chromium] β€Ί tests/composables/on-content-updated.spec.ts:40:1 β€Ί should call content hook on beforeUnmount Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('.e2e-theme-nav ul > li > a').first() 45 | ) 46 | > 47 | await page.locator('.e2e-theme-nav ul > li > a').nth(0).click() | ^ 48 | 49 | await expect(beforeUnmountLocator).toHaveText('beforeUnmount: /') 50 | }) at /Users/runner/work/core/core/e2e/tests/composables/on-content-updated.spec.ts:47:59
[chromium] β€Ί tests/composables/on-content-updated.spec.ts:40:1 β€Ί should call content hook on beforeUnmount: e2e/tests/composables/on-content-updated.spec.ts#L0
1) [chromium] β€Ί tests/composables/on-content-updated.spec.ts:40:1 β€Ί should call content hook on beforeUnmount Test timeout of 30000ms exceeded.
[chromium] β€Ί tests/hooks/alias/dir.spec.ts:3:1 β€Ί should apply alias to subpath: e2e/tests/hooks/alias/dir.spec.ts#L5
1) [chromium] β€Ί tests/hooks/alias/dir.spec.ts:3:1 β€Ί should apply alias to subpath ──────────────── Error: expect(locator).toHaveText(expected) failed Locator: locator('#result') Expected: "dir1 > c" Timeout: 5000ms Error: element(s) not found Call log: - Expect "toHaveText" with timeout 5000ms - waiting for locator('#result') 3 | test('should apply alias to subpath', async ({ page }) => { 4 | await page.goto('hooks/alias/dir.html') > 5 | await expect(page.locator('#result')).toHaveText('dir1 > c') | ^ 6 | }) 7 | at /Users/runner/work/core/core/e2e/tests/hooks/alias/dir.spec.ts:5:41
🎭 Playwright Run Summary
71 passed (15.0s)
🎭 Playwright Run Summary
75 passed (25.0s)
🎭 Playwright Run Summary
71 passed (14.6s)
🎭 Playwright Run Summary
75 passed (25.7s)
🎭 Playwright Run Summary
71 passed (14.9s)
🎭 Playwright Run Summary
75 passed (25.7s)
🎭 Playwright Run Summary
71 passed (15.0s)
🎭 Playwright Run Summary
75 passed (26.8s)
🎭 Playwright Run Summary
71 passed (16.2s)
🎭 Playwright Run Summary
75 passed (25.3s)
🎭 Playwright Run Summary
71 passed (16.3s)
🎭 Playwright Run Summary
75 passed (26.5s)
🎭 Playwright Run Summary
71 passed (21.2s)
🎭 Playwright Run Summary
76 passed (31.2s)
🎭 Playwright Run Summary
71 passed (21.8s)
🎭 Playwright Run Summary
76 passed (32.4s)
🎭 Playwright Run Summary
71 passed (24.5s)
🎭 Playwright Run Summary
76 passed (33.6s)
🎭 Playwright Run Summary
71 passed (24.6s)
🎭 Playwright Run Summary
76 passed (35.0s)
🎭 Playwright Run Summary
71 passed (25.9s)
🎭 Playwright Run Summary
76 passed (35.3s)
🎭 Playwright Run Summary
71 passed (25.8s)
🎭 Playwright Run Summary
76 passed (34.1s)
🎭 Playwright Run Summary
71 passed (31.5s)
🎭 Playwright Run Summary
76 passed (37.3s)
🎭 Playwright Run Summary
71 passed (29.2s)
🎭 Playwright Run Summary
76 passed (32.9s)
🎭 Playwright Run Summary
71 passed (21.7s)
🎭 Playwright Run Summary
75 passed (36.5s)
🎭 Playwright Run Summary
71 passed (23.1s)
🎭 Playwright Run Summary
75 passed (33.4s)
🎭 Playwright Run Summary
71 passed (23.7s)
🎭 Playwright Run Summary
75 passed (34.6s)
🎭 Playwright Run Summary
71 passed (26.8s)
🎭 Playwright Run Summary
75 passed (38.5s)
🎭 Playwright Run Summary
71 passed (21.7s)
🎭 Playwright Run Summary
75 passed (28.3s)
🎭 Playwright Run Summary
71 passed (22.4s)
🎭 Playwright Run Summary
2 flaky [chromium] β€Ί tests/hmr.spec.ts:79:3 β€Ί should update title correctly ──────────────────────────── [chromium] β€Ί tests/hooks/alias/dir.spec.ts:3:1 β€Ί should apply alias to subpath ───────────────── 73 passed (41.7s)
🎭 Playwright Run Summary
71 passed (27.2s)
🎭 Playwright Run Summary
75 passed (31.9s)
🎭 Playwright Run Summary
71 passed (30.3s)
🎭 Playwright Run Summary
2 flaky [chromium] β€Ί tests/hmr.spec.ts:67:3 β€Ί should update frontmatter correctly ────────────────────── [chromium] β€Ί tests/hooks/alias/dir.spec.ts:3:1 β€Ί should apply alias to subpath ───────────────── 73 passed (41.8s)
🎭 Playwright Run Summary
71 passed (29.2s)
🎭 Playwright Run Summary
76 passed (40.4s)
🎭 Playwright Run Summary
71 passed (36.0s)
🎭 Playwright Run Summary
76 passed (49.7s)
🎭 Playwright Run Summary
71 passed (35.3s)
🎭 Playwright Run Summary
76 passed (41.8s)
🎭 Playwright Run Summary
71 passed (35.0s)
🎭 Playwright Run Summary
76 passed (50.7s)
🎭 Playwright Run Summary
71 passed (25.9s)
🎭 Playwright Run Summary
75 passed (32.6s)
🎭 Playwright Run Summary
71 passed (24.8s)
🎭 Playwright Run Summary
75 passed (44.4s)
🎭 Playwright Run Summary
71 passed (40.9s)
🎭 Playwright Run Summary
76 passed (47.7s)
🎭 Playwright Run Summary
71 passed (40.5s)
🎭 Playwright Run Summary
76 passed (51.9s)
🎭 Playwright Run Summary
71 passed (39.7s)
🎭 Playwright Run Summary
76 passed (49.9s)
🎭 Playwright Run Summary
71 passed (39.1s)
🎭 Playwright Run Summary
76 passed (49.0s)
🎭 Playwright Run Summary
71 passed (29.0s)
🎭 Playwright Run Summary
2 flaky [chromium] β€Ί tests/composables/on-content-updated.spec.ts:40:1 β€Ί should call content hook on beforeUnmount [chromium] β€Ί tests/hmr.spec.ts:96:3 β€Ί should update content and frontmatter and title correctly after navigation 73 passed (1.2m)
🎭 Playwright Run Summary
71 passed (28.9s)
🎭 Playwright Run Summary
1 flaky [chromium] β€Ί tests/hooks/alias/dir.spec.ts:3:1 β€Ί should apply alias to subpath ───────────────── 74 passed (46.9s)
🎭 Playwright Run Summary
71 passed (25.0s)
🎭 Playwright Run Summary
76 passed (29.2s)
🎭 Playwright Run Summary
71 passed (25.7s)
🎭 Playwright Run Summary
76 passed (31.5s)