Skip to content

Build consume fix #24479

Build consume fix

Build consume fix #24479

Triggered via pull request March 16, 2026 08:54
Status Failure
Total duration 39m 53s
Artifacts 6

qc_checks.yaml

on: pull_request
Style [pre-commit]
37s
Style [pre-commit]
Tests - API Schema Documentation
7m 25s
Tests - API Schema Documentation
Style [Documentation]
36s
Style [Documentation]
Tests - Migrations [PostgreSQL]
Tests - Migrations [PostgreSQL]
Tests - Full Migration [SQLite]
Tests - Full Migration [SQLite]
Style [Typecheck]
4m 5s
Style [Typecheck]
Tests - inventree-python
6m 48s
Tests - inventree-python
Tests - Performance
0s
Tests - Performance
Tests - DB [PostgreSQL]
20m 8s
Tests - DB [PostgreSQL]
Tests - DB [MySQL]
20m 49s
Tests - DB [MySQL]
Tests - Web UI
38m 55s
Tests - Web UI
Security [Zizmor]
0s
Security [Zizmor]
Matrix: coverage
Push new schema
0s
Push new schema
Fit to window
Zoom out
Zoom in

Annotations

11 errors, 28 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
[chromium] β€Ί tests/pages/pui_build.spec.ts:29:1 β€Ί Build Order - Basic Tests: src/frontend/tests/pages/pui_build.spec.ts#L88
3) [chromium] β€Ί tests/pages/pui_build.spec.ts:29:1 β€Ί Build Order - Basic Tests ─────────────────── Error: locator.waitFor: Test ended. Call log: - waiting for getByText('R_10R_0402_1%') to be visible 86 | 87 | // Check for expected text in the table > 88 | await page.getByText('R_10R_0402_1%').waitFor(); | ^ 89 | await page 90 | .getByRole('cell', { name: 'R38, R39, R40, R41, R42, R43' }) 91 | .waitFor(); at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_build.spec.ts:88:41
[chromium] β€Ί tests/pages/pui_build.spec.ts:29:1 β€Ί Build Order - Basic Tests: src/frontend/tests/pages/pui_build.spec.ts#L0
3) [chromium] β€Ί tests/pages/pui_build.spec.ts:29:1 β€Ί Build Order - Basic Tests ─────────────────── Test timeout of 90000ms exceeded.
[firefox] β€Ί tests/pages/pui_part.spec.ts:280:1 β€Ί Parts - Requirements: src/frontend/tests/pages/pui_part.spec.ts#L322
2) [firefox] β€Ί tests/pages/pui_part.spec.ts:280:1 β€Ί Parts - Requirements ───────────────────────── Retry #3 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.waitFor: Error: strict mode violation: getByText(/2 \/ \d+/) resolved to 2 elements: 1) <p data-size="xs" class="mantine-focus-auto m_b6d8b162 mantine-Text-root">32 / 34</p> aka getByText('/ 34') 2) <p data-size="xs" class="mantine-focus-auto m_b6d8b162 mantine-Text-root">2 / 12</p> aka getByText('/ 12') Call log: - waiting for getByText(/2 \/ \d+/) to be visible 320 | await page.getByText('In Stock: 34').waitFor(); 321 | await page.getByText(/Required: \d+/).waitFor(); > 322 | await page.getByText(/2 \/ \d+/).waitFor(); // Allocated to build orders | ^ 323 | }); 324 | 325 | test('Parts - Allocations', async ({ browser }) => { at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_part.spec.ts:322:36
[firefox] β€Ί tests/pages/pui_part.spec.ts:280:1 β€Ί Parts - Requirements: src/frontend/tests/pages/pui_part.spec.ts#L322
2) [firefox] β€Ί tests/pages/pui_part.spec.ts:280:1 β€Ί Parts - Requirements ───────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.waitFor: Error: strict mode violation: getByText(/2 \/ \d+/) resolved to 2 elements: 1) <p data-size="xs" class="mantine-focus-auto m_b6d8b162 mantine-Text-root">32 / 34</p> aka getByText('/ 34') 2) <p data-size="xs" class="mantine-focus-auto m_b6d8b162 mantine-Text-root">2 / 12</p> aka getByText('/ 12') Call log: - waiting for getByText(/2 \/ \d+/) to be visible 320 | await page.getByText('In Stock: 34').waitFor(); 321 | await page.getByText(/Required: \d+/).waitFor(); > 322 | await page.getByText(/2 \/ \d+/).waitFor(); // Allocated to build orders | ^ 323 | }); 324 | 325 | test('Parts - Allocations', async ({ browser }) => { at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_part.spec.ts:322:36
[firefox] β€Ί tests/pages/pui_part.spec.ts:280:1 β€Ί Parts - Requirements: src/frontend/tests/pages/pui_part.spec.ts#L322
2) [firefox] β€Ί tests/pages/pui_part.spec.ts:280:1 β€Ί Parts - Requirements ───────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.waitFor: Error: strict mode violation: getByText(/2 \/ \d+/) resolved to 2 elements: 1) <p data-size="xs" class="mantine-focus-auto m_b6d8b162 mantine-Text-root">32 / 34</p> aka getByText('/ 34') 2) <p data-size="xs" class="mantine-focus-auto m_b6d8b162 mantine-Text-root">2 / 12</p> aka getByText('/ 12') Call log: - waiting for getByText(/2 \/ \d+/) to be visible 320 | await page.getByText('In Stock: 34').waitFor(); 321 | await page.getByText(/Required: \d+/).waitFor(); > 322 | await page.getByText(/2 \/ \d+/).waitFor(); // Allocated to build orders | ^ 323 | }); 324 | 325 | test('Parts - Allocations', async ({ browser }) => { at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_part.spec.ts:322:36
[firefox] β€Ί tests/pages/pui_part.spec.ts:280:1 β€Ί Parts - Requirements: src/frontend/tests/pages/pui_part.spec.ts#L322
2) [firefox] β€Ί tests/pages/pui_part.spec.ts:280:1 β€Ί Parts - Requirements ───────────────────────── Error: locator.waitFor: Error: strict mode violation: getByText(/2 \/ \d+/) resolved to 2 elements: 1) <p data-size="xs" class="mantine-focus-auto m_b6d8b162 mantine-Text-root">32 / 34</p> aka getByText('/ 34') 2) <p data-size="xs" class="mantine-focus-auto m_b6d8b162 mantine-Text-root">2 / 12</p> aka getByText('/ 12') Call log: - waiting for getByText(/2 \/ \d+/) to be visible 320 | await page.getByText('In Stock: 34').waitFor(); 321 | await page.getByText(/Required: \d+/).waitFor(); > 322 | await page.getByText(/2 \/ \d+/).waitFor(); // Allocated to build orders | ^ 323 | }); 324 | 325 | test('Parts - Allocations', async ({ browser }) => { at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_part.spec.ts:322:36
[chromium] β€Ί tests/pages/pui_part.spec.ts:280:1 β€Ί Parts - Requirements: src/frontend/tests/pages/pui_part.spec.ts#L322
1) [chromium] β€Ί tests/pages/pui_part.spec.ts:280:1 β€Ί Parts - Requirements ──────────────────────── Retry #3 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.waitFor: Error: strict mode violation: getByText(/2 \/ \d+/) resolved to 2 elements: 1) <p data-size="xs" class="mantine-focus-auto m_b6d8b162 mantine-Text-root">32 / 34</p> aka getByText('/ 34') 2) <p data-size="xs" class="mantine-focus-auto m_b6d8b162 mantine-Text-root">2 / 2</p> aka getByText('/ 2') Call log: - waiting for getByText(/2 \/ \d+/) to be visible 320 | await page.getByText('In Stock: 34').waitFor(); 321 | await page.getByText(/Required: \d+/).waitFor(); > 322 | await page.getByText(/2 \/ \d+/).waitFor(); // Allocated to build orders | ^ 323 | }); 324 | 325 | test('Parts - Allocations', async ({ browser }) => { at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_part.spec.ts:322:36
[chromium] β€Ί tests/pages/pui_part.spec.ts:280:1 β€Ί Parts - Requirements: src/frontend/tests/pages/pui_part.spec.ts#L322
1) [chromium] β€Ί tests/pages/pui_part.spec.ts:280:1 β€Ί Parts - Requirements ──────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.waitFor: Error: strict mode violation: getByText(/2 \/ \d+/) resolved to 2 elements: 1) <p data-size="xs" class="mantine-focus-auto m_b6d8b162 mantine-Text-root">32 / 34</p> aka getByText('/ 34') 2) <p data-size="xs" class="mantine-focus-auto m_b6d8b162 mantine-Text-root">2 / 2</p> aka getByText('/ 2') Call log: - waiting for getByText(/2 \/ \d+/) to be visible 320 | await page.getByText('In Stock: 34').waitFor(); 321 | await page.getByText(/Required: \d+/).waitFor(); > 322 | await page.getByText(/2 \/ \d+/).waitFor(); // Allocated to build orders | ^ 323 | }); 324 | 325 | test('Parts - Allocations', async ({ browser }) => { at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_part.spec.ts:322:36
[chromium] β€Ί tests/pages/pui_part.spec.ts:280:1 β€Ί Parts - Requirements: src/frontend/tests/pages/pui_part.spec.ts#L322
1) [chromium] β€Ί tests/pages/pui_part.spec.ts:280:1 β€Ί Parts - Requirements ──────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.waitFor: Error: strict mode violation: getByText(/2 \/ \d+/) resolved to 2 elements: 1) <p data-size="xs" class="mantine-focus-auto m_b6d8b162 mantine-Text-root">32 / 34</p> aka getByText('/ 34') 2) <p data-size="xs" class="mantine-focus-auto m_b6d8b162 mantine-Text-root">2 / 2</p> aka getByText('/ 2') Call log: - waiting for getByText(/2 \/ \d+/) to be visible 320 | await page.getByText('In Stock: 34').waitFor(); 321 | await page.getByText(/Required: \d+/).waitFor(); > 322 | await page.getByText(/2 \/ \d+/).waitFor(); // Allocated to build orders | ^ 323 | }); 324 | 325 | test('Parts - Allocations', async ({ browser }) => { at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_part.spec.ts:322:36
[chromium] β€Ί tests/pages/pui_part.spec.ts:280:1 β€Ί Parts - Requirements: src/frontend/tests/pages/pui_part.spec.ts#L322
1) [chromium] β€Ί tests/pages/pui_part.spec.ts:280:1 β€Ί Parts - Requirements ──────────────────────── Error: locator.waitFor: Error: strict mode violation: getByText(/2 \/ \d+/) resolved to 2 elements: 1) <p data-size="xs" class="mantine-focus-auto m_b6d8b162 mantine-Text-root">32 / 34</p> aka getByText('/ 34') 2) <p data-size="xs" class="mantine-focus-auto m_b6d8b162 mantine-Text-root">2 / 2</p> aka getByText('/ 2') Call log: - waiting for getByText(/2 \/ \d+/) to be visible 320 | await page.getByText('In Stock: 34').waitFor(); 321 | await page.getByText(/Required: \d+/).waitFor(); > 322 | await page.getByText(/2 \/ \d+/).waitFor(); // Allocated to build orders | ^ 323 | }); 324 | 325 | test('Parts - Allocations', async ({ browser }) => { at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_part.spec.ts:322:36
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/
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/
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>0yMW3aQAAAABrf3RcLxBVRrYULDvLxn7NUEhMMzBFREdFMDExNwBFZGdl
Build - Web UI
Failed to restore: Cache service responded with 400
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>0dca3aQAAAABMS3U0vYugSYEeHv4WW3RLUEhMMzBFREdFMDQwOQBFZGdl
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>0EMe3aQAAAAAOV1Gv5ACwS6jDtDXv7o2EUEhYMzFFREdFMDIxOQBFZGdl
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 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>0Fse3aQAAAADYt5RApp6ITYcHqDLGfabtUEFPRURHRTA1MTAARWRnZQ==
Tests - inventree-python
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 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>0N8q3aQAAAAB0odi22rgxQpEP6UAzgNSPUEhYMzFFREdFMDYxOQBFZGdl
Tests - DB [PostgreSQL]
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 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>0YMq3aQAAAABMIWMA50PVR5mIlXCnu60PUEhMMzBFREdFMDQwOABFZGdl
Tests - DB [MySQL]
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.14
No files were found with the provided path: .coverage. No artifacts will be uploaded.
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 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>0Bsy3aQAAAACg1QbKqBK4SZbEx2Tsq+XyRE0yRURHRTA3MTMARWRnZQ==
Tests - DB [SQLite] + Coverage 3.11
No files were found with the provided path: .coverage. No artifacts will be uploaded.
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
🎭 Playwright Run Summary
2 failed [chromium] β€Ί tests/pages/pui_part.spec.ts:280:1 β€Ί Parts - Requirements ───────────────────────── [firefox] β€Ί tests/pages/pui_part.spec.ts:280:1 β€Ί Parts - Requirements ────────────────────────── 13 flaky [chromium] β€Ί tests/pages/pui_build.spec.ts:29:1 β€Ί Build Order - Basic Tests ──────────────────── [chromium] β€Ί tests/pages/pui_build.spec.ts:213:1 β€Ί Build Order - Build Outputs ───────────────── [chromium] β€Ί tests/pages/pui_build.spec.ts:435:1 β€Ί Build Order - Auto Allocate Tracked ───────── [chromium] β€Ί tests/pages/pui_part.spec.ts:792:1 β€Ί Parts - Import supplier part ───────────────── [chromium] β€Ί tests/pui_login.spec.ts:11:1 β€Ί Login - Failures ─────────────────────────────────── [chromium] β€Ί tests/pui_machines.spec.ts:21:1 β€Ί Machines - Activation ─────────────────────────── [chromium] β€Ί tests/pui_plugins.spec.ts:197:1 β€Ί Plugins - Custom Admin ────────────────────────── [firefox] β€Ί tests/pages/pui_build.spec.ts:213:1 β€Ί Build Order - Build Outputs ────────────────── [firefox] β€Ί tests/pages/pui_part.spec.ts:147:1 β€Ί Parts - BOM Validation ──────────────────────── [firefox] β€Ί tests/pages/pui_purchase_order.spec.ts:173:1 β€Ί Purchase Orders - Calendar ────────── [firefox] β€Ί tests/pages/pui_sales_order.spec.ts:130:1 β€Ί Sales Orders - Shipments ─────────────── [firefox] β€Ί tests/pui_login.spec.ts:90:1 β€Ί Login - MFA - TOTP ────────────────────────────────── [firefox] β€Ί tests/pui_plugins.spec.ts:149:1 β€Ί Plugins - Panels ───────────────────────────────── 237 passed (30.2m)
🎭 Playwright Run Summary
2 passed (46.0s)

Artifacts

Produced during runtime
Name Size Digest
frontend-build
11.3 MB
sha256:608619f43d58ae3e85cd50db26e1abfb05f70f2c16e58dca2eb5432a1181e55f
inventree_filters.yml
5.29 KB
sha256:b796b4d5467c311e279b2d6f712c3c27921f096a927670f4df0861d467c51a58
inventree_settings.json
7.25 KB
sha256:58a93fdfca5d2a453bece10345397d4115c6866290c91487ad7984aba30bb68d
inventree_tags.yml
13.6 KB
sha256:7b79079d7182adb48c8d279b7d941cd5d5261926068448d50f0104f13d0f51dc
playwright-report
140 MB
sha256:0a1fd9929a671a217a9c24335caac8c3b82d9937ffc9551eb757755127202d07
schema.yml
90.3 KB
sha256:9c4213b6d2a4db1d7499e364580805f98e3a83952260611f9cfab023626652ef