test cache #108
Annotations
1 error, 3 warnings, and 1 notice
[setup] › auth.setup.ts:12:5 › signup flow:
e2e/auth.setup.ts#L46
1) [setup] › auth.setup.ts:12:5 › signup flow ────────────────────────────────────────────────────
TimeoutError: page.waitForURL: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for navigation to "**/analytics" until "load"
navigated to "http://localhost:8080/"
navigated to "http://localhost:8080/"
============================================================
44 | await page.getByRole("button", { name: "Skip to Dashboard" }).click()
45 |
> 46 | await page.waitForURL("**/analytics")
| ^
47 |
48 | await expect(
49 | page.getByRole("heading", { name: "Waiting for data..." }),
at /home/runner/work/lunary/lunary/e2e/auth.setup.ts:46:14
|
run-tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-and-push
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build-and-push
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
🎭 Playwright Run Summary
1 flaky
[setup] › auth.setup.ts:12:5 › signup flow ─────────────────────────────────────────────────────
5 passed (1.5m)
|