Skip to content

build: publish v2.0.0-rc.26 #707

build: publish v2.0.0-rc.26

build: publish v2.0.0-rc.26 #707

Triggered via push October 14, 2025 13:09
Status Success
Total duration 6m 36s
Artifacts

e2e.yml

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

Annotations

11 errors and 72 notices
[chromium] β€Ί tests/hmr.spec.ts:96:3 β€Ί should update content and frontmatter and title correctly after navigation: e2e/tests/hmr.spec.ts#L128
4) [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: /Updated Title/ Received string: "VuePress E2E" Timeout: 5000ms Call log: - Expect "toHaveTitle" with timeout 5000ms 2 Γ— unexpected value "HMR Title | VuePress E2E" 7 Γ— unexpected value "VuePress E2E" 126 | // update title page 127 | await hmrUpdateTitle() > 128 | await expect(page).toHaveTitle(/Updated Title/) | ^ 129 | await expect(titleLocator).toHaveText('Updated Title') 130 | await expect(renderedTitleLocator).toHaveText('Updated Title') 131 | at /Users/runner/work/core/core/e2e/tests/hmr.spec.ts:128:24
[chromium] β€Ί tests/hmr.spec.ts:67:3 β€Ί should update frontmatter correctly: e2e/tests/hmr.spec.ts#L74
3) [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:57:3 β€Ί should update content correctly: e2e/tests/hmr.spec.ts#L62
2) [chromium] β€Ί tests/hmr.spec.ts:57:3 β€Ί should update content correctly ───────────────────────── Error: expect(locator).toHaveText(expected) failed Locator: locator('.e2e-theme-content #content + p') Expected: "HMR content" Timeout: 5000ms Error: element(s) not found Call log: - Expect "toHaveText" with timeout 5000ms - waiting for locator('.e2e-theme-content #content + p') 60 | await page.goto('hmr/content.html') 61 | > 62 | await expect(contentLocator).toHaveText('HMR content') | ^ 63 | await hmrUpdateContent() 64 | await expect(contentLocator).toHaveText('Updated content') 65 | }) at /Users/runner/work/core/core/e2e/tests/hmr.spec.ts:62:34
[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/hmr.spec.ts:67:3 β€Ί should update frontmatter correctly: e2e/tests/hmr.spec.ts#L76
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: "Updated foo" Timeout: 5000ms Error: element(s) not found Call log: - Expect "toHaveText" with timeout 5000ms - waiting for locator('.e2e-theme-content #rendered-foo + p') 3 Γ— locator resolved to <p>HMR foo</p> - unexpected value "HMR foo" 74 | await expect(frontmatterLocator).toHaveText('HMR foo') 75 | await hmrUpdateFrontmatter() > 76 | await expect(frontmatterLocator).toHaveText('Updated foo') | ^ 77 | }) 78 | 79 | test('should update title correctly', async ({ page }) => { at /Users/runner/work/core/core/e2e/tests/hmr.spec.ts:76:38
[chromium] β€Ί tests/hmr.spec.ts:79:3 β€Ί should update title correctly: e2e/tests/hmr.spec.ts#L91
4) [chromium] β€Ί tests/hmr.spec.ts:79:3 β€Ί should update title correctly ─────────────────────────── Error: expect(page).toHaveTitle(expected) failed Expected pattern: /Updated Title/ Received string: "VuePress E2E" Timeout: 5000ms Call log: - Expect "toHaveTitle" with timeout 5000ms 3 Γ— unexpected value "HMR Title | VuePress E2E" 6 Γ— unexpected value "VuePress E2E" 89 | await expect(renderedTitleLocator).toHaveText('HMR Title') 90 | await hmrUpdateTitle() > 91 | await expect(page).toHaveTitle(/Updated Title/) | ^ 92 | await expect(titleLocator).toHaveText('Updated Title') 93 | await expect(renderedTitleLocator).toHaveText('Updated Title') 94 | }) at /Users/runner/work/core/core/e2e/tests/hmr.spec.ts:91:24
[chromium] β€Ί tests/hmr.spec.ts:67:3 β€Ί should update frontmatter correctly: e2e/tests/hmr.spec.ts#L74
3) [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:57:3 β€Ί should update content correctly: e2e/tests/hmr.spec.ts#L62
2) [chromium] β€Ί tests/hmr.spec.ts:57:3 β€Ί should update content correctly ───────────────────────── Error: expect(locator).toHaveText(expected) failed Locator: locator('.e2e-theme-content #content + p') Expected: "HMR content" Timeout: 5000ms Error: element(s) not found Call log: - Expect "toHaveText" with timeout 5000ms - waiting for locator('.e2e-theme-content #content + p') 60 | await page.goto('hmr/content.html') 61 | > 62 | await expect(contentLocator).toHaveText('HMR content') | ^ 63 | await hmrUpdateContent() 64 | await expect(contentLocator).toHaveText('Updated content') 65 | }) at /Users/runner/work/core/core/e2e/tests/hmr.spec.ts:62:34
[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.
🎭 Playwright Run Summary
71 passed (14.5s)
🎭 Playwright Run Summary
75 passed (24.9s)
🎭 Playwright Run Summary
71 passed (14.5s)
🎭 Playwright Run Summary
75 passed (26.1s)
🎭 Playwright Run Summary
71 passed (24.1s)
🎭 Playwright Run Summary
76 passed (33.0s)
🎭 Playwright Run Summary
71 passed (24.5s)
🎭 Playwright Run Summary
76 passed (34.1s)
🎭 Playwright Run Summary
71 passed (25.7s)
🎭 Playwright Run Summary
76 passed (36.7s)
🎭 Playwright Run Summary
71 passed (27.6s)
🎭 Playwright Run Summary
76 passed (37.4s)
🎭 Playwright Run Summary
71 passed (25.9s)
🎭 Playwright Run Summary
75 passed (29.3s)
🎭 Playwright Run Summary
71 passed (25.3s)
🎭 Playwright Run Summary
75 passed (33.9s)
🎭 Playwright Run Summary
71 passed (23.4s)
🎭 Playwright Run Summary
75 passed (34.9s)
🎭 Playwright Run Summary
71 passed (23.3s)
🎭 Playwright Run Summary
75 passed (33.7s)
🎭 Playwright Run Summary
71 passed (15.3s)
🎭 Playwright Run Summary
75 passed (25.6s)
🎭 Playwright Run Summary
71 passed (16.1s)
🎭 Playwright Run Summary
75 passed (27.1s)
🎭 Playwright Run Summary
71 passed (25.1s)
🎭 Playwright Run Summary
75 passed (32.6s)
🎭 Playwright Run Summary
71 passed (24.2s)
🎭 Playwright Run Summary
75 passed (33.8s)
🎭 Playwright Run Summary
71 passed (24.0s)
🎭 Playwright Run Summary
4 flaky [chromium] β€Ί tests/composables/on-content-updated.spec.ts:40:1 β€Ί should call content hook on beforeUnmount [chromium] β€Ί tests/hmr.spec.ts:57:3 β€Ί should update content correctly ────────────────────────── [chromium] β€Ί tests/hmr.spec.ts:67:3 β€Ί should update frontmatter correctly ────────────────────── [chromium] β€Ί tests/hmr.spec.ts:96:3 β€Ί should update content and frontmatter and title correctly after navigation 71 passed (1.3m)
🎭 Playwright Run Summary
71 passed (24.5s)
🎭 Playwright Run Summary
1 flaky [chromium] β€Ί tests/hmr.spec.ts:67:3 β€Ί should update frontmatter correctly ────────────────────── 74 passed (45.6s)
🎭 Playwright Run Summary
71 passed (27.3s)
🎭 Playwright Run Summary
75 passed (33.3s)
🎭 Playwright Run Summary
71 passed (26.8s)
🎭 Playwright Run Summary
75 passed (36.1s)
🎭 Playwright Run Summary
71 passed (22.9s)
🎭 Playwright Run Summary
76 passed (31.0s)
🎭 Playwright Run Summary
71 passed (22.8s)
🎭 Playwright Run Summary
76 passed (33.7s)
🎭 Playwright Run Summary
71 passed (34.6s)
🎭 Playwright Run Summary
76 passed (42.8s)
🎭 Playwright Run Summary
71 passed (35.2s)
🎭 Playwright Run Summary
76 passed (44.6s)
🎭 Playwright Run Summary
71 passed (24.1s)
🎭 Playwright Run Summary
76 passed (28.9s)
🎭 Playwright Run Summary
71 passed (23.5s)
🎭 Playwright Run Summary
76 passed (29.3s)
🎭 Playwright Run Summary
71 passed (16.6s)
🎭 Playwright Run Summary
75 passed (26.0s)
🎭 Playwright Run Summary
71 passed (16.4s)
🎭 Playwright Run Summary
75 passed (26.5s)
🎭 Playwright Run Summary
71 passed (37.3s)
🎭 Playwright Run Summary
76 passed (45.0s)
🎭 Playwright Run Summary
71 passed (36.8s)
🎭 Playwright Run Summary
76 passed (46.6s)
🎭 Playwright Run Summary
71 passed (46.8s)
🎭 Playwright Run Summary
76 passed (38.5s)
🎭 Playwright Run Summary
71 passed (35.9s)
🎭 Playwright Run Summary
76 passed (40.7s)
🎭 Playwright Run Summary
71 passed (40.8s)
🎭 Playwright Run Summary
76 passed (47.8s)
🎭 Playwright Run Summary
71 passed (40.3s)
🎭 Playwright Run Summary
76 passed (49.9s)
🎭 Playwright Run Summary
71 passed (27.3s)
🎭 Playwright Run Summary
76 passed (38.8s)
🎭 Playwright Run Summary
71 passed (35.7s)
🎭 Playwright Run Summary
76 passed (34.4s)
🎭 Playwright Run Summary
71 passed (26.4s)
🎭 Playwright Run Summary
75 passed (35.3s)
🎭 Playwright Run Summary
71 passed (26.9s)
🎭 Playwright Run Summary
4 flaky [chromium] β€Ί tests/composables/on-content-updated.spec.ts:40:1 β€Ί should call content hook on beforeUnmount [chromium] β€Ί tests/hmr.spec.ts:57:3 β€Ί should update content correctly ────────────────────────── [chromium] β€Ί tests/hmr.spec.ts:67:3 β€Ί should update frontmatter correctly ────────────────────── [chromium] β€Ί tests/hmr.spec.ts:79:3 β€Ί should update title correctly ──────────────────────────── 71 passed (1.4m)