Publish 0.3.0 #177
Annotations
10 errors, 1 warning, and 1 notice
Execute integration tests:
ui-tests/tests/ipyflex.test.ts#L1
1) tests/ipyflex.test.ts:56:9 › ipyflex Visual Regression › Render CustomHeader ──────────────────
Test timeout of 60000ms exceeded.
|
Execute integration tests:
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
|
Execute integration tests:
ui-tests/tests/ipyflex.test.ts#L1
2) tests/ipyflex.test.ts:56:9 › ipyflex Visual Regression › Render CustomStyle ───────────────────
Test timeout of 60000ms exceeded.
|
Execute integration tests:
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
|
Execute integration tests:
ui-tests/tests/ipyflex.test.ts#L1
3) tests/ipyflex.test.ts:56:9 › ipyflex Visual Regression › Render DashboardWithHeader ───────────
Test timeout of 60000ms exceeded.
|
Execute integration tests:
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
|
Execute integration tests:
ui-tests/tests/ipyflex.test.ts#L1
4) tests/ipyflex.test.ts:56:9 › ipyflex Visual Regression › Render EmptyDashboard ────────────────
Test timeout of 60000ms exceeded.
|
Execute integration tests:
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
|
Execute integration tests:
ui-tests/tests/ipyflex.test.ts#L1
5) tests/ipyflex.test.ts:56:9 › ipyflex Visual Regression › Render MultipleSections ──────────────
Test timeout of 60000ms exceeded.
|
Execute integration tests:
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
|
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/
|
Execute integration tests
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 ─────────────
|
Loading