Playwright Tests #120
Annotations
3 errors, 1 warning, and 1 notice
Run tests:
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.
|
Run tests:
e2e/global.setup.ts#L83
1) [setup db] › e2e/global.setup.ts:12:1 › create test database and setup app ────────────────────
Error: page.goto: net::ERR_ABORTED; maybe frame was detached?
Call log:
- navigating to "https://fresco-sandbox-dsny91yud-network-canvas-f4790d84.vercel.app/setup", waiting until "load"
81 |
82 | // STEP 1
> 83 | await page.goto('/setup');
| ^
84 | await page.fill('input[name="username"]', 'admin');
85 | await page.fill('input[name="password"]', 'Administrator1!');
86 |
at /home/runner/work/Fresco/Fresco/e2e/global.setup.ts:83:14
|
Run tests
Process completed with exit code 1.
|
Run tests:
[setup db] › e2e/global.setup.ts#L1
[setup db] › e2e/global.setup.ts took 20.2s
|
Run tests
1 failed
[setup db] › e2e/global.setup.ts:12:1 › create test database and setup app ─────────────────────
33 did not run
1 passed (24.2s)
|
Loading