[Feature] Data export plugins #17386
qc_checks.yaml
on: pull_request
Filter
5s
Build - UI Platform
2m 9s
Style [Documentation]
32s
Tests - Migrations [PostgreSQL]
0s
Tests - Full Migration [SQLite]
0s
Tests - inventree-python
3m 12s
Tests - DB [PostgreSQL]
10m 35s
Tests - DB [MySQL]
9m 46s
Tests - Platform UI
23m 41s
Security [Zizmor]
0s
Matrix: coverage
Push new schema
0s
Annotations
14 errors, 15 warnings, and 1 notice
Tests - API Schema Documentation
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.9
Process completed with exit code 1.
|
[chromium] › pui_exporting.spec.ts:42:1 › Exporting - BOM:
src/frontend/tests/pui_exporting.spec.ts#L1
1) [chromium] › pui_exporting.spec.ts:42:1 › Exporting - BOM ─────────────────────────────────────
Test timeout of 90000ms exceeded.
|
[chromium] › pui_exporting.spec.ts:42:1 › Exporting - BOM:
src/frontend/tests/pui_exporting.spec.ts#L74
1) [chromium] › pui_exporting.spec.ts:42:1 › Exporting - BOM ─────────────────────────────────────
Error: locator.waitFor: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByText('Data exported successfully') to be visible
72 |
73 | await page.getByRole('button', { name: 'Export', exact: true }).click();
> 74 | await page.getByText('Data exported successfully').waitFor();
| ^
75 | });
76 |
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pui_exporting.spec.ts:74:54
|
[chromium] › pui_exporting.spec.ts:42:1 › Exporting - BOM:
src/frontend/tests/pui_exporting.spec.ts#L1
1) [chromium] › pui_exporting.spec.ts:42:1 › Exporting - BOM ─────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 90000ms exceeded.
|
[chromium] › pui_exporting.spec.ts:42:1 › Exporting - BOM:
src/frontend/tests/pui_exporting.spec.ts#L74
1) [chromium] › pui_exporting.spec.ts:42:1 › Exporting - BOM ─────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByText('Data exported successfully') to be visible
72 |
73 | await page.getByRole('button', { name: 'Export', exact: true }).click();
> 74 | await page.getByText('Data exported successfully').waitFor();
| ^
75 | });
76 |
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pui_exporting.spec.ts:74:54
|
[chromium] › pui_exporting.spec.ts:42:1 › Exporting - BOM:
src/frontend/tests/pui_exporting.spec.ts#L1
1) [chromium] › pui_exporting.spec.ts:42:1 › Exporting - BOM ─────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 90000ms exceeded.
|
[chromium] › pui_exporting.spec.ts:42:1 › Exporting - BOM:
src/frontend/tests/pui_exporting.spec.ts#L46
1) [chromium] › pui_exporting.spec.ts:42:1 › Exporting - BOM ─────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByLabel('search-group-results-part').locator('a')
44 |
45 | await globalSearch(page, 'MAST');
> 46 | await page.getByLabel('search-group-results-part').locator('a').click();
| ^
47 | await page.getByRole('tab', { name: 'Bill of Materials' }).click();
48 | await openExportDialog(page);
49 |
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pui_exporting.spec.ts:46:67
|
[firefox] › pui_exporting.spec.ts:42:1 › Exporting - BOM:
src/frontend/tests/pui_exporting.spec.ts#L1
2) [firefox] › pui_exporting.spec.ts:42:1 › Exporting - BOM ──────────────────────────────────────
Test timeout of 90000ms exceeded.
|
[firefox] › pui_exporting.spec.ts:42:1 › Exporting - BOM:
src/frontend/tests/pui_exporting.spec.ts#L74
2) [firefox] › pui_exporting.spec.ts:42:1 › Exporting - BOM ──────────────────────────────────────
Error: locator.waitFor: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByText('Data exported successfully') to be visible
72 |
73 | await page.getByRole('button', { name: 'Export', exact: true }).click();
> 74 | await page.getByText('Data exported successfully').waitFor();
| ^
75 | });
76 |
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pui_exporting.spec.ts:74:54
|
[firefox] › pui_exporting.spec.ts:42:1 › Exporting - BOM:
src/frontend/tests/pui_exporting.spec.ts#L1
2) [firefox] › pui_exporting.spec.ts:42:1 › Exporting - BOM ──────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 90000ms exceeded.
|
[firefox] › pui_exporting.spec.ts:42:1 › Exporting - BOM:
src/frontend/tests/pui_exporting.spec.ts#L74
2) [firefox] › pui_exporting.spec.ts:42:1 › Exporting - BOM ──────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByText('Data exported successfully') to be visible
72 |
73 | await page.getByRole('button', { name: 'Export', exact: true }).click();
> 74 | await page.getByText('Data exported successfully').waitFor();
| ^
75 | });
76 |
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pui_exporting.spec.ts:74:54
|
Style [pre-commit]
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
Style [Documentation]
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
Tests - API Schema Documentation
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
Build - UI Platform
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
Tests - inventree-python
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
Tests - DB [MySQL]
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
Tests - DB [PostgreSQL]
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
Tests - DB [SQLite] + Coverage 3.9
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
Tests - Platform UI
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
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/[chromium] › pages/pui_purchase_order.spec.ts#L1
src/frontend/[chromium] › pages/pui_purchase_order.spec.ts took 53.3s
|
Slow Test:
src/frontend/[firefox] › pui_settings.spec.ts#L1
src/frontend/[firefox] › pui_settings.spec.ts took 35.0s
|
Slow Test:
src/frontend/[firefox] › pui_printing.spec.ts#L1
src/frontend/[firefox] › pui_printing.spec.ts took 30.7s
|
Slow Test:
src/frontend/[firefox] › pui_forms.spec.ts#L1
src/frontend/[firefox] › pui_forms.spec.ts took 29.5s
|
Slow Test:
src/frontend/[firefox] › pui_login.spec.ts#L1
src/frontend/[firefox] › pui_login.spec.ts took 23.0s
|
🎭 Playwright Run Summary
2 failed
[chromium] › pui_exporting.spec.ts:42:1 › Exporting - BOM ──────────────────────────────────────
[firefox] › pui_exporting.spec.ts:42:1 › Exporting - BOM ───────────────────────────────────────
6 flaky
[chromium] › pages/pui_part.spec.ts:8:1 › Parts - Tabs ─────────────────────────────────────────
[chromium] › pages/pui_part.spec.ts:53:1 › Parts - Manufacturer Parts ──────────────────────────
[firefox] › pages/pui_part.spec.ts:53:1 › Parts - Manufacturer Parts ───────────────────────────
[firefox] › pages/pui_purchase_order.spec.ts:39:1 › Purchase Orders - Barcodes ─────────────────
[firefox] › pages/pui_stock.spec.ts:169:1 › Stock - Stock Actions ──────────────────────────────
[firefox] › pui_plugins.spec.ts:67:1 › Plugins - Custom Admin ──────────────────────────────────
136 passed (18.9m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
frontend-build
|
2.33 MB |
|
playwright-report
|
64 MB |
|
schema.yml
|
65.1 KB |
|