Skip to content

test: add unit tests for sms sending #21788

test: add unit tests for sms sending

test: add unit tests for sms sending #21788

Triggered via pull request May 2, 2024 13:29
@hariombalharahariombalhara
synchronize #14737
Status Success
Total duration 20m 2s
Artifacts 15

pr.yml

on: pull_request_target
Detect changes
24s
Detect changes
Analyze Build  /  ...  /  Build
Analyze Build / Production build / Build
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

19 errors, 23 warnings, and 12 notices
[@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:302:7 › Update Profile › Newly added secondary email should show as Unverified: apps/web/playwright/profile.e2e.ts#L309
1) [@***com/web] › apps/web/playwright/profile.e2e.ts:302:7 › Update Profile › Newly added secondary email should show as Unverified Error: expect(received).toEqual(expected) // deep equality Expected: true Received: false 307 | 308 | expect(await page.getByTestId("profile-form-email-1-primary-badge").isVisible()).toEqual(false); > 309 | expect(await page.getByTestId("profile-form-email-1-unverified-badge").isVisible()).toEqual(true); | ^ 310 | }); 311 | 312 | test("Can verify the newly added secondary email", async ({ page, users, prisma }) => { at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/profile.e2e.ts:309:89
[@calcom/web] › apps/web/playwright/login.e2e.ts:16:7 › user can login & logout succesfully -- future › login flow user & logout using dashboard: apps/web/playwright/login.e2e.ts#L40
1) [@***com/web] › apps/web/playwright/login.e2e.ts:16:7 › user can login & logout succesfully -- future › login flow user & logout using dashboard Error: Timed out 30000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 30000ms - waiting for locator('[data-testid=login-form]') - waiting for locator('[data-testid=login-form]') 38 | 39 | // Reroute to the home page to check if the login form shows up > 40 | await expect(page.locator(`[data-testid=login-form]`)).toBeVisible(); | ^ 41 | }); 42 | }); 43 | }); at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/login.e2e.ts:40:62 at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/login.e2e.ts:28:5
[@calcom/web] › apps/web/playwright/managedBooking/advancedOptions.e2e.ts:19:7 › Check advanced options in a managed team event type › Check advanced options in a managed team event type without offer seats: apps/web/playwright/managedBooking/advancedOptions.e2e.ts#L3
2) [@***com/web] › apps/web/playwright/managedBooking/advancedOptions.e2e.ts:19:7 › Check advanced options in a managed team event type › Check advanced options in a managed team event type without 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:19:7 › Check advanced options in a managed team event type › Check advanced options in a managed team event type without offer seats: apps/web/playwright/managedBooking/advancedOptions.e2e.ts#L14
2) [@***com/web] › apps/web/playwright/managedBooking/advancedOptions.e2e.ts:19:7 › Check advanced options in a managed team event type › Check advanced options in a managed team event type without offer seats locator.click: Target closed =========================== logs =========================== waiting for locator('text="Cal Video (Global)"') locator resolved to <span class="text-sm font-medium">Cal Video (Global)</span> attempting click action waiting for element to be visible, enabled and stable element was detached from the DOM, retrying ============================================================ 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:19:7 › Check advanced options in a managed team event type › Check advanced options in a managed team event type without offer seats: apps/web/playwright/managedBooking/advancedOptions.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/managedBooking/advancedOptions.e2e.ts:19:7 › Check advanced options in a managed team event type › Check advanced options in a managed team event type without 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://lo***host:3000/embed/preview.html?embedLibUrl=http://lo***host:3000/embed/embed.js&bookerUrl=http://lo***host: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/teams.e2e.ts:122:7 › Teams - NonOrg -- future › Can create a booking for Round Robin EventType: apps/web/playwright/teams.e2e.ts#L156
1) [@***com/web] › apps/web/playwright/teams.e2e.ts:122:7 › Teams - NonOrg -- future › 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
[@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
2) [@***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": "ffGFk8jsj4S51FsYzXdUbW", + "uid": "tQve5abGoJge8hxkgaGs55", }, "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#L517
2) [@***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).toMatchObject(expected) - Expected - 1 + Received + 1 Object { "payload": Object { - "uid": "qHrsaF5X53fs2BLGEr2HZL", + "uid": "1DkUjmcwpnyeY46Vb3vcbk", }, "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/event-types.e2e.ts:177:11 › Event Types tests -- future › user › Different Locations Tests › can add Attendee Phone Number location and book with it: apps/web/playwright/event-types.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:177:11 › Event Types tests -- future › user › Different Locations Tests › can add Attendee Phone Number location and book with it Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/event-types.e2e.ts:177:11 › Event Types tests -- future › user › Different Locations Tests › can add Attendee Phone Number location and book with it: apps/web/playwright/event-types.e2e.ts#L365
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:177:11 › Event Types tests -- future › user › Different Locations Tests › can add Attendee Phone Number location and book with it locator.click: Target closed =========================== logs =========================== waiting for locator('text=Attendee Phone Number') locator resolved to <span class="text-sm font-medium">Attendee Phone Number</span> attempting click action waiting for element to be visible, enabled and stable element was detached from the DOM, retrying ============================================================ 363 | const locationOptionText = "Attendee Phone Number"; 364 | await page.getByTestId("location-select").click(); > 365 | await page.locator(`text=${locationOptionText}`).click(); | ^ 366 | }; 367 | 368 | async function gotoFirstEventType(page: Page) { at selectAttendeePhoneNumber (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:365:52) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:179:9
[@calcom/web] › apps/web/playwright/event-types.e2e.ts:177:11 › Event Types tests -- future › user › Different Locations Tests › can add Attendee Phone Number location and book with it: apps/web/playwright/event-types.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:177:11 › Event Types tests -- future › user › Different Locations Tests › can add Attendee Phone Number location and book with it Pending operations: - locator.click at apps/web/playwright/event-types.e2e.ts:365:52
[@calcom/web] › apps/web/playwright/event-types.e2e.ts:250:11 › Event Types tests -- legacy › user › Different Locations Tests › Can remove location from multiple locations that are saved: apps/web/playwright/event-types.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/event-types.e2e.ts:250:11 › Event Types tests -- legacy › user › Different Locations Tests › Can remove location from multiple locations that are saved Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/event-types.e2e.ts:250:11 › Event Types tests -- legacy › user › Different Locations Tests › Can remove location from multiple locations that are saved: apps/web/playwright/event-types.e2e.ts#L378
2) [@***com/web] › apps/web/playwright/event-types.e2e.ts:250:11 › Event Types tests -- legacy › user › Different Locations Tests › Can remove location from multiple locations that are saved locator.click: Target closed =========================== logs =========================== waiting for locator('[data-testid=update-eventtype]') locator resolved to <button disabled type="submit" form="event-type-form" da…>…</button> attempting click action waiting for element to be visible, enabled and stable element is not enabled - waiting... ============================================================ 376 | 377 | async function saveEventType(page: Page) { > 378 | await page.locator("[data-testid=update-eventtype]").click(); | ^ 379 | } 380 | 381 | async function gotoBookingPage(page: Page) { at saveEventType (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:378:56) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:266:15
[@calcom/web] › apps/web/playwright/event-types.e2e.ts:250:11 › Event Types tests -- legacy › user › Different Locations Tests › Can remove location from multiple locations that are saved: apps/web/playwright/event-types.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/event-types.e2e.ts:250:11 › Event Types tests -- legacy › user › Different Locations Tests › Can remove location from multiple locations that are saved Pending operations: - locator.click at apps/web/playwright/event-types.e2e.ts:378:56
[@calcom/web] › apps/web/playwright/integrations-stripe.e2e.ts:143:7 › Stripe integration › Pending payment booking should not be confirmed by default: apps/web/playwright/integrations-stripe.e2e.ts#L163
3) [@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:143:7 › Stripe integration › Pending payment booking should not be confirmed by default expect.toBeVisible: Error: strict mode violation: getByText('Unconfirmed') resolved to 3 elements: 1) <div class="flex items-center gap-x-2"> Unconfirmed</div> aka getByTestId('horizontal-tab-unconfirmed') 2) <div class="font-medium inline-flex items-center just…>Unconfirmed</div> aka getByRole('link', { name: 'Mon, 3 Jun 9:00am - 9:30am Unconfirmed' }) 3) <div class="font-medium inline-flex items-center just…>Unconfirmed</div> aka getByRole('link', { name: 'Paid between Nameless and Stripe Stripeson Pending payment You and Stripe Stripeson' }) =========================== logs =========================== expect.toBeVisible with timeout 30000ms waiting for getByText('Unconfirmed') waiting for getByText('Unconfirmed') ============================================================ 161 | await page.goto(`/bookings/upcoming`); 162 | > 163 | await expect(page.getByText("Unconfirmed")).toBeVisible(); | ^ 164 | await expect(page.getByText("Pending payment").last()).toBeVisible(); 165 | }); 166 | at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/integrations-stripe.e2e.ts:163:49
🎭 Playwright Run Summary
5 skipped 22 passed (45.8s)
🎭 Playwright Run Summary
3 passed (4.5s)
🎭 Playwright Run Summary
2 passed (20.6s)
🎭 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 14 passed (58.1s)
🎭 Playwright Run Summary
5 skipped 8 passed (39.2s)
🎭 Playwright Run Summary
1 flaky [@***com/web] › apps/web/playwright/profile.e2e.ts:302:7 › Update Profile › Newly added secondary email should show as Unverified 3 skipped 33 passed (1.0m)
🎭 Playwright Run Summary
3 skipped 66 passed (1.7m)
🎭 Playwright Run Summary
2 flaky [@***com/web] › apps/web/playwright/login.e2e.ts:16:7 › user can login & logout succesfully -- future › login flow user & logout using dashboard [@***com/web] › apps/web/playwright/managedBooking/advancedOptions.e2e.ts:19:7 › Check advanced options in a managed team event type › Check advanced options in a managed team event type without offer seats 1 skipped 23 passed (1.7m)
🎭 Playwright Run Summary
2 skipped 30 passed (1.4m)
🎭 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
2 flaky [@***com/web] › apps/web/playwright/teams.e2e.ts:122:7 › Teams - NonOrg -- future › Can create a booking for Round Robin EventType [@***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 12 skipped 40 passed (1.7m)
🎭 Playwright Run Summary
3 flaky [@***com/web] › apps/web/playwright/event-types.e2e.ts:177:11 › Event Types tests -- future › user › Different Locations Tests › can add Attendee Phone Number location and book with it [@***com/web] › apps/web/playwright/event-types.e2e.ts:250:11 › Event Types tests -- legacy › user › Different Locations Tests › Can remove location from multiple locations that are saved [@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:143:7 › Stripe integration › Pending payment booking should not be confirmed by default 2 skipped 60 passed (4.7m)
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/.
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/.
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/.
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 build / 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 build (without database) / Build
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 build / Build
Failed to restore: aborted
Production build / Build
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 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 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 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 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 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 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 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 (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 (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 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
191 KB
app-store-results-2_2
177 KB
bundle
2.27 KB
embed-core-results-1_2
880 KB
embed-core-results-2_2
640 KB
embed-react-results-1_2
176 KB
embed-react-results-2_2
173 KB
lint-results
290 KB
test-results-1_7
197 KB
test-results-2_7
230 KB
test-results-3_7
32.6 MB
test-results-4_7
11.8 MB
test-results-5_7
212 KB
test-results-6_7
2.37 MB
test-results-7_7
15.6 MB