bump weasyprint #24493
qc_checks.yaml
on: pull_request
Filter
8s
Build - Web UI
2m 11s
Style [Documentation]
32s
Tests - Migrations [PostgreSQL]
51m 45s
Tests - Full Migration [SQLite]
4m 41s
Style [Typecheck]
3m 57s
Tests - inventree-python
7m 0s
Tests - Performance
0s
Tests - DB [PostgreSQL]
20m 23s
Tests - DB [MySQL]
18m 2s
Tests - Web UI
38m 48s
Security [Zizmor]
20s
Matrix: coverage
Push new schema
Annotations
16 errors, 29 warnings, and 2 notices
|
Tests - API Schema Documentation
An error occurred trying to start process '/usr/bin/bash' with working directory '/home/runner/work/InvenTree/InvenTree'. Argument list too long
|
|
Tests - inventree-python
Process completed with exit code 1.
|
|
Tests - DB [MySQL]
Process completed with exit code 1.
|
|
Tests - DB [PostgreSQL]
Process completed with exit code 1.
|
|
Tests - DB [SQLite] + Coverage 3.14
Process completed with exit code 1.
|
|
Tests - DB [SQLite] + Coverage 3.11
Process completed with exit code 1.
|
|
[chromium] βΊ tests/pui_importing.spec.ts:73:1 βΊ Importing - BOM:
src/frontend/tests/pui_importing.spec.ts#L97
2) [chromium] βΊ tests/pui_importing.spec.ts:73:1 βΊ Importing - BOM βββββββββββββββββββββββββββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: locator.waitFor: Error: strict mode violation: getByText('Importing Data') resolved to 2 elements:
1) <p data-size="lg" data-variant="gradient" class="mantine-focus-auto m_b6d8b162 mantine-Text-root">Importing Data</p> aka getByRole('heading').getByText('Importing Data')
2) <p data-size="lg" data-variant="gradient" class="mantine-focus-auto m_b6d8b162 mantine-Text-root">Importing Data</p> aka getByText('Importing Data').nth(1)
Call log:
- waiting for getByText('Importing Data') to be visible
95 | await page.waitForTimeout(500);
96 |
> 97 | await page.getByText('Importing Data').waitFor();
| ^
98 | await page.getByText('0 / 3').waitFor();
99 |
100 | await page.getByText('Screw for fixing wood').first().waitFor();
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pui_importing.spec.ts:97:42
|
|
[chromium] βΊ tests/pui_importing.spec.ts:73:1 βΊ Importing - BOM:
src/frontend/tests/pui_importing.spec.ts#L97
2) [chromium] βΊ tests/pui_importing.spec.ts:73:1 βΊ Importing - BOM βββββββββββββββββββββββββββββββ
Error: locator.waitFor: Error: strict mode violation: getByText('Importing Data') resolved to 2 elements:
1) <p data-size="lg" data-variant="gradient" class="mantine-focus-auto m_b6d8b162 mantine-Text-root">Importing Data</p> aka getByRole('heading').getByText('Importing Data')
2) <p data-size="lg" data-variant="gradient" class="mantine-focus-auto m_b6d8b162 mantine-Text-root">Importing Data</p> aka getByText('Importing Data').nth(1)
Call log:
- waiting for getByText('Importing Data') to be visible
95 | await page.waitForTimeout(500);
96 |
> 97 | await page.getByText('Importing Data').waitFor();
| ^
98 | await page.getByText('0 / 3').waitFor();
99 |
100 | await page.getByText('Screw for fixing wood').first().waitFor();
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pui_importing.spec.ts:97:42
|
|
[chromium] βΊ tests/pages/pui_part.spec.ts:277:1 βΊ Parts - Requirements:
src/frontend/tests/pages/pui_part.spec.ts#L316
1) [chromium] βΊ tests/pages/pui_part.spec.ts:277:1 βΊ Parts - Requirements ββββββββββββββββββββββββ
Retry #3 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: locator.waitFor: Test ended.
Call log:
- waiting for getByText('Required: 2') to be visible
314 | await navigate(page, 'part/105/details');
315 |
> 316 | await page.getByText('Required: 2').waitFor();
| ^
317 | await page.getByText('Available: 32').waitFor();
318 | await page.getByText('In Stock: 34').waitFor();
319 | await page.getByText('2 / 2').waitFor(); // Allocated to build orders
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_part.spec.ts:316:39
|
|
[chromium] βΊ tests/pages/pui_part.spec.ts:277:1 βΊ Parts - Requirements:
src/frontend/tests/pages/pui_part.spec.ts#L0
1) [chromium] βΊ tests/pages/pui_part.spec.ts:277:1 βΊ Parts - Requirements ββββββββββββββββββββββββ
Retry #3 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Test timeout of 90000ms exceeded.
|
|
[chromium] βΊ tests/pages/pui_part.spec.ts:277:1 βΊ Parts - Requirements:
src/frontend/tests/pages/pui_part.spec.ts#L316
1) [chromium] βΊ tests/pages/pui_part.spec.ts:277:1 βΊ Parts - Requirements ββββββββββββββββββββββββ
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: locator.waitFor: Test ended.
Call log:
- waiting for getByText('Required: 2') to be visible
314 | await navigate(page, 'part/105/details');
315 |
> 316 | await page.getByText('Required: 2').waitFor();
| ^
317 | await page.getByText('Available: 32').waitFor();
318 | await page.getByText('In Stock: 34').waitFor();
319 | await page.getByText('2 / 2').waitFor(); // Allocated to build orders
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_part.spec.ts:316:39
|
|
[chromium] βΊ tests/pages/pui_part.spec.ts:277:1 βΊ Parts - Requirements:
src/frontend/tests/pages/pui_part.spec.ts#L0
1) [chromium] βΊ tests/pages/pui_part.spec.ts:277:1 βΊ Parts - Requirements ββββββββββββββββββββββββ
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Test timeout of 90000ms exceeded.
|
|
[chromium] βΊ tests/pages/pui_part.spec.ts:277:1 βΊ Parts - Requirements:
src/frontend/tests/pages/pui_part.spec.ts#L316
1) [chromium] βΊ tests/pages/pui_part.spec.ts:277:1 βΊ Parts - Requirements ββββββββββββββββββββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: locator.waitFor: Test ended.
Call log:
- waiting for getByText('Required: 2') to be visible
314 | await navigate(page, 'part/105/details');
315 |
> 316 | await page.getByText('Required: 2').waitFor();
| ^
317 | await page.getByText('Available: 32').waitFor();
318 | await page.getByText('In Stock: 34').waitFor();
319 | await page.getByText('2 / 2').waitFor(); // Allocated to build orders
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_part.spec.ts:316:39
|
|
[chromium] βΊ tests/pages/pui_part.spec.ts:277:1 βΊ Parts - Requirements:
src/frontend/tests/pages/pui_part.spec.ts#L0
1) [chromium] βΊ tests/pages/pui_part.spec.ts:277:1 βΊ Parts - Requirements ββββββββββββββββββββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Test timeout of 90000ms exceeded.
|
|
[chromium] βΊ tests/pages/pui_part.spec.ts:277:1 βΊ Parts - Requirements:
src/frontend/tests/pages/pui_part.spec.ts#L316
1) [chromium] βΊ tests/pages/pui_part.spec.ts:277:1 βΊ Parts - Requirements ββββββββββββββββββββββββ
Error: locator.waitFor: Test ended.
Call log:
- waiting for getByText('Required: 2') to be visible
314 | await navigate(page, 'part/105/details');
315 |
> 316 | await page.getByText('Required: 2').waitFor();
| ^
317 | await page.getByText('Available: 32').waitFor();
318 | await page.getByText('In Stock: 34').waitFor();
319 | await page.getByText('2 / 2').waitFor(); // Allocated to build orders
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_part.spec.ts:316:39
|
|
[chromium] βΊ tests/pages/pui_part.spec.ts:277:1 βΊ Parts - Requirements:
src/frontend/tests/pages/pui_part.spec.ts#L0
1) [chromium] βΊ tests/pages/pui_part.spec.ts:277:1 βΊ Parts - Requirements ββββββββββββββββββββββββ
Test timeout of 90000ms exceeded.
|
|
Filter
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build - Web UI
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7, actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build - Web UI
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0uoC4aQAAAAD3HwnS3Od5S7vO0dRlQ8Y/UEhMMzBFREdFMDExMgBFZGdl
|
|
Build - Web UI
Failed to restore: Cache service responded with 400
|
|
Style [pre-commit]
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Tests - Full Migration [SQLite]
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Tests - Full Migration [SQLite]
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0f4G4aQAAAAASGlxS5TXcS6/8CVhuw3HaQ0hJMzBFREdFMDQyMgBFZGdl
|
|
Tests - Full Migration [SQLite]
Failed to restore: Cache service responded with 400
|
|
Security [Zizmor]
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, gacts/run-and-post-run@4683764dd706df847f57b9bed39d08164bcd2690. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Style [Typecheck]
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Style [Typecheck]
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0hIK4aQAAAABGbxMs3f1GRIA/Fu4adcMRRE0yRURHRTA5MTkARWRnZQ==
|
|
Style [Typecheck]
Failed to restore: Cache service responded with 400
|
|
Tests - API Schema Documentation
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Tests - API Schema Documentation
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0ioK4aQAAAAC7J8lbY5XNQrCVTzcUHk9IQ0hJMzBFREdFMDIxNwBFZGdl
|
|
Tests - API Schema Documentation
Failed to restore: Cache service responded with 400
|
|
Tests - inventree-python
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7, actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Tests - inventree-python
Failed to restore: Cache service responded with 400
|
|
Tests - DB [MySQL]
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Tests - DB [MySQL]
Failed to restore: Cache service responded with 400
|
|
Tests - DB [PostgreSQL]
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Tests - DB [PostgreSQL]
Failed to restore: Cache service responded with 400
|
|
Tests - DB [SQLite] + Coverage 3.14
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea, actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Tests - DB [SQLite] + Coverage 3.11
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea, actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Tests - DB [SQLite] + Coverage 3.11
Failed to restore: Cache service responded with 400
|
|
Tests - Web UI
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7, actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Tests - Web UI
Failed to restore: Cache service responded with 400
|
|
Tests - Migrations [PostgreSQL]
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea, actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Tests - Migrations [PostgreSQL]
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0CI24aQAAAAAkjTS8d+6WS4//MvIh7NF4UEhYMzFFREdFMDIwNwBFZGdl
|
|
Tests - Migrations [PostgreSQL]
Failed to restore: Cache service responded with 400
|
|
π Playwright Run Summary
4 failed
[chromium] βΊ tests/pages/pui_part.spec.ts:277:1 βΊ Parts - Requirements βββββββββββββββββββββββββ
[chromium] βΊ tests/pui_importing.spec.ts:73:1 βΊ Importing - BOM ββββββββββββββββββββββββββββββββ
[firefox] βΊ tests/pages/pui_build.spec.ts:213:1 βΊ Build Order - Build Outputs ββββββββββββββββββ
[firefox] βΊ tests/pages/pui_part.spec.ts:277:1 βΊ Parts - Requirements ββββββββββββββββββββββββββ
5 flaky
[chromium] βΊ tests/pages/pui_part.spec.ts:92:1 βΊ Parts - BOM βββββββββββββββββββββββββββββββββββ
[chromium] βΊ tests/pages/pui_part.spec.ts:789:1 βΊ Parts - Import supplier part βββββββββββββββββ
[chromium] βΊ tests/pages/pui_purchase_order.spec.ts:173:1 βΊ Purchase Orders - Calendar βββββββββ
[firefox] βΊ tests/pages/pui_build.spec.ts:521:1 βΊ Build Order - Tracked Outputs ββββββββββββββββ
[firefox] βΊ tests/pui_plugins.spec.ts:149:1 βΊ Plugins - Panels βββββββββββββββββββββββββββββββββ
243 passed (30.1m)
|
|
π Playwright Run Summary
2 passed (45.7s)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
frontend-build
Expired
|
11.3 MB |
sha256:d965b73b3a2384d23b47691dbc3595fa91f6772c5da9512aefe2310e3699e284
|
|
|
inventree_filters.yml
Expired
|
5.29 KB |
sha256:40ff5de92da42594568bcf4119e2e5ccf49661fe2fbf01c2d83ecb2ba5c6897e
|
|
|
inventree_settings.json
Expired
|
7.25 KB |
sha256:b5f1f4a790143484b99e6cfb2b6dbd977ef319415de7098bb5f688ef365e56b4
|
|
|
inventree_tags.yml
Expired
|
13.6 KB |
sha256:4687fcc5dda979725371333eb80b9a49f410ce5eee3607390b0ef3bf882b4e6f
|
|
|
playwright-report
Expired
|
106 MB |
sha256:29eeb10895ba81727e850c6777cd95605e5e1ec159586befb08a03f04691dfc5
|
|
|
schema.yml
Expired
|
90.3 KB |
sha256:d364c6fed86fcb4f87f11a1065a58e9be2ef042b6a3b74960b7965b2580b70e4
|
|