Playwright Tests #119
Triggered via deployment status
April 23, 2025 21:45
vercel[bot]
created
3d2db39
Status
Failure
Total duration
1m 45s
Artifacts
1
Annotations
3 errors, 1 warning, and 1 notice
[setup db] › e2e/global.setup.ts:12:1 › create test database and setup app:
e2e/global.setup.ts#L1
1) [setup db] › e2e/global.setup.ts:12:1 › create test database and setup app ────────────────────
Test timeout of 20000ms exceeded.
|
[setup db] › e2e/global.setup.ts:12:1 › create test database and setup app:
e2e/global.setup.ts#L89
1) [setup db] › e2e/global.setup.ts:12:1 › create test database and setup app ────────────────────
Error: expect(locator).toHaveURL(expected)
Locator: locator(':root')
Expected pattern: /\/setup\?step=2/
Received string: "https://fresco-sandbox-dxqzalu65-network-canvas-f4790d84.vercel.app/setup"
Call log:
- expect.toHaveURL with timeout 20000ms
- waiting for locator(':root')
4 × locator resolved to <html lang="en">…</html>
- unexpected value "https://fresco-sandbox-dxqzalu65-network-canvas-f4790d84.vercel.app/setup"
87 | await page.fill('input[name="confirmPassword"]', 'Administrator1!');
88 | await page.click('button[type="submit"]');
> 89 | await expect(page).toHaveURL(/\/setup\?step=2/);
| ^
90 | console.log('✅ Step 1 completed: admin user created');
91 |
92 | // STEP 2
at /home/runner/work/Fresco/Fresco/e2e/global.setup.ts:89:22
|
test
Process completed with exit code 1.
|
Slow Test:
[setup db] › e2e/global.setup.ts#L1
[setup db] › e2e/global.setup.ts took 20.3s
|
🎭 Playwright Run Summary
1 failed
[setup db] › e2e/global.setup.ts:12:1 › create test database and setup app ─────────────────────
33 did not run
1 passed (24.3s)
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
playwright-report
|
4.12 MB |
sha256:ca98897449cac19d84b98b54ce23d27b48b15970ea36443160ab89c01c1025f0
|
|