[Pricing] Add option to convert received items currency #17042
qc_checks.yaml
on: pull_request
Filter
4s
Build - UI Platform
2m 4s
Style [Documentation]
42s
Tests - Migrations [PostgreSQL]
0s
Tests - Full Migration [SQLite]
0s
Tests - inventree-python
3m 4s
Tests - DB [PostgreSQL]
13m 0s
Tests - DB [MySQL]
12m 34s
Tests - Platform UI
27m 5s
Security [Zizmor]
44s
Matrix: coverage
Push new schema
0s
Annotations
11 errors, 6 warnings, and 1 notice
Tests - API Schema Documentation
Process completed with exit code 1.
|
[chromium] › pages/pui_build.spec.ts:10:1 › Build Order - Basic Tests:
src/frontend/tests/pages/pui_build.spec.ts#L1
1) [chromium] › pages/pui_build.spec.ts:10:1 › Build Order - Basic Tests ─────────────────────────
Test timeout of 90000ms exceeded.
|
[chromium] › pages/pui_build.spec.ts:10:1 › Build Order - Basic Tests:
src/frontend/tests/pages/pui_build.spec.ts#L19
1) [chromium] › pages/pui_build.spec.ts:10:1 › Build Order - Basic Tests ─────────────────────────
Error: locator.waitFor: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByText('On Hold').first() to be visible
17 |
18 | // We have now loaded the "Build Order" table. Check for some expected texts
> 19 | await page.getByText('On Hold').first().waitFor();
| ^
20 | await page.getByText('Pending').first().waitFor();
21 |
22 | // Load a particular build order
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_build.spec.ts:19:43
|
[chromium] › pages/pui_build.spec.ts:10:1 › Build Order - Basic Tests:
src/frontend/tests/pages/pui_build.spec.ts#L1
1) [chromium] › pages/pui_build.spec.ts:10:1 › Build Order - Basic Tests ─────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 90000ms exceeded.
|
[chromium] › pages/pui_build.spec.ts:10:1 › Build Order - Basic Tests:
src/frontend/tests/pages/pui_build.spec.ts#L19
1) [chromium] › pages/pui_build.spec.ts:10:1 › Build Order - Basic Tests ─────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByText('On Hold').first() to be visible
17 |
18 | // We have now loaded the "Build Order" table. Check for some expected texts
> 19 | await page.getByText('On Hold').first().waitFor();
| ^
20 | await page.getByText('Pending').first().waitFor();
21 |
22 | // Load a particular build order
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_build.spec.ts:19:43
|
[chromium] › pages/pui_build.spec.ts:10:1 › Build Order - Basic Tests:
src/frontend/tests/pages/pui_build.spec.ts#L1
1) [chromium] › pages/pui_build.spec.ts:10:1 › Build Order - Basic Tests ─────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 90000ms exceeded.
|
[chromium] › pages/pui_build.spec.ts:10:1 › Build Order - Basic Tests:
src/frontend/tests/pages/pui_build.spec.ts#L19
1) [chromium] › pages/pui_build.spec.ts:10:1 › Build Order - Basic Tests ─────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByText('On Hold').first() to be visible
17 |
18 | // We have now loaded the "Build Order" table. Check for some expected texts
> 19 | await page.getByText('On Hold').first().waitFor();
| ^
20 | await page.getByText('Pending').first().waitFor();
21 |
22 | // Load a particular build order
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_build.spec.ts:19:43
|
[chromium] › pui_printing.spec.ts:55:1 › Report Printing:
src/frontend/tests/pui_printing.spec.ts#L1
2) [chromium] › pui_printing.spec.ts:55:1 › Report Printing ──────────────────────────────────────
Test timeout of 90000ms exceeded.
|
[chromium] › pui_printing.spec.ts:55:1 › Report Printing:
src/frontend/tests/pui_printing.spec.ts#L78
2) [chromium] › pui_printing.spec.ts:55:1 › Report Printing ──────────────────────────────────────
Error: locator.waitFor: Test timeout of 90000ms exceeded.
Call log:
- waiting for locator('#form-success') to be visible
76 | await page.getByRole('button', { name: 'Generate', exact: true }).click();
77 |
> 78 | await page.locator('#form-success').waitFor();
| ^
79 | await page.getByText('Report printing completed').waitFor();
80 |
81 | await page.context().close();
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pui_printing.spec.ts:78:39
|
[chromium] › pui_printing.spec.ts:55:1 › Report Printing:
src/frontend/tests/pui_printing.spec.ts#L1
2) [chromium] › pui_printing.spec.ts:55:1 › Report Printing ──────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 90000ms exceeded.
|
[chromium] › pui_printing.spec.ts:55:1 › Report Printing:
src/frontend/tests/pui_printing.spec.ts#L78
2) [chromium] › pui_printing.spec.ts:55:1 › Report Printing ──────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Test timeout of 90000ms exceeded.
Call log:
- waiting for locator('#form-success') to be visible
76 | await page.getByRole('button', { name: 'Generate', exact: true }).click();
77 |
> 78 | await page.locator('#form-success').waitFor();
| ^
79 | await page.getByText('Report printing completed').waitFor();
80 |
81 | await page.context().close();
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pui_printing.spec.ts:78:39
|
Playwright
You are using a frozen webkit browser which does not receive updates anymore on ubuntu20.04-x64. Please update to the latest version of your operating system to test up-to-date browsers.
|
Slow Test:
src/frontend/[firefox] › pages/pui_build.spec.ts#L1
src/frontend/[firefox] › pages/pui_build.spec.ts took 1.2m
|
Slow Test:
src/frontend/[firefox] › pui_tables.spec.ts#L1
src/frontend/[firefox] › pui_tables.spec.ts took 46.5s
|
Slow Test:
src/frontend/[firefox] › pui_settings.spec.ts#L1
src/frontend/[firefox] › pui_settings.spec.ts took 36.5s
|
Slow Test:
src/frontend/[chromium] › pages/pui_scan.spec.ts#L1
src/frontend/[chromium] › pages/pui_scan.spec.ts took 31.8s
|
Slow Test:
src/frontend/[chromium] › pui_tables.spec.ts#L1
src/frontend/[chromium] › pui_tables.spec.ts took 30.7s
|
🎭 Playwright Run Summary
5 failed
[chromium] › pages/pui_build.spec.ts:10:1 › Build Order - Basic Tests ──────────────────────────
[chromium] › pui_printing.spec.ts:55:1 › Report Printing ───────────────────────────────────────
[chromium] › pui_printing.spec.ts:84:1 › Report Editing ────────────────────────────────────────
[firefox] › pui_printing.spec.ts:55:1 › Report Printing ────────────────────────────────────────
[firefox] › pui_printing.spec.ts:84:1 › Report Editing ─────────────────────────────────────────
7 flaky
[chromium] › pages/pui_part.spec.ts:9:1 › Parts - Tabs ─────────────────────────────────────────
[chromium] › pages/pui_sales_order.spec.ts:57:1 › Sales Orders - Basic Tests ───────────────────
[chromium] › pages/pui_stock.spec.ts:58:1 › Stock - Filters ────────────────────────────────────
[firefox] › pages/pui_part.spec.ts:80:1 › Parts - Locking ──────────────────────────────────────
[firefox] › pages/pui_part.spec.ts:371:1 › Parts - Notes ───────────────────────────────────────
[firefox] › pui_general.spec.ts:5:1 › Company ──────────────────────────────────────────────────
[firefox] › pui_plugins.spec.ts:67:1 › Plugins - Custom Admin ──────────────────────────────────
128 passed (22.4m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
frontend-build
|
2.33 MB |
|
inventree_filters.yml
|
5.15 KB |
|
inventree_settings.json
|
6.58 KB |
|
inventree_tags.yml
|
13.7 KB |
|
playwright-report
|
59.8 MB |
|
schema.yml
|
65.3 KB |
|