Chore/lea 634/test linear #6858
playwright.yml
on: pull_request
Matrix: test
Merge reports
27s
Annotations
20 errors, 21 warnings, and 10 notices
[chromium] › specs/transactions/transactions.spec.ts:47:5 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount:
tests/specs/transactions/transactions.spec.ts#L13
1) [chromium] › specs/transactions/transactions.spec.ts:47:5 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount
Test timeout of 30000ms exceeded while running "beforeEach" hook.
11 | let testAppPage: TestAppPage;
12 |
> 13 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage, context }) => {
| ^
14 | await globalPage.setupAndUseApiCalls(extensionId);
15 | await onboardingPage.signInWithTestAccount(extensionId);
16 | testAppPage = await TestAppPage.openDemoPage(context);
at /home/runner/work/extension/extension/tests/specs/transactions/transactions.spec.ts:13:8
|
[chromium] › specs/transactions/transactions.spec.ts:47:5 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount:
tests/page-object-models/onboarding.page.ts#L310
1) [chromium] › specs/transactions/transactions.spec.ts:47:5 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount
Error: page.goto: Target page, context or browser has been closed
Call log:
- navigating to "chrome-extension://ecglnfnhimaihdkpolkogpngodkkjhdm/index.html", waiting until "networkidle"
at page-object-models/onboarding.page.ts:310
308 | );
309 |
> 310 | await this.page.goto(`chrome-extension://${id}/index.html`, { waitUntil: 'networkidle' });
| ^
311 |
312 | iterationCounter.increment();
313 | } while (!(await isSignedIn()));
at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:310:23)
at /home/runner/work/extension/extension/tests/specs/transactions/transactions.spec.ts:15:5
|
[chromium] › specs/settings/settings.spec.ts:47:3 › Settings menu › that menu item allows viewing and saving secret key to clipboard:
tests/specs/settings/settings.spec.ts#L9
1) [chromium] › specs/settings/settings.spec.ts:47:3 › Settings menu › that menu item allows viewing and saving secret key to clipboard
Test timeout of 30000ms exceeded while running "beforeEach" hook.
7 |
8 | test.describe('Settings menu', () => {
> 9 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage }) => {
| ^
10 | await globalPage.setupAndUseApiCalls(extensionId);
11 | await onboardingPage.signInWithTestAccount(extensionId);
12 | });
at /home/runner/work/extension/extension/tests/specs/settings/settings.spec.ts:9:8
|
[chromium] › specs/settings/settings.spec.ts:47:3 › Settings menu › that menu item allows viewing and saving secret key to clipboard:
tests/page-object-models/onboarding.page.ts#L310
1) [chromium] › specs/settings/settings.spec.ts:47:3 › Settings menu › that menu item allows viewing and saving secret key to clipboard
Error: page.goto: Target page, context or browser has been closed
Call log:
- navigating to "chrome-extension://ecglnfnhimaihdkpolkogpngodkkjhdm/index.html", waiting until "networkidle"
at page-object-models/onboarding.page.ts:310
308 | );
309 |
> 310 | await this.page.goto(`chrome-extension://${id}/index.html`, { waitUntil: 'networkidle' });
| ^
311 |
312 | iterationCounter.increment();
313 | } while (!(await isSignedIn()));
at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:310:23)
at /home/runner/work/extension/extension/tests/specs/settings/settings.spec.ts:11:5
|
[chromium] › specs/settings/settings.spec.ts:47:3 › Settings menu › that menu item allows viewing and saving secret key to clipboard:
tests/specs/settings/settings.spec.ts#L9
1) [chromium] › specs/settings/settings.spec.ts:47:3 › Settings menu › that menu item allows viewing and saving secret key to clipboard
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
7 |
8 | test.describe('Settings menu', () => {
> 9 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage }) => {
| ^
10 | await globalPage.setupAndUseApiCalls(extensionId);
11 | await onboardingPage.signInWithTestAccount(extensionId);
12 | });
at /home/runner/work/extension/extension/tests/specs/settings/settings.spec.ts:9:8
|
[chromium] › specs/settings/settings.spec.ts:47:3 › Settings menu › that menu item allows viewing and saving secret key to clipboard:
tests/page-object-models/onboarding.page.ts#L310
1) [chromium] › specs/settings/settings.spec.ts:47:3 › Settings menu › that menu item allows viewing and saving secret key to clipboard
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: Target page, context or browser has been closed
Call log:
- navigating to "chrome-extension://ecglnfnhimaihdkpolkogpngodkkjhdm/index.html", waiting until "networkidle"
at page-object-models/onboarding.page.ts:310
308 | );
309 |
> 310 | await this.page.goto(`chrome-extension://${id}/index.html`, { waitUntil: 'networkidle' });
| ^
311 |
312 | iterationCounter.increment();
313 | } while (!(await isSignedIn()));
at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:310:23)
at /home/runner/work/extension/extension/tests/specs/settings/settings.spec.ts:11:5
|
[chromium] › specs/network/add-network.spec.ts:29:3 › Networks tests › validation error when stacks api url is empty:
tests/specs/network/add-network.spec.ts#L9
1) [chromium] › specs/network/add-network.spec.ts:29:3 › Networks tests › validation error when stacks api url is empty
Test timeout of 30000ms exceeded while running "beforeEach" hook.
7 |
8 | test.describe('Networks tests', () => {
> 9 | test.beforeEach(
| ^
10 | async ({ extensionId, globalPage, onboardingPage, homePage, networkPage, page }) => {
11 | await globalPage.setupAndUseApiCalls(extensionId);
12 | await onboardingPage.signInWithTestAccount(extensionId);
at /home/runner/work/extension/extension/tests/specs/network/add-network.spec.ts:9:8
|
[chromium] › specs/network/add-network.spec.ts:29:3 › Networks tests › validation error when stacks api url is empty:
tests/page-object-models/onboarding.page.ts#L310
1) [chromium] › specs/network/add-network.spec.ts:29:3 › Networks tests › validation error when stacks api url is empty
Error: page.goto: Target page, context or browser has been closed
Call log:
- navigating to "chrome-extension://ecglnfnhimaihdkpolkogpngodkkjhdm/index.html", waiting until "networkidle"
at page-object-models/onboarding.page.ts:310
308 | );
309 |
> 310 | await this.page.goto(`chrome-extension://${id}/index.html`, { waitUntil: 'networkidle' });
| ^
311 |
312 | iterationCounter.increment();
313 | } while (!(await isSignedIn()));
at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:310:23)
at /home/runner/work/extension/extension/tests/specs/network/add-network.spec.ts:12:7
|
[chromium] › specs/send/send-inscription.spec.ts:37:5 › send inscription › validation errors › should show the insufficient balance error:
tests/specs/send/send-inscription.spec.ts#L15
1) [chromium] › specs/send/send-inscription.spec.ts:37:5 › send inscription › validation errors › should show the insufficient balance error
Test timeout of 30000ms exceeded while running "beforeEach" hook.
13 |
14 | test.describe('send inscription', () => {
> 15 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage }) => {
| ^
16 | await globalPage.setupAndUseApiCalls(extensionId);
17 | await onboardingPage.signInWithTestAccount(extensionId);
18 | await mockTestnetTestAccountInscriptionsRequests(globalPage.page, [mockInscriptionResponse3]);
at /home/runner/work/extension/extension/tests/specs/send/send-inscription.spec.ts:15:8
|
[chromium] › specs/send/send-inscription.spec.ts:37:5 › send inscription › validation errors › should show the insufficient balance error:
tests/page-object-models/onboarding.page.ts#L310
1) [chromium] › specs/send/send-inscription.spec.ts:37:5 › send inscription › validation errors › should show the insufficient balance error
Error: page.goto: Target page, context or browser has been closed
Call log:
- navigating to "chrome-extension://ecglnfnhimaihdkpolkogpngodkkjhdm/index.html", waiting until "networkidle"
at page-object-models/onboarding.page.ts:310
308 | );
309 |
> 310 | await this.page.goto(`chrome-extension://${id}/index.html`, { waitUntil: 'networkidle' });
| ^
311 |
312 | iterationCounter.increment();
313 | } while (!(await isSignedIn()));
at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:310:23)
at /home/runner/work/extension/extension/tests/specs/send/send-inscription.spec.ts:17:5
|
[chromium] › specs/send/send-inscription.spec.ts:37:5 › send inscription › validation errors › should show the insufficient balance error:
tests/specs/send/send-inscription.spec.ts#L15
1) [chromium] › specs/send/send-inscription.spec.ts:37:5 › send inscription › validation errors › should show the insufficient balance error
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
13 |
14 | test.describe('send inscription', () => {
> 15 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage }) => {
| ^
16 | await globalPage.setupAndUseApiCalls(extensionId);
17 | await onboardingPage.signInWithTestAccount(extensionId);
18 | await mockTestnetTestAccountInscriptionsRequests(globalPage.page, [mockInscriptionResponse3]);
at /home/runner/work/extension/extension/tests/specs/send/send-inscription.spec.ts:15:8
|
[chromium] › specs/send/send-inscription.spec.ts:37:5 › send inscription › validation errors › should show the insufficient balance error:
tests/page-object-models/onboarding.page.ts#L310
1) [chromium] › specs/send/send-inscription.spec.ts:37:5 › send inscription › validation errors › should show the insufficient balance error
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: Target page, context or browser has been closed
Call log:
- navigating to "chrome-extension://ecglnfnhimaihdkpolkogpngodkkjhdm/index.html", waiting until "networkidle"
at page-object-models/onboarding.page.ts:310
308 | );
309 |
> 310 | await this.page.goto(`chrome-extension://${id}/index.html`, { waitUntil: 'networkidle' });
| ^
311 |
312 | iterationCounter.increment();
313 | } while (!(await isSignedIn()));
at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:310:23)
at /home/runner/work/extension/extension/tests/specs/send/send-inscription.spec.ts:17:5
|
[chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:139:3 › Sign PSBT › that a failed request occurs if an invalid index is provided:
tests/specs/rpc-sign-psbt/sign-psbt.spec.ts#L24
1) [chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:139:3 › Sign PSBT › that a failed request occurs if an invalid index is provided
Test timeout of 30000ms exceeded while running "beforeEach" hook.
22 |
23 | test.describe('Sign PSBT', () => {
> 24 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage, page }) => {
| ^
25 | await globalPage.setupAndUseApiCalls(extensionId);
26 | await onboardingPage.signInWithTestAccount(extensionId);
27 | await page.goto('localhost:3000');
at /home/runner/work/extension/extension/tests/specs/rpc-sign-psbt/sign-psbt.spec.ts:24:8
|
[chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:139:3 › Sign PSBT › that a failed request occurs if an invalid index is provided:
tests/page-object-models/onboarding.page.ts#L310
1) [chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:139:3 › Sign PSBT › that a failed request occurs if an invalid index is provided
Error: page.goto: Target page, context or browser has been closed
Call log:
- navigating to "chrome-extension://ecglnfnhimaihdkpolkogpngodkkjhdm/index.html", waiting until "networkidle"
at page-object-models/onboarding.page.ts:310
308 | );
309 |
> 310 | await this.page.goto(`chrome-extension://${id}/index.html`, { waitUntil: 'networkidle' });
| ^
311 |
312 | iterationCounter.increment();
313 | } while (!(await isSignedIn()));
at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:310:23)
at /home/runner/work/extension/extension/tests/specs/rpc-sign-psbt/sign-psbt.spec.ts:26:5
|
[chromium] › specs/fund/fund.spec.ts:12:3 › Buy tokens test › should redirect to provider URL while funding STX:
tests/specs/fund/fund.spec.ts#L6
1) [chromium] › specs/fund/fund.spec.ts:12:3 › Buy tokens test › should redirect to provider URL while funding STX
Test timeout of 30000ms exceeded while running "beforeEach" hook.
4 |
5 | test.describe('Buy tokens test', () => {
> 6 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage, homePage }) => {
| ^
7 | await globalPage.setupAndUseApiCalls(extensionId);
8 | await onboardingPage.signInWithTestAccount(extensionId);
9 | await homePage.goToFundChooseCurrencyPage();
at /home/runner/work/extension/extension/tests/specs/fund/fund.spec.ts:6:8
|
[chromium] › specs/fund/fund.spec.ts:12:3 › Buy tokens test › should redirect to provider URL while funding STX:
tests/page-object-models/onboarding.page.ts#L310
1) [chromium] › specs/fund/fund.spec.ts:12:3 › Buy tokens test › should redirect to provider URL while funding STX
Error: page.goto: Target page, context or browser has been closed
Call log:
- navigating to "chrome-extension://ecglnfnhimaihdkpolkogpngodkkjhdm/index.html", waiting until "networkidle"
at page-object-models/onboarding.page.ts:310
308 | );
309 |
> 310 | await this.page.goto(`chrome-extension://${id}/index.html`, { waitUntil: 'networkidle' });
| ^
311 |
312 | iterationCounter.increment();
313 | } while (!(await isSignedIn()));
at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:310:23)
at /home/runner/work/extension/extension/tests/specs/fund/fund.spec.ts:8:5
|
[chromium] › specs/ledger/ledger.spec.ts:35:7 › App with Ledger › withBitcoinAndStacksKey › receive modal opens:
tests/specs/ledger/ledger.spec.ts#L1
2) [chromium] › specs/ledger/ledger.spec.ts:35:7 › App with Ledger › withBitcoinAndStacksKey › receive modal opens
Test timeout of 30000ms exceeded.
|
[chromium] › specs/ledger/ledger.spec.ts:35:7 › App with Ledger › withBitcoinAndStacksKey › receive modal opens:
tests/page-object-models/home.page.ts#L56
2) [chromium] › specs/ledger/ledger.spec.ts:35:7 › App with Ledger › withBitcoinAndStacksKey › receive modal opens
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('receive-crypto-asset-btn')
at page-object-models/home.page.ts:56
54 |
55 | async goToReceiveDialog() {
> 56 | await this.page.getByTestId(HomePageSelectors.ReceiveCryptoAssetBtn).click();
| ^
57 | }
58 |
59 | // Open issue with Playwright's ability to copyToClipboard from legacy tests:
at HomePage.goToReceiveDialog (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:56:74)
at /home/runner/work/extension/extension/tests/specs/ledger/ledger.spec.ts:36:24
|
[chromium] › specs/ledger/ledger.spec.ts:35:7 › App with Ledger › withBitcoinAndStacksKey › receive modal opens:
tests/specs/ledger/ledger.spec.ts#L1
2) [chromium] › specs/ledger/ledger.spec.ts:35:7 › App with Ledger › withBitcoinAndStacksKey › receive modal opens
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › specs/ledger/ledger.spec.ts:35:7 › App with Ledger › withBitcoinAndStacksKey › receive modal opens:
tests/page-object-models/home.page.ts#L56
2) [chromium] › specs/ledger/ledger.spec.ts:35:7 › App with Ledger › withBitcoinAndStacksKey › receive modal opens
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('receive-crypto-asset-btn')
at page-object-models/home.page.ts:56
54 |
55 | async goToReceiveDialog() {
> 56 | await this.page.getByTestId(HomePageSelectors.ReceiveCryptoAssetBtn).click();
| ^
57 | }
58 |
59 | // Open issue with Playwright's ability to copyToClipboard from legacy tests:
at HomePage.goToReceiveDialog (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:56:74)
at /home/runner/work/extension/extension/tests/specs/ledger/ledger.spec.ts:36:24
|
Shard 5 of 10
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
[chromium] › specs/rpc-open/open.spec.ts#L1
[chromium] › specs/rpc-open/open.spec.ts took 28.1s
|
Shard 3 of 10
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
[chromium] › specs/onboarding/onboarding.spec.ts#L1
[chromium] › specs/onboarding/onboarding.spec.ts took 1.2m
|
Shard 4 of 10
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
[chromium] › specs/rpc-get-addresses/get-addresses.spec.ts#L1
[chromium] › specs/rpc-get-addresses/get-addresses.spec.ts took 1.0m
|
Slow Test:
[chromium] › specs/profile/profile.spec.ts#L1
[chromium] › specs/profile/profile.spec.ts took 29.0s
|
Shard 10 of 10
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Shard 9 of 10
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Shard 2 of 10
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
[chromium] › specs/message-signing/bip322-message-signing.spec.ts#L1
[chromium] › specs/message-signing/bip322-message-signing.spec.ts took 21.0s
|
Shard 7 of 10
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Shard 6 of 10
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
[chromium] › specs/send/send-btc.spec.ts#L1
[chromium] › specs/send/send-btc.spec.ts took 1.0m
|
Slow Test:
[chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts#L1
[chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts took 22.5s
|
Shard 8 of 10
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
[chromium] › specs/send/send-stx.spec.ts#L1
[chromium] › specs/send/send-stx.spec.ts took 3.3m
|
Shard 1 of 10
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
[chromium] › specs/compliance-checks/compliance-checks.spec.ts#L1
[chromium] › specs/compliance-checks/compliance-checks.spec.ts took 31.8s
|
Merge reports
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/download-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "all-blob-reports".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
🎭 Playwright Run Summary
2 passed (32.5s)
|
🎭 Playwright Run Summary
7 passed (1.3m)
|
🎭 Playwright Run Summary
12 passed (1.8m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › specs/transactions/transactions.spec.ts:47:5 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount
1 skipped
2 passed (1.6m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › specs/settings/settings.spec.ts:47:3 › Settings menu › that menu item allows viewing and saving secret key to clipboard
5 passed (2.2m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › specs/network/add-network.spec.ts:29:3 › Networks tests › validation error when stacks api url is empty
10 passed (2.2m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › specs/send/send-inscription.spec.ts:37:5 › send inscription › validation errors › should show the insufficient balance error
4 passed (2.1m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:139:3 › Sign PSBT › that a failed request occurs if an invalid index is provided
12 passed (2.9m)
|
🎭 Playwright Run Summary
16 passed (3.4m)
|
🎭 Playwright Run Summary
2 flaky
[chromium] › specs/fund/fund.spec.ts:12:3 › Buy tokens test › should redirect to provider URL while funding STX
[chromium] › specs/ledger/ledger.spec.ts:35:7 › App with Ledger › withBitcoinAndStacksKey › receive modal opens
14 passed (3.5m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports
Expired
|
13.6 MB |
|