Skip to content

feat: Add linting rule to recursively check for Prisma includes using… #21527

feat: Add linting rule to recursively check for Prisma includes using…

feat: Add linting rule to recursively check for Prisma includes using… #21527

Re-run triggered April 26, 2024 21:10
Status Success
Total duration 6m 16s
Artifacts 14

pr.yml

on: pull_request_target
Detect changes
14s
Detect changes
Production build  /  Build
9m 40s
Production build / Build
Production build (without database)  /  Build
10m 53s
Production build (without database) / Build
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
Analyze Build  /  analyze
2m 2s
Analyze Build / analyze
required
0s
required
Fit to window
Zoom out
Zoom in

Annotations

23 errors, 20 warnings, and 10 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/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/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": "s74qnLMjWDKszvJ9ZKsmHs", + "uid": "nX2KWGyGSWLQVr9vFrnjKM", }, "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/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
1) [@***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: 'Wed, 1 May 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
[@calcom/web] › apps/web/playwright/managed-event-types.e2e.ts:17:7 › Managed Event Types › Can create managed event type: apps/web/playwright/managed-event-types.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/managed-event-types.e2e.ts:17:7 › Managed Event Types › Can create managed event type Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/managed-event-types.e2e.ts:17:7 › Managed Event Types › Can create managed event type: apps/web/playwright/managed-event-types.e2e.ts#L185
2) [@***com/web] › apps/web/playwright/managed-event-types.e2e.ts:17:7 › Managed Event Types › Can create managed event type locator.waitFor: Target closed =========================== logs =========================== waiting for getByTestId('toast-success') to be visible ============================================================ 183 | // Save changes 184 | await page.locator('[type="submit"]').click(); > 185 | await page.getByTestId("toast-success").waitFor(); | ^ 186 | await page.waitForLoadState("networkidle"); 187 | 188 | await page.goto("/auth/logout"); at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/managed-event-types.e2e.ts:185:47 at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/managed-event-types.e2e.ts:161:5
[@calcom/web] › apps/web/playwright/managed-event-types.e2e.ts:17:7 › Managed Event Types › Can create managed event type: apps/web/playwright/managed-event-types.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/managed-event-types.e2e.ts:17:7 › Managed Event Types › Can create managed event type Pending operations: - locator.fill at apps/web/playwright/managed-event-types.e2e.ts:182:50
[@calcom/embed-react] › packages/embeds/embed-react/playwright/tests/basic.e2e.ts:48:9 › React Embed › Element Click Popup › should verify that the iframe got created with correct URL - namespaced: packages/embeds/embed-react/playwright/tests/basic.e2e.ts#L58
1) [@***com/embed-react] › packages/embeds/embed-react/playwright/tests/basic.e2e.ts:48:9 › React Embed › Element Click Popup › should verify that the iframe got created with correct URL - namespaced Error: Expected to provide an iframe, got null 56 | 57 | const embedIframe = await getEmbedIframe({ ***Namespace, page, pathname: "/pro" }); > 58 | expect(embedIframe).toBeEmbedCalLink(***Namespace, embeds.getActionFiredDetails, { | ^ 59 | pathname: "/pro", 60 | searchParams: { 61 | theme: "dark", at /home/runner/actions-runner/_work/***.com/***.com/packages/embeds/embed-react/playwright/tests/basic.e2e.ts:58:27
[@calcom/embed-react] › packages/embeds/embed-react/playwright/tests/basic.e2e.ts:48:9 › React Embed › Element Click Popup › should verify that the iframe got created with correct URL - namespaced: packages/embeds/embed-react/playwright/tests/basic.e2e.ts#L1
1) [@***com/embed-react] › packages/embeds/embed-react/playwright/tests/basic.e2e.ts:48:9 › React Embed › Element Click Popup › should verify that the iframe got created with correct URL - namespaced Test timeout of 60000ms exceeded while tearing down "context".
[@calcom/web] › apps/web/playwright/profile.e2e.ts:37:7 › Update Profile › Cannot update a users email when existing user has same email (verification enabled): apps/web/playwright/profile.e2e.ts#L55
1) [@***com/web] › apps/web/playwright/profile.e2e.ts:37:7 › Update Profile › Cannot update a users email when existing user has same email (verification enabled) page.goto: Timeout 30000ms exceeded. =========================== logs =========================== navigating to "http://***:3000/settings/my-account/profile", waiting until "load" ============================================================ 53 | 54 | await user.apiLogin(); > 55 | await page.goto("/settings/my-account/profile"); | ^ 56 | 57 | const emailInput = page.getByTestId("profile-form-email-0"); 58 | at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/profile.e2e.ts:55:16
[@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:256: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:256: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:256:7 › pro user -- future › Time slots should be reserved when selected: apps/web/playwright/booking-pages.e2e.ts#L265
1) [@***com/web] › apps/web/playwright/booking-pages.e2e.ts:256: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 ============================================================ 263 | await pageTwo.waitForURL(initialUrl); 264 | > 265 | await pageTwo.waitForSelector('[data-testid="event-type-link"]'); | ^ 266 | const eventTypeLink = pageTwo.locator('[data-testid="event-type-link"]').first(); 267 | await eventTypeLink.click(); 268 | at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/booking-pages.e2e.ts:265:19
[@calcom/web] › apps/web/playwright/booking-pages.e2e.ts:256: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:256:7 › pro user -- future › Time slots should be reserved when selected Pending operations: - page.waitForSelector at apps/web/playwright/booking-pages.e2e.ts:265:19
[@calcom/web] › apps/web/playwright/booking-pages.e2e.ts:256:7 › pro user -- legacy › Time slots should be reserved when selected: apps/web/playwright/booking-pages.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/booking-pages.e2e.ts:256:7 › pro user -- legacy › Time slots should be reserved when selected Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/booking-pages.e2e.ts:256:7 › pro user -- legacy › Time slots should be reserved when selected: apps/web/playwright/booking-pages.e2e.ts#L265
2) [@***com/web] › apps/web/playwright/booking-pages.e2e.ts:256:7 › pro user -- legacy › Time slots should be reserved when selected page.waitForSelector: Target closed =========================== logs =========================== waiting for locator('[data-testid="event-type-link"]') to be visible ============================================================ 263 | await pageTwo.waitForURL(initialUrl); 264 | > 265 | await pageTwo.waitForSelector('[data-testid="event-type-link"]'); | ^ 266 | const eventTypeLink = pageTwo.locator('[data-testid="event-type-link"]').first(); 267 | await eventTypeLink.click(); 268 | at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/booking-pages.e2e.ts:265:19
[@calcom/web] › apps/web/playwright/booking-pages.e2e.ts:256:7 › pro user -- legacy › Time slots should be reserved when selected: apps/web/playwright/booking-pages.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/booking-pages.e2e.ts:256:7 › pro user -- legacy › Time slots should be reserved when selected Pending operations: - page.waitForSelector at apps/web/playwright/booking-pages.e2e.ts:265:19
[@calcom/web] › apps/web/playwright/booking-pages.e2e.ts:322:7 › prefill -- legacy › logged in: apps/web/playwright/booking-pages.e2e.ts#L329
3) [@***com/web] › apps/web/playwright/booking-pages.e2e.ts:322:7 › prefill -- legacy › logged in Error: expect(received).toHaveValue(expected) Expected string: "Prefill User" Received string: "" Call log: - expect.toHaveValue with timeout 30000ms - waiting for locator('[name="name"]') - locator resolved to <input value="" id=":r1o:" type="text" name="name" requ…/> - unexpected value "" - waiting for locator('[name="name"]') - locator resolved to <input value="" id=":r1o:" type="text" name="name" requ…/> - unexpected value "" - locator resolved to <input value="" id=":r1o:" type="text" name="name" requ…/> - unexpected value "" - locator resolved to <input value="" id=":r1o:" type="text" name="name" requ…/> - unexpected value "" - locator resolved to <input value="" id=":r1o:" type="text" name="name" requ…/> - unexpected value "" - locator resolved to <input value="" id=":r1o:" type="text" name="name" requ…/> - unexpected value "" - locator resolved to <input value="" id=":r1o:" type="text" name="name" requ…/> - unexpected value "" - locator resolved to <input value="" id=":r1o:" type="text" name="name" requ…/> - unexpected value "" - locator resolved to <input value="" id=":r1o:" type="text" name="name" requ…/> - unexpected value "" - locator resolved to <input value="" id=":r1o:" type="text" name="name" requ…/> - unexpected value "" - locator resolved to <input value="" id=":r1o:" type="text" name="name" requ…/> - unexpected value "" - locator resolved to <input value="" id=":r1o:" type="text" name="name" requ…/> - unexpected value "" - locator resolved to <input value="" id=":r1o:" type="text" name="name" requ…/> - unexpected value "" - locator resolved to <input value="" id=":r1o:" type="text" name="name" requ…/> - unexpected value "" - locator resolved to <input value="" id=":r1o:" type="text" name="name" requ…/> - unexpected value "" - locator resolved to <input value="" id=":r1o:" type="text" name="name" requ…/> - unexpected value "" - locator resolved to <input value="" id=":r1o:" type="text" name="name" requ…/> - unexpected value "" - locator resolved to <input value="" id=":r1o:" type="text" name="name" requ…/> - unexpected value "" - locator resolved to <input value="" id=":r1o:" type="text" name="name" requ…/> - unexpected value "" - locator resolved to <input value="" id=":r1o:" type="text" name="name" requ…/> - unexpected value "" - locator resolved to <input value="" id=":r1o:" type="text" name="name" requ…/> - unexpected value "" - locator resolved to <input value="" id=":r1o:" type="text" name="name" requ…/> - unexpected value "" - locator resolved to <input value="" id=":r1o:" type="text" name="name" requ…/> - unexpected value "" - locator resolved to <input value="" id=":r1o:" type="text" name="name" requ…/> - unexpected value "" - locator resolved to <input value="" id=":r1o:" type="text" name="name" requ…/> - unexpected value "" - locator resolved to <input value="" id=":r1o:" type="text" name="name" requ…/> - unexpected value "" - locator resolved to <input value="" id=":r1o:" type="text" name="name" requ…/> - unexpected value "" - locator resolved to <input value="" id=":r1o:" type="text" name="name" requ…/> - unexpected value "" - locator resolved to <input value="" id=":r1o:" type="text" name="name" requ…/> - unexpected value "" - locator resolved to <input value="" id=":r1o:" type="text" name="name" requ…/> - unexpected value "" - locator resolved to <input value="" id=":r1o:" type="text" name="name" requ…/> - unexpected value "" - locator resolved to <input value=
[@calcom/web] › apps/web/playwright/insights.e2e.ts:69:7 › Insights › should be able to go to insights as admins: apps/web/playwright/insights.e2e.ts#L81
1) [@***com/web] › apps/web/playwright/insights.e2e.ts:69:7 › Insights › should be able to go to insights as admins Error: expect(received).toContain(expected) // indexOf Expected substring: "isAll=false" Received string: "http://***:3000/insights" 79 | 80 | // expect url to have isAll and TeamId in query params > 81 | expect(page.url()).toContain("isAll=false"); | ^ 82 | expect(page.url()).toContain("teamId="); 83 | }); 84 | at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/insights.e2e.ts:81:24
🎭 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 (57.5s)
🎭 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 flaky [@***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 58 passed (1.9m)
🎭 Playwright Run Summary
2 flaky [@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:143:7 › Stripe integration › Pending payment booking should not be confirmed by default [@***com/web] › apps/web/playwright/managed-event-types.e2e.ts:17:7 › Managed Event Types › Can create managed event type 3 skipped 46 passed (4.6m)
🎭 Playwright Run Summary
1 flaky [@***com/embed-react] › packages/embeds/embed-react/playwright/tests/basic.e2e.ts:48:9 › React Embed › Element Click Popup › should verify that the iframe got created with correct URL - namespaced 2 passed (18.3s)
🎭 Playwright Run Summary
2 passed (11.2s)
🎭 Playwright Run Summary
1 flaky [@***com/web] › apps/web/playwright/profile.e2e.ts:37:7 › Update Profile › Cannot update a users email when existing user has same email (verification enabled) 8 skipped 38 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 flaky [@***com/web] › apps/web/playwright/booking-pages.e2e.ts:256:7 › pro user -- future › Time slots should be reserved when selected [@***com/web] › apps/web/playwright/booking-pages.e2e.ts:256:7 › pro user -- legacy › Time slots should be reserved when selected [@***com/web] › apps/web/playwright/booking-pages.e2e.ts:322:7 › prefill -- legacy › logged in ─ 4 skipped 77 passed (2.6m)
🎭 Playwright Run Summary
1 flaky [@***com/web] › apps/web/playwright/insights.e2e.ts:69:7 › Insights › should be able to go to insights as admins 1 skipped 55 passed (2.9m)
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/.
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
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 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/.
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/.
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/.
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 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 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 (5/5)
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/5)
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 (4/5)
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 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 (1/5)
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 tests / E2E tests (2/5)
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
test-results-2_5
1.06 MB