Build consume fix #24479
qc_checks.yaml
on: pull_request
Filter
7s
Build - Web UI
2m 6s
Style [Documentation]
36s
Tests - Migrations [PostgreSQL]
Tests - Full Migration [SQLite]
Style [Typecheck]
4m 5s
Tests - inventree-python
6m 48s
Tests - Performance
0s
Tests - DB [PostgreSQL]
20m 8s
Tests - DB [MySQL]
20m 49s
Tests - Web UI
38m 55s
Security [Zizmor]
0s
Matrix: coverage
Push new schema
0s
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
|
|