All checks #16
all-checks.yml
on: workflow_dispatch
Production builds
/
Web App
7m 35s
Linters
/
lint
3m 50s
Production builds
/
Build API v1
4m 54s
Production builds
/
Build API v2
7m 11s
Tests
/
Integration
1m 30s
Tests
/
E2E
15m 57s
Tests
/
E2E App Store
4m 38s
Tests
/
E2E Embed Core
3m 25s
Tests
/
E2E Embed React
2m 55s
Analyze Build
/
analyze
1m 52s
required
4s
Annotations
13 errors, 4 warnings, and 4 notices
[@calcom/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route:
packages/app-store/routing-forms/playwright/tests/basic.e2e.ts#L1
1) [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route
Test timeout of 60000ms exceeded.
|
[@calcom/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route:
packages/app-store/routing-forms/playwright/tests/basic.e2e.ts#L345
1) [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route
page.fill: Target closed
=========================== logs ===========================
waiting for locator('[data-testid="form-field-Test field"]')
============================================================
343 |
344 | // //event redirect
> 345 | await page.fill('[data-testid="form-field-Test field"]', "event-routing");
| ^
346 | await page.click('[data-testid="test-routing"]');
347 | let routingType = await page.locator('[data-testid="test-routing-result-type"]').innerText();
348 | let route = await page.locator('[data-testid="test-routing-result"]').innerText();
at /home/runner/actions-runner/_work/***.com/***.com/packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:345:18
|
[@calcom/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route:
packages/app-store/routing-forms/playwright/tests/basic.e2e.ts#L1
1) [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route
Pending operations:
- page.fill at packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:345:18
|
[@calcom/web] › apps/web/playwright/booking-pages.e2e.ts:276:7 › pro user -- future › Time slots should be reserved when selected:
apps/web/playwright/booking-pages.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/booking-pages.e2e.ts:276:7 › pro user -- future › Time slots should be reserved when selected
Test timeout of 60000ms exceeded.
|
[@calcom/web] › apps/web/playwright/booking-pages.e2e.ts:276:7 › pro user -- future › Time slots should be reserved when selected:
apps/web/playwright/booking-pages.e2e.ts#L285
1) [@***com/web] › apps/web/playwright/booking-pages.e2e.ts:276:7 › pro user -- future › Time slots should be reserved when selected
page.waitForSelector: Target closed
=========================== logs ===========================
waiting for locator('[data-testid="event-type-link"]') to be visible
============================================================
283 | await pageTwo.waitForURL(initialUrl);
284 |
> 285 | await pageTwo.waitForSelector('[data-testid="event-type-link"]');
| ^
286 | const eventTypeLink = pageTwo.locator('[data-testid="event-type-link"]').first();
287 | await eventTypeLink.click();
288 |
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/booking-pages.e2e.ts:285:19
|
[@calcom/web] › apps/web/playwright/booking-pages.e2e.ts:276:7 › pro user -- future › Time slots should be reserved when selected:
apps/web/playwright/booking-pages.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/booking-pages.e2e.ts:276:7 › pro user -- future › Time slots should be reserved when selected
Pending operations:
- page.waitForSelector at apps/web/playwright/booking-pages.e2e.ts:285:19
|
[@calcom/web] › apps/web/playwright/booking-seats.e2e.ts:119:7 › Reschedule for booking with seats › If rescheduled/cancelled booking with seats it should display the correct number of seats:
apps/web/playwright/booking-seats.e2e.ts#L176
2) [@***com/web] › apps/web/playwright/booking-seats.e2e.ts:119:7 › Reschedule for booking with seats › If rescheduled/cancelled booking with seats it should display the correct number of seats
page.goto: net::ERR_ABORTED at http://***:3000/reschedule/9487b246-900c-4bca-b9de-924308f0a656
=========================== logs ===========================
navigating to "http://***:3000/reschedule/9487b246-900c-4bca-b9de-924308f0a656", waiting until "load"
============================================================
174 | expect(oldBooking?.status).toBe(BookingStatus.ACCEPTED);
175 |
> 176 | await page.goto(`/reschedule/${references[1].referenceUid}`);
| ^
177 |
178 | await page.click('[data-testid="incrementMonth"]');
179 |
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/booking-seats.e2e.ts:176:16
|
[@calcom/web] › apps/web/playwright/login.e2e.ts:62:9 › Login and logout tests -- legacy › Login flow validations -- future › Should warn when user does not exist:
apps/web/playwright/login.e2e.ts#L1
3) [@***com/web] › apps/web/playwright/login.e2e.ts:62:9 › Login and logout tests -- legacy › Login flow validations -- future › Should warn when user does not exist
Test timeout of 60000ms exceeded.
|
[@calcom/web] › apps/web/playwright/login.e2e.ts:62:9 › Login and logout tests -- legacy › Login flow validations -- future › Should warn when user does not exist:
apps/web/playwright/fixtures/users.ts#L882
3) [@***com/web] › apps/web/playwright/login.e2e.ts:62:9 › Login and logout tests -- legacy › Login flow validations -- future › Should warn when user does not exist
page.waitForResponse: Page closed
=========================== logs ===========================
waiting for response /\/api\/auth\/***lback\/credentials/
============================================================
at apps/web/playwright/fixtures/users.ts:882
880 |
881 | // waiting for specific login request to resolve
> 882 | await page.waitForResponse(/\/api\/auth\/***lback\/credentials/);
| ^
883 | }
884 |
885 | export async function apiLogin(
at login (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/fixtures/users.ts:882:14)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/login.e2e.ts:67:7
|
[@calcom/web] › apps/web/playwright/teams.e2e.ts:40:7 › Teams - NonOrg -- future › Team Onboarding Invite Members:
apps/web/playwright/teams.e2e.ts#L1
4) [@***com/web] › apps/web/playwright/teams.e2e.ts:40:7 › Teams - NonOrg -- future › Team Onboarding Invite Members
Test timeout of 60000ms exceeded.
|
[@calcom/web] › apps/web/playwright/teams.e2e.ts:40:7 › Teams - NonOrg -- future › Team Onboarding Invite Members:
apps/web/playwright/teams.e2e.ts#L51
4) [@***com/web] › apps/web/playwright/teams.e2e.ts:40:7 › Teams - NonOrg -- future › Team Onboarding Invite Members
locator.click: Target closed
=========================== logs ===========================
waiting for locator('[data-testid="new-member-button"]')
============================================================
49 | await test.step("Can add members", async () => {
50 | // Click [data-testid="new-member-button"]
> 51 | await page.locator('[data-testid="new-member-button"]').click();
| ^
52 | // Fill [placeholder="email\@example\.com"]
53 | await page.locator('[placeholder="email\\@example\\.com"]').fill(inviteeEmail);
54 | // Click [data-testid="invite-new-member-button"]
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/teams.e2e.ts:51:63
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/teams.e2e.ts:49:16
|
[@calcom/web] › apps/web/playwright/teams.e2e.ts:40:7 › Teams - NonOrg -- future › Team Onboarding Invite Members:
apps/web/playwright/teams.e2e.ts#L1
4) [@***com/web] › apps/web/playwright/teams.e2e.ts:40:7 › Teams - NonOrg -- future › Team Onboarding Invite Members
Pending operations:
- locator.click at apps/web/playwright/teams.e2e.ts:51:63
|
[@calcom/web] › apps/web/playwright/teams.e2e.ts:40:7 › Teams - NonOrg -- future › Team Onboarding Invite Members:
apps/web/playwright/teams.e2e.ts#L1
4) [@***com/web] › apps/web/playwright/teams.e2e.ts:40:7 › Teams - NonOrg -- future › Team Onboarding Invite Members
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
Linters / lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: ataylorme/eslint-annotate-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Production builds / Build API v1
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Production builds / Build API v2
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Analyze Build / analyze
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: dawidd6/action-download-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
🎭 Playwright Run Summary
1 skipped
2 passed (3.2s)
|
🎭 Playwright Run Summary
3 skipped
21 passed (44.9s)
|
🎭 Playwright Run Summary
1 flaky
[@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route
5 skipped
9 passed (1.5m)
|
🎭 Playwright Run Summary
5 flaky
[@***com/web] › apps/web/playwright/booking-pages.e2e.ts:276:7 › pro user -- future › Time slots should be reserved when selected
[@***com/web] › apps/web/playwright/booking-seats.e2e.ts:119:7 › Reschedule for booking with seats › If rescheduled/cancelled booking with seats it should display the correct number of seats
[@***com/web] › apps/web/playwright/login.e2e.ts:62:9 › Login and logout tests -- legacy › Login flow validations -- future › Should warn when user does not exist
[@***com/web] › apps/web/playwright/teams.e2e.ts:40:7 › Teams - NonOrg -- future › Team Onboarding Invite Members
[@***com/web] › apps/web/playwright/webhook.e2e.ts:548:7 › MEETING_ENDED, MEETING_STARTED › should create/remove scheduledWebhookTriggers for existing bookings
36 skipped
287 passed (12.5m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
app-store-results
Expired
|
4.05 MB |
|
bundle
Expired
|
2.33 KB |
|
embed-core-results
Expired
|
194 KB |
|
embed-react-results
Expired
|
176 KB |
|
lint-results
Expired
|
308 KB |
|
test-results
Expired
|
25 MB |
|