build nightly #524
Annotations
2 errors, 15 warnings, and 1 notice
Run playwright e2e tests:
playwright/boxPlot/01_general.spec.ts#L1
1) [chromium] › boxPlot/01_general.spec.ts:4:5 › download ────────────────────────────────────────
Test timeout of 180000ms exceeded.
|
Run playwright e2e tests:
playwright/boxPlot/01_general.spec.ts#L6
1) [chromium] › boxPlot/01_general.spec.ts:4:5 › download ────────────────────────────────────────
Error: page.waitForEvent: Test timeout of 180000ms exceeded.
=========================== logs ===========================
waiting for event "download"
============================================================
4 | test('download', async ({ page }) => {
5 | await selectBoxPlot(page);
> 6 | const downloadPromise = page.waitForEvent('download', { timeout: 300000 });
| ^
7 | await page.getByTestId('DownloadPlotButton').click();
8 | const download = await downloadPromise;
9 | await download.saveAs(`playwright/download-test-results/${download.suggestedFilename()}`);
at /home/runner/actions-runner/_work/fileserver1_tTvoYt/visyn_core/visyn_core/playwright/boxPlot/01_general.spec.ts:6:32
|
Build node and python:
src/app/login/UserStoreUIMap.tsx#L14
'store' is defined but never used
|
Build node and python:
src/app/login/UserStoreUIMap.tsx#L39
'store' is defined but never used
|
Build node and python:
src/app/login/VisynLoginMenu.tsx#L50
'userStoreError' is assigned a value but never used
|
Build node and python:
src/base/AppContext.ts#L4
Unexpected any. Specify a different type
|
Build node and python:
src/base/AppContext.ts#L4
Unexpected any. Specify a different type
|
Build node and python:
src/base/AppContext.ts#L4
Unexpected any. Specify a different type
|
Build node and python:
src/base/AppContext.ts#L4
Unexpected any. Specify a different type
|
Build node and python:
src/base/AppContext.ts#L44
Unexpected any. Specify a different type
|
Build node and python:
src/base/AppContext.ts#L45
Assignment to function parameter 'url'
|
Build node and python:
src/base/AppContext.ts#L46
Assignment to function parameter 'data'
|
Run playwright e2e tests:
[chromium] › scatterPlot/03_facets.spec.ts#L1
[chromium] › scatterPlot/03_facets.spec.ts took 57.0s
|
Run playwright e2e tests:
[chromium] › boxPlot/03_categoricalColumns.spec.ts#L1
[chromium] › boxPlot/03_categoricalColumns.spec.ts took 40.2s
|
Run playwright e2e tests:
[chromium] › boxPlot/05_facets.spec.ts#L1
[chromium] › boxPlot/05_facets.spec.ts took 39.4s
|
Run playwright e2e tests:
[chromium] › scatterPlot/11_tooltipLabels.spec.ts#L1
[chromium] › scatterPlot/11_tooltipLabels.spec.ts took 35.6s
|
Run playwright e2e tests:
[chromium] › hexbin/01_general.spec.ts#L1
[chromium] › hexbin/01_general.spec.ts took 33.7s
|
Run playwright e2e tests
1 flaky
[chromium] › boxPlot/01_general.spec.ts:4:5 › download ─────────────────────────────────────────
92 passed (3.4m)
|
Loading