Skip to content

feat: Add app store entry for HowAreYa? (CheckIn application) #22236

feat: Add app store entry for HowAreYa? (CheckIn application)

feat: Add app store entry for HowAreYa? (CheckIn application) #22236

Triggered via pull request May 10, 2024 19:19
@raikasdevraikasdev
synchronize #14760
Status Failure
Total duration 15m 40s
Artifacts 15

pr.yml

on: pull_request_target
Detect changes
14s
Detect changes
Analyze Build  /  ...  /  Web App
Analyze Build / Production builds / Web App
Matrix: E2E App Store tests / e2e-app-store
Matrix: E2E React embeds tests / e2e-embed
Matrix: E2E embeds tests / e2e-embed
Matrix: E2E tests / e2e
Fit to window
Zoom out
Zoom in

Annotations

31 errors, 22 warnings, and 12 notices
[@calcom/web] › apps/web/playwright/webhook.e2e.ts:449:7 › BOOKING_RESCHEDULED › when rescheduling to a booking that already exists: apps/web/playwright/webhook.e2e.ts#L517
1) [@***com/web] › apps/web/playwright/webhook.e2e.ts:449:7 › BOOKING_RESCHEDULED › when rescheduling to a booking that already exists, should send a booking rescheduled event with the existant booking uid Error: expect(received).toMatchObject(expected) - Expected - 1 + Received + 1 Object { "payload": Object { - "uid": "2J3JRAgDeStUNJqczsuEsk", + "uid": "m4wC9i7EnaUKfiZ56ajwKm", }, "triggerEvent": "BOOKING_RESCHEDULED", } 515 | const [firstRequest] = webhookReceiver.requestList; 516 | > 517 | expect(firstRequest?.body).toMatchObject({ | ^ 518 | triggerEvent: "BOOKING_RESCHEDULED", 519 | payload: { 520 | uid: newBooking?.uid, at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/webhook.e2e.ts:517:32
[@calcom/web] › apps/web/playwright/webhook.e2e.ts:449:7 › BOOKING_RESCHEDULED › when rescheduling to a booking that already exists: apps/web/playwright/webhook.e2e.ts#L510
1) [@***com/web] › apps/web/playwright/webhook.e2e.ts:449:7 › BOOKING_RESCHEDULED › when rescheduling to a booking that already exists, should send a booking rescheduled event with the existant booking uid Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).not.toBeNull() Received: null 508 | 509 | // --- ensuring that new booking was created > 510 | expect(newBooking).not.toBeNull(); | ^ 511 | 512 | // --- check that webhook was ***led 513 | await webhookReceiver.waitForRequestCount(1); at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/webhook.e2e.ts:510:28
[@calcom/web] › apps/web/playwright/webhook.e2e.ts:449:7 › BOOKING_RESCHEDULED › when rescheduling to a booking that already exists: apps/web/playwright/webhook.e2e.ts#L510
1) [@***com/web] › apps/web/playwright/webhook.e2e.ts:449:7 › BOOKING_RESCHEDULED › when rescheduling to a booking that already exists, should send a booking rescheduled event with the existant booking uid Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).not.toBeNull() Received: null 508 | 509 | // --- ensuring that new booking was created > 510 | expect(newBooking).not.toBeNull(); | ^ 511 | 512 | // --- check that webhook was ***led 513 | await webhookReceiver.waitForRequestCount(1); at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/webhook.e2e.ts:510:28
[@calcom/web] › apps/web/playwright/teams.e2e.ts:122:7 › Teams - NonOrg -- legacy › Can create a booking for Round Robin EventType: apps/web/playwright/teams.e2e.ts#L156
2) [@***com/web] › apps/web/playwright/teams.e2e.ts:122:7 › Teams - NonOrg -- legacy › Can create a booking for Round Robin EventType Error: expect(received).toBe(expected) // Object.is equality Expected: true Received: false 154 | return BookingTitle === bookingTitle; 155 | }) > 156 | ).toBe(true); | ^ 157 | 158 | // Since all the users have the same leastRecentlyBooked value 159 | // Anyone of the teammates could be the Host of the booking. at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/teams.e2e.ts:156:7
E2E tests / E2E tests (7/7)
Process completed with exit code 1.
[@calcom/web] › apps/web/playwright/managedBooking/advancedOptions.e2e.ts:31:7 › Check advanced options in a managed team event type › Check advanced options in a managed team event type with offer seats: apps/web/playwright/managedBooking/advancedOptions.e2e.ts#L3
1) [@***com/web] › apps/web/playwright/managedBooking/advancedOptions.e2e.ts:31:7 › Check advanced options in a managed team event type › Check advanced options in a managed team event type with offer seats Test timeout of 60000ms exceeded while running "beforeEach" hook. 1 | import { test } from "../lib/fixtures"; 2 | > 3 | test.beforeEach(async ({ page, users, bookingPage }) => { | ^ 4 | const teamEventTitle = "Test Managed Event Type"; 5 | const userFixture = await users.create( 6 | { name: "testuser" }, at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/managedBooking/advancedOptions.e2e.ts:3:6
[@calcom/web] › apps/web/playwright/managedBooking/advancedOptions.e2e.ts:31:7 › Check advanced options in a managed team event type › Check advanced options in a managed team event type with offer seats: apps/web/playwright/managedBooking/advancedOptions.e2e.ts#L14
1) [@***com/web] › apps/web/playwright/managedBooking/advancedOptions.e2e.ts:31:7 › Check advanced options in a managed team event type › Check advanced options in a managed team event type with offer seats locator.click: Target closed =========================== logs =========================== waiting for locator('text="Cal Video (Global)"') ============================================================ 12 | await bookingPage.goToEventType(teamEventTitle); 13 | await page.getByTestId("location-select").click(); > 14 | await page.locator(`text="Cal Video (Global)"`).click(); | ^ 15 | await bookingPage.goToTab("event_advanced_tab_title"); 16 | }); 17 | at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/managedBooking/advancedOptions.e2e.ts:14:51
[@calcom/web] › apps/web/playwright/managedBooking/advancedOptions.e2e.ts:31:7 › Check advanced options in a managed team event type › Check advanced options in a managed team event type with offer seats: apps/web/playwright/managedBooking/advancedOptions.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/managedBooking/advancedOptions.e2e.ts:31:7 › Check advanced options in a managed team event type › Check advanced options in a managed team event type with offer seats Pending operations: - locator.click at apps/web/playwright/managedBooking/advancedOptions.e2e.ts:14:51
[@calcom/embed-core] › packages/embeds/embed-core/playwright/tests/preview.e2e.ts:6:7 › Preview › Preview - embed-core should load: packages/embeds/embed-core/playwright/tests/preview.e2e.ts#L1
1) [@***com/embed-core] › packages/embeds/embed-core/playwright/tests/preview.e2e.ts:6:7 › Preview › Preview - embed-core should load Test timeout of 60000ms exceeded.
[@calcom/embed-core] › packages/embeds/embed-core/playwright/tests/preview.e2e.ts:6:7 › Preview › Preview - embed-core should load: packages/embeds/embed-core/playwright/tests/preview.e2e.ts#L10
1) [@***com/embed-core] › packages/embeds/embed-core/playwright/tests/preview.e2e.ts:6:7 › Preview › Preview - embed-core should load page.evaluate: Target closed 8 | "http://***:3000/embed/preview.html?embedLibUrl=http://***:3000/embed/embed.js&bookerUrl=http://***:3000&***Link=pro/30min" 9 | ); > 10 | const libraryLoaded = await page.evaluate(() => { | ^ 11 | return new Promise((resolve) => { 12 | setInterval(() => { 13 | if ( at /home/runner/actions-runner/_work/***.com/***.com/packages/embeds/embed-core/playwright/tests/preview.e2e.ts:10:38
[@calcom/embed-core] › packages/embeds/embed-core/playwright/tests/preview.e2e.ts:6:7 › Preview › Preview - embed-core should load: packages/embeds/embed-core/playwright/tests/preview.e2e.ts#L1
1) [@***com/embed-core] › packages/embeds/embed-core/playwright/tests/preview.e2e.ts:6:7 › Preview › Preview - embed-core should load Pending operations: - page.evaluate at packages/embeds/embed-core/playwright/tests/preview.e2e.ts:10:38
[@calcom/web] › apps/web/playwright/availability.e2e.ts:23:7 › Availablity › Date Overrides: apps/web/playwright/availability.e2e.ts#L40
1) [@***com/web] › apps/web/playwright/availability.e2e.ts:23:7 › Availablity › Date Overrides ─── Error: expect(received).toHaveCount(expected) // deep equality Expected: 1 Received: 0 Call log: - expect.toHaveCount with timeout 30000ms - waiting for locator('[data-testid="troubleshooter-busy-time"]') - locator resolved to 0 elements - unexpected value "0" - waiting for locator('[data-testid="troubleshooter-busy-time"]') - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" 38 | await page.goto(troubleshooterURL); 39 | await page.waitForLoadState("networkidle"); > 40 | await expect(page.locator('[data-testid="troubleshooter-busy-time"]')).toHaveCount(1); | ^ 41 | }); 42 | 43 | test("it can delete date overrides", async ({ page }) => { at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/availability.e2e.ts:40:76
[@calcom/web] › apps/web/playwright/availability.e2e.ts:23:7 › Availablity › Date Overrides: apps/web/playwright/availability.e2e.ts#L40
1) [@***com/web] › apps/web/playwright/availability.e2e.ts:23:7 › Availablity › Date Overrides ─── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toHaveCount(expected) // deep equality Expected: 1 Received: 0 Call log: - expect.toHaveCount with timeout 30000ms - waiting for locator('[data-testid="troubleshooter-busy-time"]') - locator resolved to 0 elements - unexpected value "0" - waiting for locator('[data-testid="troubleshooter-busy-time"]') - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" 38 | await page.goto(troubleshooterURL); 39 | await page.waitForLoadState("networkidle"); > 40 | await expect(page.locator('[data-testid="troubleshooter-busy-time"]')).toHaveCount(1); | ^ 41 | }); 42 | 43 | test("it can delete date overrides", async ({ page }) => { at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/availability.e2e.ts:40:76
[@calcom/web] › apps/web/playwright/availability.e2e.ts:23:7 › Availablity › Date Overrides: apps/web/playwright/availability.e2e.ts#L40
1) [@***com/web] › apps/web/playwright/availability.e2e.ts:23:7 › Availablity › Date Overrides ─── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toHaveCount(expected) // deep equality Expected: 1 Received: 0 Call log: - expect.toHaveCount with timeout 30000ms - waiting for locator('[data-testid="troubleshooter-busy-time"]') - locator resolved to 0 elements - unexpected value "0" - waiting for locator('[data-testid="troubleshooter-busy-time"]') - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" 38 | await page.goto(troubleshooterURL); 39 | await page.waitForLoadState("networkidle"); > 40 | await expect(page.locator('[data-testid="troubleshooter-busy-time"]')).toHaveCount(1); | ^ 41 | }); 42 | 43 | test("it can delete date overrides", async ({ page }) => { at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/availability.e2e.ts:40:76
E2E tests / E2E tests (1/7)
Process completed with exit code 1.
[@calcom/embed-core] › packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:57:7 › Popup Tests › should open embed iframe on click - Configured with light theme: packages/embeds/embed-core/playwright/tests/action-based.e2e.ts#L66
1) [@***com/embed-core] › packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:57:7 › Popup Tests › should open embed iframe on click - Configured with light theme Error: Expected to provide an iframe, got null 64 | const embedIframe = await getEmbedIframe({ ***Namespace, page, pathname: "/free" }); 65 | > 66 | await expect(embedIframe).toBeEmbedCalLink(***Namespace, embeds.getActionFiredDetails, { | ^ 67 | pathname: "/free", 68 | }); 69 | // expect(await page.screenshot()).toMatchSnapshot("event-types-list.png"); at /home/runner/actions-runner/_work/***.com/***.com/packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:66:31
[@calcom/web] › apps/web/playwright/profile.e2e.ts:102:7 › Update Profile › Can update a users email (verification enabled): apps/web/playwright/profile.e2e.ts#L148
1) [@***com/web] › apps/web/playwright/profile.e2e.ts:102:7 › Update Profile › Can update a users email (verification enabled) page.waitForURL: Timeout 30000ms exceeded. =========================== logs =========================== waiting for navigation to "/event-types" until "load" navigated to "http://***:3000/auth/login" ============================================================ 146 | 147 | // After email verification is successfull. user is sent to /event-types > 148 | await page.waitForURL("/event-types"); | ^ 149 | 150 | await page.goto("/settings/my-account/profile"); 151 | const emailInputUpdated = await page.getByTestId("profile-form-email-0"); at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/profile.e2e.ts:148:16
[@calcom/web] › apps/web/playwright/profile.e2e.ts:375:7 › Update Profile › Can resend verification link if the secondary email is unverified: apps/web/playwright/profile.e2e.ts#L212
2) [@***com/web] › apps/web/playwright/profile.e2e.ts:375:7 › Update Profile › Can resend verification link if the secondary email is unverified Error: expect(received).toEqual(expected) // deep equality Expected: "http://***:3000/api/auth/verify-email?token=undefined" Received: "http://***:3000/api/auth/verify-email?token=3902eb9d145944311b307fc4838445549627736a99d7bfc5b38951c67df8797c" 210 | "verify-email" 211 | ); > 212 | expect(inviteLink).toEqual(`${WEBAPP_URL}/api/auth/verify-email?token=${verificationToken?.token}`); | ^ 213 | }); 214 | }; 215 | at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/profile.e2e.ts:212:26 at testEmailVerificationLink (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/profile.e2e.ts:198:5) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/profile.e2e.ts:398:5
[@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
E2E React embeds tests / E2E Embed React (1/2)
6357 bytes of body are still expected
E2E React embeds tests / E2E Embed React (1/2)
fetch-pack: invalid index-pack output
E2E React embeds tests / E2E Embed React (1/2)
RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: CANCEL (err 8)
E2E React embeds tests / E2E Embed React (1/2)
4551 bytes of body are still expected
E2E React embeds tests / E2E Embed React (1/2)
fetch-pack: invalid index-pack output
[@calcom/web] › apps/web/playwright/insights.e2e.ts:204:7 › Insights › should be able to switch between memberUsers: apps/web/playwright/insights.e2e.ts#L212
1) [@***com/web] › apps/web/playwright/insights.e2e.ts:204:7 › Insights › should be able to switch between memberUsers page.goto: Timeout 30000ms exceeded. =========================== logs =========================== navigating to "http://***:3000/insights", waiting until "load" ============================================================ 210 | await owner.apiLogin(); 211 | > 212 | await page.goto("/insights"); | ^ 213 | 214 | await page.getByText("Add filter").click(); 215 | at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/insights.e2e.ts:212:16
[@calcom/web] › apps/web/playwright/integrations-stripe.e2e.ts:28:9 › Stripe integration › Stripe integration dashboard › Can add Stripe integration: apps/web/playwright/integrations-stripe.e2e.ts#L31
2) [@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:28:9 › Stripe integration › Stripe integration dashboard › Can add Stripe integration page.goto: Timeout 30000ms exceeded. =========================== logs =========================== navigating to "http://***:3000/apps/installed", waiting until "load" ============================================================ 29 | const user = await users.create(); 30 | await user.apiLogin(); > 31 | await page.goto("/apps/installed"); | ^ 32 | 33 | await user.getPaymentCredential(); 34 | at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/integrations-stripe.e2e.ts:31:18
required
Process completed with exit code 1.
🎭 Playwright Run Summary
5 skipped 22 passed (31.6s)
🎭 Playwright Run Summary
1 failed [@***com/web] › apps/web/playwright/webhook.e2e.ts:449:7 › BOOKING_RESCHEDULED › when rescheduling to a booking that already exists, should send a booking rescheduled event with the existant booking uid 1 flaky [@***com/web] › apps/web/playwright/teams.e2e.ts:122:7 › Teams - NonOrg -- legacy › Can create a booking for Round Robin EventType 12 skipped 40 passed (40.1s)
🎭 Playwright Run Summary
2 passed (22.2s)
🎭 Playwright Run Summary
1 flaky [@***com/web] › apps/web/playwright/managedBooking/advancedOptions.e2e.ts:31:7 › Check advanced options in a managed team event type › Check advanced options in a managed team event type with offer seats 1 skipped 24 passed (1.3m)
🎭 Playwright Run Summary
1 flaky [@***com/embed-core] › packages/embeds/embed-core/playwright/tests/preview.e2e.ts:6:7 › Preview › Preview - embed-core should load 4 passed (1.1m)
🎭 Playwright Run Summary
1 failed [@***com/web] › apps/web/playwright/availability.e2e.ts:23:7 › Availablity › Date Overrides ──── 2 skipped 29 passed (2.1m)
🎭 Playwright Run Summary
1 flaky [@***com/embed-core] › packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:57:7 › Popup Tests › should open embed iframe on click - Configured with light theme 3 skipped 13 passed (1.0m)
🎭 Playwright Run Summary
2 flaky [@***com/web] › apps/web/playwright/profile.e2e.ts:102:7 › Update Profile › Can update a users email (verification enabled) [@***com/web] › apps/web/playwright/profile.e2e.ts:375:7 › Update Profile › Can resend verification link if the secondary email is unverified 3 skipped 32 passed (1.2m)
🎭 Playwright Run Summary
3 skipped 66 passed (1.5m)
🎭 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 7 passed (1.6m)
🎭 Playwright Run Summary
3 passed (4.2s)
🎭 Playwright Run Summary
2 flaky [@***com/web] › apps/web/playwright/insights.e2e.ts:204:7 › Insights › should be able to switch between memberUsers [@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:28:9 › Stripe integration › Stripe integration dashboard › Can add Stripe integration 2 skipped 61 passed (2.6m)
Detect changes
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, dorny/paths-filter@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Type check / check-types
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Unit tests / test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Linters / lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3, 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: actions/checkout@v3, buildjet/setup-node@v3, 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: actions/checkout@v3, buildjet/setup-node@v3, 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 / Web App
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, 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: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3, dawidd6/action-download-artifact@v2, peter-evans/find-comment@v2, peter-evans/create-or-update-comment@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Analyze Build / analyze
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/
E2E React embeds tests / E2E Embed React (2/2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E tests / E2E tests (5/7)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E tests / E2E tests (7/7)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E App Store tests / E2E App Store (2/2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E tests / E2E tests (4/7)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E embeds tests / E2E Embed Core (2/2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E tests / E2E tests (1/7)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E embeds tests / E2E Embed Core (1/2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E tests / E2E tests (6/7)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E tests / E2E tests (2/7)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E App Store tests / E2E App Store (1/2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E React embeds tests / E2E Embed React (1/2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E tests / E2E tests (3/7)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Artifacts

Produced during runtime
Name Size
app-store-results-1_2
3.94 MB
app-store-results-2_2
177 KB
bundle
2.26 KB
embed-core-results-1_2
865 KB
embed-core-results-2_2
534 KB
embed-react-results-1_2
176 KB
embed-react-results-2_2
173 KB
lint-results
222 KB
test-results-1_7
22.4 MB
test-results-2_7
231 KB
test-results-3_7
643 KB
test-results-4_7
6.28 MB
test-results-5_7
212 KB
test-results-6_7
7.94 MB
test-results-7_7
15.9 MB