Recuring live test #23
recuring-live-test.yml
on: workflow_dispatch
Matrix: e2e / e2e
report
5s
Annotations
13 errors, 4 warnings, and 4 notices
[chromium] › app.spec.ts:3:5 › Should load timezone lines:
packages/e2e/tests/app.spec.ts#L4
1) [chromium] › app.spec.ts:3:5 › Should load timezone lines ─────────────────────────────────────
Error: page.goto: Protocol error (Page.navigate): Cannot navigate to invalid URL
Call log:
- navigating to "/", waiting until "load"
2 |
3 | test("Should load timezone lines", async ({ page }) => {
> 4 | await page.goto("/");
| ^
5 |
6 | await expect(page.getByText("loading...")).not.toBeVisible();
7 |
at /home/runner/work/timezone-rocks/timezone-rocks/packages/e2e/tests/app.spec.ts:4:14
|
[chromium] › app.spec.ts:11:5 › Should load 3d globe:
packages/e2e/tests/app.spec.ts#L14
2) [chromium] › app.spec.ts:11:5 › Should load 3d globe ──────────────────────────────────────────
Error: page.goto: Protocol error (Page.navigate): Cannot navigate to invalid URL
Call log:
- navigating to "/", waiting until "load"
12 | page.on("console", (msg) => console.log(msg.text()));
13 |
> 14 | await page.goto("/");
| ^
15 |
16 | await page.waitForSelector("canvas");
17 |
at /home/runner/work/timezone-rocks/timezone-rocks/packages/e2e/tests/app.spec.ts:14:14
|
e2e / e2e (chromium, 1)
Process completed with exit code 1.
|
[chromium] › app.spec.ts:31:5 › Should be able to add timezone:
packages/e2e/tests/app.spec.ts#L32
1) [chromium] › app.spec.ts:31:5 › Should be able to add timezone ────────────────────────────────
Error: page.goto: Protocol error (Page.navigate): Cannot navigate to invalid URL
Call log:
- navigating to "/", waiting until "load"
30 |
31 | test("Should be able to add timezone", async ({ page }) => {
> 32 | await page.goto("/");
| ^
33 |
34 | const searchInputLocator = page.getByPlaceholder(
35 | "Add your teammate's timezone"
at /home/runner/work/timezone-rocks/timezone-rocks/packages/e2e/tests/app.spec.ts:32:14
|
[chromium] › app.spec.ts:61:5 › Should be able to move slider:
packages/e2e/tests/app.spec.ts#L62
2) [chromium] › app.spec.ts:61:5 › Should be able to move slider ─────────────────────────────────
Error: page.goto: Protocol error (Page.navigate): Cannot navigate to invalid URL
Call log:
- navigating to "/", waiting until "load"
60 |
61 | test("Should be able to move slider", async ({ page }) => {
> 62 | await page.goto("/");
| ^
63 |
64 | await page.getByLabel("Open date picker").click();
65 | await page.getByLabel("date picker").fill("2024-02-01");
at /home/runner/work/timezone-rocks/timezone-rocks/packages/e2e/tests/app.spec.ts:62:14
|
e2e / e2e (chromium, 2)
Process completed with exit code 1.
|
[webkit] › app.spec.ts:3:5 › Should load timezone lines:
packages/e2e/tests/app.spec.ts#L4
1) [webkit] › app.spec.ts:3:5 › Should load timezone lines ───────────────────────────────────────
Error: page.goto: Protocol error (Playwright.navigate): Cannot navigate to invalid URL
Call log:
- navigating to "/", waiting until "load"
2 |
3 | test("Should load timezone lines", async ({ page }) => {
> 4 | await page.goto("/");
| ^
5 |
6 | await expect(page.getByText("loading...")).not.toBeVisible();
7 |
at /home/runner/work/timezone-rocks/timezone-rocks/packages/e2e/tests/app.spec.ts:4:14
|
[webkit] › app.spec.ts:11:5 › Should load 3d globe:
packages/e2e/tests/app.spec.ts#L14
2) [webkit] › app.spec.ts:11:5 › Should load 3d globe ────────────────────────────────────────────
Error: page.goto: Protocol error (Playwright.navigate): Cannot navigate to invalid URL
Call log:
- navigating to "/", waiting until "load"
12 | page.on("console", (msg) => console.log(msg.text()));
13 |
> 14 | await page.goto("/");
| ^
15 |
16 | await page.waitForSelector("canvas");
17 |
at /home/runner/work/timezone-rocks/timezone-rocks/packages/e2e/tests/app.spec.ts:14:14
|
e2e / e2e (webkit, 1)
Process completed with exit code 1.
|
[webkit] › app.spec.ts:31:5 › Should be able to add timezone:
packages/e2e/tests/app.spec.ts#L32
1) [webkit] › app.spec.ts:31:5 › Should be able to add timezone ──────────────────────────────────
Error: page.goto: Protocol error (Playwright.navigate): Cannot navigate to invalid URL
Call log:
- navigating to "/", waiting until "load"
30 |
31 | test("Should be able to add timezone", async ({ page }) => {
> 32 | await page.goto("/");
| ^
33 |
34 | const searchInputLocator = page.getByPlaceholder(
35 | "Add your teammate's timezone"
at /home/runner/work/timezone-rocks/timezone-rocks/packages/e2e/tests/app.spec.ts:32:14
|
[webkit] › app.spec.ts:61:5 › Should be able to move slider:
packages/e2e/tests/app.spec.ts#L62
2) [webkit] › app.spec.ts:61:5 › Should be able to move slider ───────────────────────────────────
Error: page.goto: Protocol error (Playwright.navigate): Cannot navigate to invalid URL
Call log:
- navigating to "/", waiting until "load"
60 |
61 | test("Should be able to move slider", async ({ page }) => {
> 62 | await page.goto("/");
| ^
63 |
64 | await page.getByLabel("Open date picker").click();
65 | await page.getByLabel("date picker").fill("2024-02-01");
at /home/runner/work/timezone-rocks/timezone-rocks/packages/e2e/tests/app.spec.ts:62:14
|
e2e / e2e (webkit, 2)
Process completed with exit code 1.
|
report
Process completed with exit code 1.
|
e2e / e2e (chromium, 1)
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/.
|
e2e / e2e (chromium, 2)
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/.
|
e2e / e2e (webkit, 1)
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/.
|
e2e / e2e (webkit, 2)
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/.
|
🎭 Playwright Run Summary
2 failed
[chromium] › app.spec.ts:3:5 › Should load timezone lines ──────────────────────────────────────
[chromium] › app.spec.ts:11:5 › Should load 3d globe ───────────────────────────────────────────
|
🎭 Playwright Run Summary
2 failed
[chromium] › app.spec.ts:31:5 › Should be able to add timezone ─────────────────────────────────
[chromium] › app.spec.ts:61:5 › Should be able to move slider ──────────────────────────────────
|
🎭 Playwright Run Summary
2 failed
[webkit] › app.spec.ts:3:5 › Should load timezone lines ────────────────────────────────────────
[webkit] › app.spec.ts:11:5 › Should load 3d globe ─────────────────────────────────────────────
|
🎭 Playwright Run Summary
2 failed
[webkit] › app.spec.ts:31:5 › Should be able to add timezone ───────────────────────────────────
[webkit] › app.spec.ts:61:5 › Should be able to move slider ────────────────────────────────────
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
e2e-blob-report-chromium-1
Expired
|
2.63 KB |
|
e2e-blob-report-chromium-2
Expired
|
2.66 KB |
|
e2e-blob-report-webkit-1
Expired
|
2.64 KB |
|
e2e-blob-report-webkit-2
Expired
|
2.69 KB |
|