feat: Add email notification when a part is changed #17800
Annotations
10 errors, 7 warnings, and 1 notice
Run Playwright tests:
src/frontend/tests/pages/pui_build.spec.ts#L1
1) [chromium] › pages/pui_build.spec.ts:12:1 › Build Order - Basic Tests ─────────────────────────
Test timeout of 90000ms exceeded.
|
Run Playwright tests:
src/frontend/tests/login.ts#L36
1) [chromium] › pages/pui_build.spec.ts:12:1 › Build Order - Basic Tests ─────────────────────────
Error: page.waitForURL: Test timeout of 90000ms exceeded.
=========================== logs ===========================
waiting for navigation to "**/platform/home" until "load"
============================================================
at login.ts:36
34 |
35 | await navigate(page, `${url}/login?login=${username}&***;
> 36 | await page.waitForURL('**/platform/home');
| ^
37 |
38 | await page.getByLabel('navigation-menu').waitFor({ timeout: 5000 });
39 | await page.getByText(/InvenTree Demo Server -/).waitFor();
at doQuickLogin (/home/runner/work/InvenTree/InvenTree/src/frontend/tests/login.ts:36:14)
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_build.spec.ts:13:3
|
Run Playwright tests:
src/frontend/tests/pages/pui_build.spec.ts#L1
1) [chromium] › pages/pui_build.spec.ts:12:1 › Build Order - Basic Tests ─────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 90000ms exceeded.
|
Run Playwright tests:
src/frontend/tests/login.ts#L36
1) [chromium] › pages/pui_build.spec.ts:12:1 › Build Order - Basic Tests ─────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForURL: Test timeout of 90000ms exceeded.
=========================== logs ===========================
waiting for navigation to "**/platform/home" until "load"
============================================================
at login.ts:36
34 |
35 | await navigate(page, `${url}/login?login=${username}&***;
> 36 | await page.waitForURL('**/platform/home');
| ^
37 |
38 | await page.getByLabel('navigation-menu').waitFor({ timeout: 5000 });
39 | await page.getByText(/InvenTree Demo Server -/).waitFor();
at doQuickLogin (/home/runner/work/InvenTree/InvenTree/src/frontend/tests/login.ts:36:14)
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_build.spec.ts:13:3
|
Run Playwright tests:
src/frontend/tests/pages/pui_build.spec.ts#L1
2) [chromium] › pages/pui_build.spec.ts:93:1 › Build Order - Edit ────────────────────────────────
Test timeout of 90000ms exceeded.
|
Run Playwright tests:
src/frontend/tests/login.ts#L36
2) [chromium] › pages/pui_build.spec.ts:93:1 › Build Order - Edit ────────────────────────────────
Error: page.waitForURL: Test timeout of 90000ms exceeded.
=========================== logs ===========================
waiting for navigation to "**/platform/home" until "load"
============================================================
at login.ts:36
34 |
35 | await navigate(page, `${url}/login?login=${username}&***;
> 36 | await page.waitForURL('**/platform/home');
| ^
37 |
38 | await page.getByLabel('navigation-menu').waitFor({ timeout: 5000 });
39 | await page.getByText(/InvenTree Demo Server -/).waitFor();
at doQuickLogin (/home/runner/work/InvenTree/InvenTree/src/frontend/tests/login.ts:36:14)
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_build.spec.ts:94:3
|
Run Playwright tests:
src/frontend/tests/pages/pui_part.spec.ts#L1
3) [chromium] › pages/pui_part.spec.ts:373:1 › Parts - Notes ─────────────────────────────────────
Test timeout of 90000ms exceeded.
|
Run Playwright tests:
src/frontend/tests/login.ts#L36
3) [chromium] › pages/pui_part.spec.ts:373:1 › Parts - Notes ─────────────────────────────────────
Error: page.waitForURL: Test timeout of 90000ms exceeded.
=========================== logs ===========================
waiting for navigation to "**/platform/home" until "load"
============================================================
at login.ts:36
34 |
35 | await navigate(page, `${url}/login?login=${username}&***;
> 36 | await page.waitForURL('**/platform/home');
| ^
37 |
38 | await page.getByLabel('navigation-menu').waitFor({ timeout: 5000 });
39 | await page.getByText(/InvenTree Demo Server -/).waitFor();
at doQuickLogin (/home/runner/work/InvenTree/InvenTree/src/frontend/tests/login.ts:36:14)
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_part.spec.ts:374:3
|
Run Playwright tests:
src/frontend/tests/pages/pui_part.spec.ts#L1
4) [chromium] › pages/pui_part.spec.ts:405:1 › Parts - Revision ──────────────────────────────────
Test timeout of 90000ms exceeded.
|
Run Playwright tests:
src/frontend/tests/login.ts#L36
4) [chromium] › pages/pui_part.spec.ts:405:1 › Parts - Revision ──────────────────────────────────
Error: page.waitForURL: Test timeout of 90000ms exceeded.
=========================== logs ===========================
waiting for navigation to "**/platform/home" until "load"
============================================================
at login.ts:36
34 |
35 | await navigate(page, `${url}/login?login=${username}&***;
> 36 | await page.waitForURL('**/platform/home');
| ^
37 |
38 | await page.getByLabel('navigation-menu').waitFor({ timeout: 5000 });
39 | await page.getByText(/InvenTree Demo Server -/).waitFor();
at doQuickLogin (/home/runner/work/InvenTree/InvenTree/src/frontend/tests/login.ts:36:14)
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_part.spec.ts:406:3
|
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
Install Playwright Browsers
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.
|
Run Playwright tests:
src/frontend/[chromium] › pui_plugins.spec.ts#L1
src/frontend/[chromium] › pui_plugins.spec.ts took 39.8s
|
Run Playwright tests:
src/frontend/[firefox] › pui_general.spec.ts#L1
src/frontend/[firefox] › pui_general.spec.ts took 26.6s
|
Run Playwright tests:
src/frontend/[firefox] › pui_command.spec.ts#L1
src/frontend/[firefox] › pui_command.spec.ts took 25.4s
|
Run Playwright tests:
src/frontend/[chromium] › pui_login.spec.ts#L1
src/frontend/[chromium] › pui_login.spec.ts took 20.1s
|
Run Playwright tests:
src/frontend/[chromium] › pui_forms.spec.ts#L1
src/frontend/[chromium] › pui_forms.spec.ts took 19.8s
|
Run Playwright tests
24 flaky
[chromium] › pages/pui_build.spec.ts:12:1 › Build Order - Basic Tests ──────────────────────────
[chromium] › pages/pui_build.spec.ts:93:1 › Build Order - Edit ─────────────────────────────────
[chromium] › pages/pui_part.spec.ts:373:1 › Parts - Notes ──────────────────────────────────────
[chromium] › pages/pui_part.spec.ts:405:1 › Parts - Revision ───────────────────────────────────
[chromium] › pages/pui_purchase_order.spec.ts:155:1 › Purchase Orders - Filters ────────────────
[chromium] › pages/pui_scan.spec.ts:64:1 › Scanning - StockLocation ────────────────────────────
[chromium] › pages/pui_scan.spec.ts:101:1 › Scanning - SalesOrder ──────────────────────────────
[chromium] › pages/pui_scan.spec.ts:112:1 › Scanning - Build ───────────────────────────────────
[chromium] › pages/pui_stock.spec.ts:104:1 › Stock - Serial Numbers ────────────────────────────
[chromium] › pui_command.spec.ts:4:1 › Quick Command ───────────────────────────────────────────
[chromium] › pui_command.spec.ts:16:1 › Quick Command - No Keys ────────────────────────────────
[chromium] › pui_printing.spec.ts:83:1 › Report Editing ────────────────────────────────────────
[chromium] › pui_settings.spec.ts:10:1 › Settings - Language / Color ───────────────────────────
[chromium] › pui_settings.spec.ts:90:1 › Settings - Admin ──────────────────────────────────────
[firefox] › pages/pui_build.spec.ts:12:1 › Build Order - Basic Tests ───────────────────────────
[firefox] › pages/pui_part.spec.ts:13:1 › Parts - Tabs ─────────────────────────────────────────
[firefox] › pages/pui_part.spec.ts:71:1 › Parts - Supplier Parts ───────────────────────────────
[firefox] › pages/pui_part.spec.ts:395:1 › Parts - 404 ─────────────────────────────────────────
[firefox] › pages/pui_purchase_order.spec.ts:259:1 › Purchase Orders - Receive Items ───────────
[firefox] › pages/pui_sales_order.spec.ts:105:1 › Sales Orders - Shipments ─────────────────────
[firefox] › pages/pui_scan.spec.ts:54:1 › Scanning - Stockitem ─────────────────────────────────
[firefox] › pui_login.spec.ts:81:1 › Login - Change Password ───────────────────────────────────
[firefox] › pui_settings.spec.ts:187:1 › Settings - Admin - Barcode History ────────────────────
[firefox] › settings/selectionList.spec.ts:5:1 › PUI - Admin - Parameter ───────────────────────
132 passed (26.9m)
|
Loading