Skip to content

Publish 0.3.0

Publish 0.3.0 #177

Triggered via push November 3, 2024 22:05
Status Failure
Total duration 13m 5s
Artifacts 3

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 5 warnings, and 1 notice
tests/ipyflex.test.ts:56:9 › ipyflex Visual Regression › Render CustomHeader: ui-tests/tests/ipyflex.test.ts#L1
1) tests/ipyflex.test.ts:56:9 › ipyflex Visual Regression › Render CustomHeader ────────────────── Test timeout of 60000ms exceeded.
tests/ipyflex.test.ts:56:9 › ipyflex Visual Regression › Render CustomHeader: ui-tests/tests/ipyflex.test.ts#L22
1) tests/ipyflex.test.ts:56:9 › ipyflex Visual Regression › Render CustomHeader ────────────────── Error: locator.screenshot: Test timeout of 60000ms exceeded. Call log: - waiting for locator('div.lm-Widget.custom-widget') 20 | await page.waitForTimeout(1000); 21 | expect(dashboard).toBeDefined(); > 22 | expect(await dashboard!.screenshot()).toMatchSnapshot({ | ^ 23 | name: `${fileName}.png` 24 | }); 25 | } at renderNotebook (/home/runner/work/ipyflex/ipyflex/ui-tests/tests/ipyflex.test.ts:22:27) at /home/runner/work/ipyflex/ipyflex/ui-tests/tests/ipyflex.test.ts:57:7
tests/ipyflex.test.ts:56:9 › ipyflex Visual Regression › Render CustomStyle: ui-tests/tests/ipyflex.test.ts#L1
2) tests/ipyflex.test.ts:56:9 › ipyflex Visual Regression › Render CustomStyle ─────────────────── Test timeout of 60000ms exceeded.
tests/ipyflex.test.ts:56:9 › ipyflex Visual Regression › Render CustomStyle: ui-tests/tests/ipyflex.test.ts#L22
2) tests/ipyflex.test.ts:56:9 › ipyflex Visual Regression › Render CustomStyle ─────────────────── Error: locator.screenshot: Test timeout of 60000ms exceeded. Call log: - waiting for locator('div.lm-Widget.custom-widget') 20 | await page.waitForTimeout(1000); 21 | expect(dashboard).toBeDefined(); > 22 | expect(await dashboard!.screenshot()).toMatchSnapshot({ | ^ 23 | name: `${fileName}.png` 24 | }); 25 | } at renderNotebook (/home/runner/work/ipyflex/ipyflex/ui-tests/tests/ipyflex.test.ts:22:27) at /home/runner/work/ipyflex/ipyflex/ui-tests/tests/ipyflex.test.ts:57:7
tests/ipyflex.test.ts:56:9 › ipyflex Visual Regression › Render DashboardWithHeader: ui-tests/tests/ipyflex.test.ts#L1
3) tests/ipyflex.test.ts:56:9 › ipyflex Visual Regression › Render DashboardWithHeader ─────────── Test timeout of 60000ms exceeded.
tests/ipyflex.test.ts:56:9 › ipyflex Visual Regression › Render DashboardWithHeader: ui-tests/tests/ipyflex.test.ts#L22
3) tests/ipyflex.test.ts:56:9 › ipyflex Visual Regression › Render DashboardWithHeader ─────────── Error: locator.screenshot: Test timeout of 60000ms exceeded. Call log: - waiting for locator('div.lm-Widget.custom-widget') 20 | await page.waitForTimeout(1000); 21 | expect(dashboard).toBeDefined(); > 22 | expect(await dashboard!.screenshot()).toMatchSnapshot({ | ^ 23 | name: `${fileName}.png` 24 | }); 25 | } at renderNotebook (/home/runner/work/ipyflex/ipyflex/ui-tests/tests/ipyflex.test.ts:22:27) at /home/runner/work/ipyflex/ipyflex/ui-tests/tests/ipyflex.test.ts:57:7
tests/ipyflex.test.ts:56:9 › ipyflex Visual Regression › Render EmptyDashboard: ui-tests/tests/ipyflex.test.ts#L1
4) tests/ipyflex.test.ts:56:9 › ipyflex Visual Regression › Render EmptyDashboard ──────────────── Test timeout of 60000ms exceeded.
tests/ipyflex.test.ts:56:9 › ipyflex Visual Regression › Render EmptyDashboard: ui-tests/tests/ipyflex.test.ts#L22
4) tests/ipyflex.test.ts:56:9 › ipyflex Visual Regression › Render EmptyDashboard ──────────────── Error: locator.screenshot: Test timeout of 60000ms exceeded. Call log: - waiting for locator('div.lm-Widget.custom-widget') 20 | await page.waitForTimeout(1000); 21 | expect(dashboard).toBeDefined(); > 22 | expect(await dashboard!.screenshot()).toMatchSnapshot({ | ^ 23 | name: `${fileName}.png` 24 | }); 25 | } at renderNotebook (/home/runner/work/ipyflex/ipyflex/ui-tests/tests/ipyflex.test.ts:22:27) at /home/runner/work/ipyflex/ipyflex/ui-tests/tests/ipyflex.test.ts:57:7
tests/ipyflex.test.ts:56:9 › ipyflex Visual Regression › Render MultipleSections: ui-tests/tests/ipyflex.test.ts#L1
5) tests/ipyflex.test.ts:56:9 › ipyflex Visual Regression › Render MultipleSections ────────────── Test timeout of 60000ms exceeded.
tests/ipyflex.test.ts:56:9 › ipyflex Visual Regression › Render MultipleSections: ui-tests/tests/ipyflex.test.ts#L22
5) tests/ipyflex.test.ts:56:9 › ipyflex Visual Regression › Render MultipleSections ────────────── Error: locator.screenshot: Test timeout of 60000ms exceeded. Call log: - waiting for locator('div.lm-Widget.custom-widget') 20 | await page.waitForTimeout(1000); 21 | expect(dashboard).toBeDefined(); > 22 | expect(await dashboard!.screenshot()).toMatchSnapshot({ | ^ 23 | name: `${fileName}.png` 24 | }); 25 | } at renderNotebook (/home/runner/work/ipyflex/ipyflex/ui-tests/tests/ipyflex.test.ts:22:27) at /home/runner/work/ipyflex/ipyflex/ui-tests/tests/ipyflex.test.ts:57:7
Check Links
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test_isolated
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build JupyterLite
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Integration tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
🎭 Playwright Run Summary
8 failed tests/ipyflex.test.ts:56:9 › ipyflex Visual Regression › Render CustomHeader ─────────────────── tests/ipyflex.test.ts:56:9 › ipyflex Visual Regression › Render CustomStyle ──────────────────── tests/ipyflex.test.ts:56:9 › ipyflex Visual Regression › Render DashboardWithHeader ──────────── tests/ipyflex.test.ts:56:9 › ipyflex Visual Regression › Render EmptyDashboard ───────────────── tests/ipyflex.test.ts:56:9 › ipyflex Visual Regression › Render MultipleSections ─────────────── tests/ipyflex.test.ts:56:9 › ipyflex Visual Regression › Render PlaceholderWidgets ───────────── tests/ipyflex.test.ts:56:9 › ipyflex Visual Regression › Render WithWidgets ──────────────────── tests/ipyflex.test.ts:56:9 › ipyflex Visual Regression › Render WithWidgetsFactory ─────────────

Artifacts

Produced during runtime
Name Size
extension-artifacts Expired
25.1 MB
github-pages Expired
30.7 MB
ipyflex-playwright-tests Expired
13.1 MB