chore(POC): Siderail refactor #67337
ci.yml
on: pull_request
⚙️ Variables Setup
17s
⚙️ Test Guard
2s
🚀 Notify external services - draft
0s
🔎 Code Check - Action Lint
0s
Matrix: 🔎 Code Check / code-check
Matrix: build
🔨 Test Storybook
/
Test Storybook
2m 38s
Matrix: 🚢 Build Docker
Matrix: 🔨 Test API (EE) / test
Matrix: 🔨 Test API Livechat (EE) / test
Matrix: 🔨 Test UI (EE) / test
Matrix: 🔨 Test API Apps (deno-runtime - EE) / test
Matrix: 🔨 Test API (FIPS) / test
Matrix: 🔨 Test API Livechat (FIPS) / test
Matrix: 🔨 Test API Livechat (CE) / test
Matrix: 🔨 Test API (CE) / test
Matrix: 🔨 Test UI (FIPS) / test
Waiting for pending jobs
Matrix: 🔨 Test UI (CE) / test
📦 Track Image Sizes
42s
📊 Report Coverage
0s
✅ Tests Done
3s
🚀 Notify external services
Update Version Durability
/
update-versions
Annotations
10 errors, 21 warnings, and 9 notices
|
🔨 Test UI (EE) / MongoDB 8.0 coverage (5/5)
Process completed with exit code 1.
|
|
tests/e2e/voice-calls-ee.spec.ts:611:6 › Internal Voice Calls - Docked Widget (call panel) - Enterprise Edition › should decline incoming voice call:
apps/meteor/tests/e2e/voice-calls-ee.spec.ts#L615
4) tests/e2e/voice-calls-ee.spec.ts:611:6 › Internal Voice Calls - Docked Widget (call panel) - Enterprise Edition › should decline incoming voice call › user1 initiates call to user2
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByRole('navigation', { name: 'Sidebar rail' }).getByRole('group', { name: 'Voice call' }).getByRole('button', { name: 'Calls' })
613 |
614 | await test.step('user1 initiates call to user2', async () => {
> 615 | await user1.poHomeChannel.sidebarRail.callBtn.click();
| ^
616 | await user1.poHomeChannel.voiceCalls.dockedWidget.initiateCall(Users.user2.data.username);
617 | });
618 |
at /home/runner/work/Rocket.Chat/Rocket.Chat/apps/meteor/tests/e2e/voice-calls-ee.spec.ts:615:50
at /home/runner/work/Rocket.Chat/Rocket.Chat/apps/meteor/tests/e2e/voice-calls-ee.spec.ts:614:14
|
|
tests/e2e/voice-calls-ee.spec.ts:611:6 › Internal Voice Calls - Docked Widget (call panel) - Enterprise Edition › should decline incoming voice call:
apps/meteor/tests/e2e/voice-calls-ee.spec.ts#L0
4) tests/e2e/voice-calls-ee.spec.ts:611:6 › Internal Voice Calls - Docked Widget (call panel) - Enterprise Edition › should decline incoming voice call › user1 initiates call to user2
Test timeout of 60000ms exceeded.
|
|
tests/e2e/voice-calls-ee.spec.ts:573:6 › Internal Voice Calls - Docked Widget (call panel) - Enterprise Edition › should transfer call to another user:
apps/meteor/tests/e2e/voice-calls-ee.spec.ts#L583
3) tests/e2e/voice-calls-ee.spec.ts:573:6 › Internal Voice Calls - Docked Widget (call panel) - Enterprise Edition › should transfer call to another user › establish call between user1 and user2
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByRole('navigation', { name: 'Sidebar rail' }).getByRole('group', { name: 'Voice call' }).getByRole('button', { name: 'Calls' })
581 |
582 | await test.step('establish call between user1 and user2', async () => {
> 583 | await user1.poHomeChannel.sidebarRail.callBtn.click();
| ^
584 | await user1.poHomeChannel.voiceCalls.dockedWidget.initiateCall(Users.user2.data.username);
585 | await user2.poHomeChannel.voiceCalls.widget.acceptCall();
586 | });
at /home/runner/work/Rocket.Chat/Rocket.Chat/apps/meteor/tests/e2e/voice-calls-ee.spec.ts:583:50
at /home/runner/work/Rocket.Chat/Rocket.Chat/apps/meteor/tests/e2e/voice-calls-ee.spec.ts:582:14
|
|
tests/e2e/voice-calls-ee.spec.ts:573:6 › Internal Voice Calls - Docked Widget (call panel) - Enterprise Edition › should transfer call to another user:
apps/meteor/tests/e2e/voice-calls-ee.spec.ts#L0
3) tests/e2e/voice-calls-ee.spec.ts:573:6 › Internal Voice Calls - Docked Widget (call panel) - Enterprise Edition › should transfer call to another user › establish call between user1 and user2
Test timeout of 60000ms exceeded.
|
|
tests/e2e/voice-calls-ee.spec.ts:527:6 › Internal Voice Calls - Docked Widget (call panel) - Enterprise Edition › should handle call controls during active call:
apps/meteor/tests/e2e/voice-calls-ee.spec.ts#L530
2) tests/e2e/voice-calls-ee.spec.ts:527:6 › Internal Voice Calls - Docked Widget (call panel) - Enterprise Edition › should handle call controls during active call › establish call connection
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByRole('navigation', { name: 'Sidebar rail' }).getByRole('group', { name: 'Voice call' }).getByRole('button', { name: 'Calls' })
528 | const [user1, user2] = sessions;
529 | await test.step('establish call connection', async () => {
> 530 | await user1.poHomeChannel.sidebarRail.callBtn.click();
| ^
531 | await user1.poHomeChannel.voiceCalls.dockedWidget.initiateCall(Users.user2.data.username);
532 | await user2.poHomeChannel.voiceCalls.widget.acceptCall();
533 | });
at /home/runner/work/Rocket.Chat/Rocket.Chat/apps/meteor/tests/e2e/voice-calls-ee.spec.ts:530:50
at /home/runner/work/Rocket.Chat/Rocket.Chat/apps/meteor/tests/e2e/voice-calls-ee.spec.ts:529:14
|
|
tests/e2e/voice-calls-ee.spec.ts:527:6 › Internal Voice Calls - Docked Widget (call panel) - Enterprise Edition › should handle call controls during active call:
apps/meteor/tests/e2e/voice-calls-ee.spec.ts#L0
2) tests/e2e/voice-calls-ee.spec.ts:527:6 › Internal Voice Calls - Docked Widget (call panel) - Enterprise Edition › should handle call controls during active call › establish call connection
Test timeout of 60000ms exceeded.
|
|
tests/e2e/voice-calls-ee.spec.ts:501:6 › Internal Voice Calls - Docked Widget (call panel) - Enterprise Edition › should initiate voice call from call panel:
apps/meteor/tests/e2e/voice-calls-ee.spec.ts#L505
1) tests/e2e/voice-calls-ee.spec.ts:501:6 › Internal Voice Calls - Docked Widget (call panel) - Enterprise Edition › should initiate voice call from call panel › should open call panel
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByRole('navigation', { name: 'Sidebar rail' }).getByRole('group', { name: 'Voice call' }).getByRole('button', { name: 'Calls' })
503 |
504 | await test.step('should open call panel', async () => {
> 505 | await user1.poHomeChannel.sidebarRail.callBtn.click();
| ^
506 | await expect(user1.poHomeChannel.voiceCalls.dockedWidget.content).toBeVisible();
507 | });
508 |
at /home/runner/work/Rocket.Chat/Rocket.Chat/apps/meteor/tests/e2e/voice-calls-ee.spec.ts:505:50
at /home/runner/work/Rocket.Chat/Rocket.Chat/apps/meteor/tests/e2e/voice-calls-ee.spec.ts:504:14
|
|
tests/e2e/voice-calls-ee.spec.ts:501:6 › Internal Voice Calls - Docked Widget (call panel) - Enterprise Edition › should initiate voice call from call panel:
apps/meteor/tests/e2e/voice-calls-ee.spec.ts#L0
1) tests/e2e/voice-calls-ee.spec.ts:501:6 › Internal Voice Calls - Docked Widget (call panel) - Enterprise Edition › should initiate voice call from call panel › should open call panel
Test timeout of 60000ms exceeded.
|
|
✅ Tests Done
Process completed with exit code 1.
|
|
📦 Meteor Build (coverage)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53, actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🚢 Build Docker (arm64, rocketchat, coverage)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53, actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02, docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9, docker/setup-docker-action@e43656e248c0bd0647d3f5c195d116aacf6fcaf4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🚢 Build Docker (arm64, authorization-service, queue-worker-service, ddp-streamer-service, cove...
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02, docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9, docker/setup-docker-action@e43656e248c0bd0647d3f5c195d116aacf6fcaf4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🚢 Build Docker (amd64, rocketchat, coverage)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53, actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02, docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9, docker/setup-docker-action@e43656e248c0bd0647d3f5c195d116aacf6fcaf4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🚢 Build Docker (amd64, rocketchat, fips)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53, actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02, docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9, docker/setup-docker-action@e43656e248c0bd0647d3f5c195d116aacf6fcaf4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🚢 Build Docker (arm64, account-service, presence-service, omnichannel-transcript-service, cove...
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02, docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9, docker/setup-docker-action@e43656e248c0bd0647d3f5c195d116aacf6fcaf4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🚢 Build Docker (amd64, authorization-service, queue-worker-service, ddp-streamer-service, cove...
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02, docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9, docker/setup-docker-action@e43656e248c0bd0647d3f5c195d116aacf6fcaf4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🚢 Build Docker (amd64, account-service, presence-service, omnichannel-transcript-service, cove...
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02, docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9, docker/setup-docker-action@e43656e248c0bd0647d3f5c195d116aacf6fcaf4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🚢 Build Docker (amd64, account-service, presence-service, omnichannel-transcript-service, fips)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02, docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9, docker/setup-docker-action@e43656e248c0bd0647d3f5c195d116aacf6fcaf4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🚢 Build Docker (amd64, authorization-service, queue-worker-service, ddp-streamer-service, fips)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02, docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9, docker/setup-docker-action@e43656e248c0bd0647d3f5c195d116aacf6fcaf4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🔎 Code Check / Code Lint:
packages/mock-providers/src/MockedAppRootBuilder.tsx#L415
Explicit undefined is unnecessary on an optional parameter
|
|
🔎 Code Check / Code Lint:
packages/mock-providers/src/MockedAppRootBuilder.tsx#L400
Explicit undefined is unnecessary on an optional parameter
|
|
🔎 Code Check / Code Lint:
packages/mock-providers/src/MockedAppRootBuilder.tsx#L399
Explicit undefined is unnecessary on an optional parameter
|
|
🔎 Code Check / Code Lint:
packages/mock-providers/src/MockedAppRootBuilder.tsx#L384
Explicit undefined is unnecessary on an optional parameter
|
|
🔎 Code Check / Code Lint:
packages/mock-providers/src/MockedAppRootBuilder.tsx#L383
Explicit undefined is unnecessary on an optional parameter
|
|
🔎 Code Check / Code Lint:
packages/mock-providers/src/MockedAppRootBuilder.tsx#L335
This assertion is unnecessary since it does not change the type of the expression
|
|
🔎 Code Check / Code Lint:
packages/mock-providers/src/MockedAppRootBuilder.tsx#L262
Expected the Promise rejection reason to be an Error
|
|
🔎 Code Check / Code Lint:
packages/mock-providers/src/MockedAppRootBuilder.tsx#L261
Expected the Promise rejection reason to be an Error
|
|
🔎 Code Check / Code Lint:
packages/cas-validate/src/validate.ts#L90
Unexpected lexical declaration in case block
|
|
🔎 Code Check / Code Lint:
packages/cas-validate/src/validate.ts#L89
Unexpected lexical declaration in case block
|
|
📦 Track Image Sizes
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🎭 Playwright Run Summary
28 skipped
158 passed (13.7m)
|
|
🎭 Playwright Run Summary
92 skipped
97 passed (11.6m)
|
|
🎭 Playwright Run Summary
163 passed (15.8m)
|
|
🎭 Playwright Run Summary
12 skipped
141 passed (16.2m)
|
|
🎭 Playwright Run Summary
13 skipped
127 passed (21.5m)
|
|
🎭 Playwright Run Summary
39 skipped
150 passed (21.4m)
|
|
🎭 Playwright Run Summary
42 skipped
153 passed (20.5m)
|
|
🎭 Playwright Run Summary
3 skipped
150 passed (23.7m)
|
|
🎭 Playwright Run Summary
4 failed
tests/e2e/voice-calls-ee.spec.ts:501:6 › Internal Voice Calls - Docked Widget (call panel) - Enterprise Edition › should initiate voice call from call panel
tests/e2e/voice-calls-ee.spec.ts:527:6 › Internal Voice Calls - Docked Widget (call panel) - Enterprise Edition › should handle call controls during active call
tests/e2e/voice-calls-ee.spec.ts:573:6 › Internal Voice Calls - Docked Widget (call panel) - Enterprise Edition › should transfer call to another user
tests/e2e/voice-calls-ee.spec.ts:611:6 › Internal Voice Calls - Docked Widget (call panel) - Enterprise Edition › should decline incoming voice call
5 skipped
141 passed (26.3m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
build-coverage
|
253 MB |
sha256:be0317aaf7b278966a292510e5b9ff735860f3e0819e463aa522cca98707b3b2
|
|
|
coverage-api-1
|
1.38 MB |
sha256:5be96d574f88da20cc2e273ba4e5b25254099fa46de0c3163486a0446fff587c
|
|
|
coverage-api-apps-deno-1
|
1.34 MB |
sha256:c99cbb045405990104c86054324b251ec40b0c272afb018fbff54b7ed2af191c
|
|
|
coverage-api-livechat-1
|
1.36 MB |
sha256:cfcc511346f16c3c8dc72adf5eaa08440b3c647e89067efba3c24b8696beffb7
|
|
|
coverage-ui-1
|
1.63 MB |
sha256:d73daf5835c22cdf004e6451b5e4a247a04c561ee9d54690f39cbded107c6228
|
|
|
coverage-ui-2
|
1.47 MB |
sha256:3e9a1d0f94a5d9bffc0cdc95bedd02b782ba31c6be6d0e3d13004e3c8b077ead
|
|
|
coverage-ui-3
|
1.5 MB |
sha256:7a768deac6c119b01b72384468220d6949f54ef01d4c2061532e11087e913cf7
|
|
|
coverage-ui-4
|
1.55 MB |
sha256:d17dde5b8aa23c453025b331692a1781a638e50f2c8065f50e11da90ba0875d0
|
|
|
manifests-account-service-amd64-coverage
Expired
|
1.89 KB |
sha256:59cd25e81f0c61e32252027d973bb0f5681444f230c20d06b3ee50971cccbb76
|
|
|
manifests-account-service-amd64-fips
Expired
|
2.14 KB |
sha256:ce4f55caddbc084ac9b9ef1b998f29fc906ab5792ebd794c1c55efc1eb3132a8
|
|
|
manifests-account-service-arm64-coverage
Expired
|
1.89 KB |
sha256:0cb0bcc2ba3bb022a36da9c996f45ff14d89aa67a80083d0937ecc7087a7ccb9
|
|
|
manifests-authorization-service-amd64-coverage
Expired
|
1.9 KB |
sha256:4119796ce189eb3c60a44da59d139d2e4b64d60800021eeea1cfa5da70904f90
|
|
|
manifests-authorization-service-amd64-fips
Expired
|
2.14 KB |
sha256:65b84a574ff757b4b813169765c4bd53853fd8440832436567d74ffa77e46da2
|
|
|
manifests-authorization-service-arm64-coverage
Expired
|
1.9 KB |
sha256:69bf84f72529871ffe8a465102489fe0c423893714e511c591de671cce0a2038
|
|
|
manifests-ddp-streamer-service-amd64-coverage
Expired
|
5.61 KB |
sha256:3f33f291d7f11c9260cff906dabd6e522d1965da581fb5a0898044774634c883
|
|
|
manifests-ddp-streamer-service-amd64-fips
Expired
|
6.39 KB |
sha256:14253af7b5eb5b90337b008f4816a89a185a39cb3b480b946a4a48c4e5375c62
|
|
|
manifests-ddp-streamer-service-arm64-coverage
Expired
|
5.61 KB |
sha256:cc1293e44561610420937fa43ba47fd5aa9798216eddd552336241f4c798e08a
|
|
|
manifests-omnichannel-transcript-service-amd64-coverage
Expired
|
5.63 KB |
sha256:78180970fe2db952f6263e36012a11d928f6b1724cc1d95fbd5d180930dea9be
|
|
|
manifests-omnichannel-transcript-service-amd64-fips
Expired
|
6.41 KB |
sha256:89c3da51fdfcede842c80efabf9cece74f0f96845ade98d97a11597681c849fa
|
|
|
manifests-omnichannel-transcript-service-arm64-coverage
Expired
|
5.61 KB |
sha256:82a60049336d7ebea6b94a961e7412c80c6182588a06abde60865d4f2b21b737
|
|
|
manifests-presence-service-amd64-coverage
Expired
|
3.76 KB |
sha256:be18170efcdc1f297ea9d1d7758d366896a788d361e523a0971d3310acbf25ad
|
|
|
manifests-presence-service-amd64-fips
Expired
|
4.26 KB |
sha256:4ea34e28269013e5cb353b480ceef08a9cdd23b83b37803b07d647cb74e3b86b
|
|
|
manifests-presence-service-arm64-coverage
Expired
|
3.75 KB |
sha256:fc06e5fa7bb0eabf9fe43005cc6982f85cb6c2f6b1c52e19f18561e3a272199f
|
|
|
manifests-queue-worker-service-amd64-coverage
Expired
|
3.74 KB |
sha256:d6cfeef811f3f73291a8361b2e664e5c14b5828cc97dfeaa675bc4febd684d36
|
|
|
manifests-queue-worker-service-amd64-fips
Expired
|
4.27 KB |
sha256:3c79802e4e68275374434720531fc6c083f6b2e67e91d56d45137636a08c2b9b
|
|
|
manifests-queue-worker-service-arm64-coverage
Expired
|
3.74 KB |
sha256:57da0ffee866f710fbd7d446a922937469325620aa42842a4a9b7fe6f8ce2a5b
|
|
|
manifests-rocketchat-amd64-coverage
Expired
|
1.84 KB |
sha256:356ec43126c7e77da868b462c36009cddbee95f61d41fdc7647c9a44e7074435
|
|
|
manifests-rocketchat-amd64-fips
Expired
|
2.11 KB |
sha256:6379b163c82b7f5069628d481a19c8bf4fee101bcd2c6ffcd5e3bb43baca3576
|
|
|
manifests-rocketchat-arm64-coverage
Expired
|
1.84 KB |
sha256:83179b94f188be3a52906375af5cdc77319c97cc1bd165fb7e7a0f09fd9ad659
|
|
|
packages-build
Expired
|
15.8 MB |
sha256:869acb93d886ffc8efe51964357947aa267956dafa9f7c7e2394c9ed5b4750b9
|
|
|
playwright-test-trace-ce-8.0-1
|
208 Bytes |
sha256:f9b6b8c37c1f6666a55a52bb3cfcebb0feff47bdb59fbdefc0d5d5b9de9458f1
|
|
|
playwright-test-trace-ce-8.0-2
|
208 Bytes |
sha256:5c3df0d48ac168d2f1e00b9f41f905ffc4864288f0cf90839163547b41ff4a5b
|
|
|
playwright-test-trace-ce-8.0-3
|
208 Bytes |
sha256:1a024f91920c472ac435c6933e04dff38201cf1ba515e1d31d7f9ce0bbf1f82a
|
|
|
playwright-test-trace-ce-8.0-4
|
208 Bytes |
sha256:d7cd8bb1bb7e283f53306aa590661ee0069cfa3e5d2bdab4386b7e38a6b3e5b9
|
|
|
playwright-test-trace-ee-8.0-1
|
208 Bytes |
sha256:33ca8d4c827c9794196fa1556a60e5fc75c5cb9b8de479094607c8d15a313704
|
|
|
playwright-test-trace-ee-8.0-2
|
208 Bytes |
sha256:611223531ba61dd769c28740539897607ded105a61fdfc27a5f115fa9041b38e
|
|
|
playwright-test-trace-ee-8.0-3
|
208 Bytes |
sha256:9259d6b0287c73262ca0e76d3e281656c91887b5b4e4d03f50ad58d3269d2e23
|
|
|
playwright-test-trace-ee-8.0-4
|
208 Bytes |
sha256:8b68d1cdf6624033b8a23ad2a3496b2e218929c55cd10888eb690a143903538f
|
|
|
playwright-test-trace-ee-8.0-5
|
11.1 MB |
sha256:8e34419d3757495e6b504532eaa7fef563ce976259da06e692fc1867a615a365
|
|
|
turbo-build
|
13.1 MB |
sha256:19f82bfea3d3d71d4ba31b09202444b4020fd5901ba1438c1af7eeffc1c4010f
|
|