refactor(bundler-webpack): improve build dir structure and e2e script… #500
Annotations
4 errors and 72 notices
[chromium] › hmr.spec.ts:56:3 › should update title correctly:
e2e/tests/hmr.spec.ts#L64
1) [chromium] › hmr.spec.ts:56:3 › should update title correctly ─────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveTitle(expected)
Locator: locator(':root')
Expected pattern: /Updated Title/
Received string: "HMR Title | VuePress E2E"
Call log:
- expect.toHaveTitle with timeout 5000ms
- waiting for locator(':root')
- locator resolved to <html lang="en-US">…</html>
- unexpected value "HMR Title | VuePress E2E"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "HMR Title | VuePress E2E"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "HMR Title | VuePress E2E"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "HMR Title | VuePress E2E"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "HMR Title | VuePress E2E"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "HMR Title | VuePress E2E"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "HMR Title | VuePress E2E"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "HMR Title | VuePress E2E"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "HMR Title | VuePress E2E"
62 | await expect(titleLocator).toHaveText('HMR Title')
63 | await hmrUpdateTitle()
> 64 | await expect(page).toHaveTitle(/Updated Title/)
| ^
65 | await expect(titleLocator).toHaveText('Updated Title')
66 | })
67 |
at /Users/runner/work/core/core/e2e/tests/hmr.spec.ts:64:24
|
[chromium] › hmr.spec.ts:68:3 › should update title and frontmatter correctly after navigation:
e2e/tests/hmr.spec.ts#L77
1) [chromium] › hmr.spec.ts:68:3 › should update title and frontmatter correctly after navigation
Error: Timed out 5000ms waiting for expect(locator).toHaveTitle(expected)
Locator: locator(':root')
Expected pattern: /HMR Title/
Received string: ""
Call log:
- expect.toHaveTitle with timeout 5000ms
- waiting for locator(':root')
- locator resolved to <html lang="en">…</html>
- unexpected value ""
- locator resolved to <html lang="en">…</html>
- unexpected value ""
- locator resolved to <html lang="en">…</html>
- unexpected value ""
- locator resolved to <html lang="en">…</html>
- unexpected value ""
- locator resolved to <html lang="en">…</html>
- unexpected value ""
- locator resolved to <html lang="en">…</html>
- unexpected value ""
- locator resolved to <html lang="en">…</html>
- unexpected value ""
- locator resolved to <html lang="en">…</html>
- unexpected value ""
- locator resolved to <html lang="en">…</html>
- unexpected value ""
75 |
76 | await page.goto('hmr/title.html')
> 77 | await expect(page).toHaveTitle(/HMR Title/)
| ^
78 | await expect(titleLocator).toHaveText('HMR Title')
79 |
80 | // update title page
at /Users/runner/work/core/core/e2e/tests/hmr.spec.ts:77:24
|
[chromium] › router\navigate-by-router.spec.ts:8:1 › should navigate to home correctly:
e2e\tests\router\navigate-by-router.spec.ts#L10
1) [chromium] › router\navigate-by-router.spec.ts:8:1 › should navigate to home correctly ────────
Error: Timed out 5000ms waiting for expect(locator).toHaveURL(expected)
Locator: locator(':root')
Expected string: "http://127.0.0.1:9080/e2e/"
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"
8 | test('should navigate to home correctly', async ({ page }) => {
9 | await page.locator('#home').click()
> 10 | await expect(page).toHaveURL(BASE)
| ^
11 | await expect(page.locator('#home-h2')).toHaveText('Home H2')
12 | })
13 |
at D:\a\core\core\e2e\tests\router\navigate-by-router.spec.ts:10:22
|
[chromium] › router\navigate-by-router.spec.ts:8:1 › should navigate to home correctly:
e2e\tests\router\navigate-by-router.spec.ts#L10
1) [chromium] › router\navigate-by-router.spec.ts:8:1 › should navigate to home correctly ────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveURL(expected)
Locator: locator(':root')
Expected string: "http://127.0.0.1:9080/e2e/"
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"
8 | test('should navigate to home correctly', async ({ page }) => {
9 | await page.locator('#home').click()
> 10 | await expect(page).toHaveURL(BASE)
| ^
11 | await expect(page.locator('#home-h2')).toHaveText('Home H2')
12 | })
13 |
at D:\a\core\core\e2e\tests\router\navigate-by-router.spec.ts:10:22
|
🎭 Playwright Run Summary
1 flaky
[chromium] › hmr.spec.ts:56:3 › should update title correctly ──────────────────────────────────
68 passed (24.8s)
|
🎭 Playwright Run Summary
66 passed (15.3s)
|
🎭 Playwright Run Summary
69 passed (21.2s)
|
🎭 Playwright Run Summary
66 passed (15.6s)
|
🎭 Playwright Run Summary
69 passed (20.0s)
|
🎭 Playwright Run Summary
66 passed (15.0s)
|
🎭 Playwright Run Summary
69 passed (19.6s)
|
🎭 Playwright Run Summary
66 passed (15.0s)
|
🎭 Playwright Run Summary
69 passed (20.8s)
|
🎭 Playwright Run Summary
66 passed (16.6s)
|
🎭 Playwright Run Summary
69 passed (21.2s)
|
🎭 Playwright Run Summary
66 passed (16.6s)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › hmr.spec.ts:68:3 › should update title and frontmatter correctly after navigation ─
68 passed (25.5s)
|
🎭 Playwright Run Summary
66 passed (15.2s)
|
🎭 Playwright Run Summary
69 passed (22.5s)
|
🎭 Playwright Run Summary
66 passed (16.4s)
|
🎭 Playwright Run Summary
69 passed (20.0s)
|
🎭 Playwright Run Summary
66 passed (16.4s)
|
🎭 Playwright Run Summary
69 passed (21.0s)
|
🎭 Playwright Run Summary
66 passed (16.4s)
|
🎭 Playwright Run Summary
69 passed (31.4s)
|
🎭 Playwright Run Summary
66 passed (25.6s)
|
🎭 Playwright Run Summary
69 passed (30.8s)
|
🎭 Playwright Run Summary
66 passed (25.8s)
|
🎭 Playwright Run Summary
69 passed (30.9s)
|
🎭 Playwright Run Summary
66 passed (26.3s)
|
🎭 Playwright Run Summary
69 passed (30.3s)
|
🎭 Playwright Run Summary
66 passed (26.4s)
|
🎭 Playwright Run Summary
69 passed (31.4s)
|
🎭 Playwright Run Summary
66 passed (24.4s)
|
🎭 Playwright Run Summary
69 passed (31.1s)
|
🎭 Playwright Run Summary
66 passed (24.4s)
|
🎭 Playwright Run Summary
69 passed (26.6s)
|
🎭 Playwright Run Summary
66 passed (21.5s)
|
🎭 Playwright Run Summary
69 passed (31.1s)
|
🎭 Playwright Run Summary
66 passed (21.5s)
|
🎭 Playwright Run Summary
69 passed (32.8s)
|
🎭 Playwright Run Summary
66 passed (27.2s)
|
🎭 Playwright Run Summary
69 passed (27.4s)
|
🎭 Playwright Run Summary
66 passed (22.1s)
|
🎭 Playwright Run Summary
69 passed (27.8s)
|
🎭 Playwright Run Summary
66 passed (21.2s)
|
🎭 Playwright Run Summary
69 passed (25.0s)
|
🎭 Playwright Run Summary
66 passed (19.9s)
|
🎭 Playwright Run Summary
69 passed (26.4s)
|
🎭 Playwright Run Summary
66 passed (21.0s)
|
🎭 Playwright Run Summary
69 passed (29.2s)
|
🎭 Playwright Run Summary
66 passed (22.9s)
|
🎭 Playwright Run Summary
69 passed (18.7s)
|
🎭 Playwright Run Summary
66 passed (15.7s)
|
🎭 Playwright Run Summary
69 passed (21.3s)
|
🎭 Playwright Run Summary
66 passed (15.8s)
|
🎭 Playwright Run Summary
69 passed (41.9s)
|
🎭 Playwright Run Summary
66 passed (35.8s)
|
🎭 Playwright Run Summary
69 passed (44.8s)
|
🎭 Playwright Run Summary
66 passed (37.2s)
|
🎭 Playwright Run Summary
69 passed (30.2s)
|
🎭 Playwright Run Summary
66 passed (20.9s)
|
🎭 Playwright Run Summary
69 passed (26.0s)
|
🎭 Playwright Run Summary
66 passed (21.0s)
|
🎭 Playwright Run Summary
69 passed (32.1s)
|
🎭 Playwright Run Summary
66 passed (21.9s)
|
🎭 Playwright Run Summary
69 passed (27.7s)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › router\navigate-by-router.spec.ts:8:1 › should navigate to home correctly ─────────
65 passed (28.7s)
|
🎭 Playwright Run Summary
69 passed (39.9s)
|
🎭 Playwright Run Summary
66 passed (34.3s)
|
🎭 Playwright Run Summary
69 passed (42.3s)
|
🎭 Playwright Run Summary
66 passed (33.4s)
|
🎭 Playwright Run Summary
69 passed (50.3s)
|
🎭 Playwright Run Summary
66 passed (37.4s)
|
🎭 Playwright Run Summary
69 passed (41.8s)
|
🎭 Playwright Run Summary
66 passed (34.6s)
|