chore(demo): fix gap #11017
e2e.yml
on: pull_request
Build demo
4m 23s
Cypress / Component Testing
5m 18s
Matrix: playwright
E2E result
1m 14s
Playwright E2E Tests matrix result
0s
Annotations
12 errors, 58 warnings, and 36 notices
Cypress / Component Testing
RPC failed; HTTP 503 curl 22 The requested URL returned error: 503
|
Cypress / Component Testing
expected flush after ref listing
|
[chromium] › tests/legacy/multi-select/multi-select.pw.spec.ts:73:21 › MultiSelect › Examples › Multiselect inside dialog with different textfield sizes › multiselect inside dialog with tuiTextfieldSize=l:
projects/demo-playwright/tests/legacy/multi-select/multi-select.pw.spec.ts#L90
1) [chromium] › tests/legacy/multi-select/multi-select.pw.spec.ts:73:21 › MultiSelect › Examples › Multiselect inside dialog with different textfield sizes › multiselect inside dialog with tuiTextfieldSize=l
Error: expect(page).toHaveScreenshot(expected)
13 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/multi-select/multi-select.pw.spec.ts-snapshots/04-dialog-with-text-field-size-l-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-multi-select--bd051-log-with-tuiTextfieldSize-l-chromium/04-dialog-with-text-field-size-l-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-multi-select--bd051-log-with-tuiTextfieldSize-l-chromium/04-dialog-with-text-field-size-l-diff.png
Call log:
- expect.toHaveScreenshot(04-dialog-with-text-field-size-l.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 13 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 13 pixels (ratio 0.01 of all image pixels) are different.
88 | await documentationPage.waitStableState();
89 |
> 90 | await expect(page).toHaveScreenshot(
| ^
91 | `04-dialog-with-text-field-size-${size}.png`,
92 | );
93 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/multi-select/multi-select.pw.spec.ts:90:40
|
[chromium] › tests/legacy/multi-select/multi-select.pw.spec.ts:73:21 › MultiSelect › Examples › Multiselect inside dialog with different textfield sizes › multiselect inside dialog with tuiTextfieldSize=l:
projects/demo-playwright/tests/legacy/multi-select/multi-select.pw.spec.ts#L90
1) [chromium] › tests/legacy/multi-select/multi-select.pw.spec.ts:73:21 › MultiSelect › Examples › Multiselect inside dialog with different textfield sizes › multiselect inside dialog with tuiTextfieldSize=l
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
13 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/multi-select/multi-select.pw.spec.ts-snapshots/04-dialog-with-text-field-size-l-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-multi-select--bd051-log-with-tuiTextfieldSize-l-chromium-retry1/04-dialog-with-text-field-size-l-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-multi-select--bd051-log-with-tuiTextfieldSize-l-chromium-retry1/04-dialog-with-text-field-size-l-diff.png
Call log:
- expect.toHaveScreenshot(04-dialog-with-text-field-size-l.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 13 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 13 pixels (ratio 0.01 of all image pixels) are different.
88 | await documentationPage.waitStableState();
89 |
> 90 | await expect(page).toHaveScreenshot(
| ^
91 | `04-dialog-with-text-field-size-${size}.png`,
92 | );
93 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/multi-select/multi-select.pw.spec.ts:90:40
|
[webkit] › tests/addon-charts/pie-chart/pie-chart.pw.spec.ts:6:9 › PieChart › should be show hints on charts:
projects/demo-playwright/tests/addon-charts/pie-chart/pie-chart.pw.spec.ts#L22
1) [webkit] › tests/addon-charts/pie-chart/pie-chart.pw.spec.ts:6:9 › PieChart › should be show hints on charts
Error: A snapshot doesn't exist at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/addon-charts/pie-chart/pie-chart.pw.spec.ts-snapshots/01-pie-chart-with-label--hover-1-webkit-darwin.png, writing actual.
20 | await expect(page.locator('tui-hint')).toBeAttached();
21 |
> 22 | await expect(example).toHaveScreenshot(
| ^
23 | `01-pie-chart-with-label--hover-${i + 1}.png`,
24 | );
25 | }
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/addon-charts/pie-chart/pie-chart.pw.spec.ts:22:13
|
[webkit] › tests/addon-charts/pie-chart/pie-chart.pw.spec.ts:6:9 › PieChart › should be show hints on charts:
projects/demo-playwright/tests/addon-charts/pie-chart/pie-chart.pw.spec.ts#L22
1) [webkit] › tests/addon-charts/pie-chart/pie-chart.pw.spec.ts:6:9 › PieChart › should be show hints on charts
Error: A snapshot doesn't exist at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/addon-charts/pie-chart/pie-chart.pw.spec.ts-snapshots/01-pie-chart-with-label--hover-2-webkit-darwin.png, writing actual.
20 | await expect(page.locator('tui-hint')).toBeAttached();
21 |
> 22 | await expect(example).toHaveScreenshot(
| ^
23 | `01-pie-chart-with-label--hover-${i + 1}.png`,
24 | );
25 | }
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/addon-charts/pie-chart/pie-chart.pw.spec.ts:22:13
|
[webkit] › tests/addon-charts/pie-chart/pie-chart.pw.spec.ts:6:9 › PieChart › should be show hints on charts:
projects/demo-playwright/tests/addon-charts/pie-chart/pie-chart.pw.spec.ts#L22
1) [webkit] › tests/addon-charts/pie-chart/pie-chart.pw.spec.ts:6:9 › PieChart › should be show hints on charts
Error: A snapshot doesn't exist at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/addon-charts/pie-chart/pie-chart.pw.spec.ts-snapshots/01-pie-chart-with-label--hover-3-webkit-darwin.png, writing actual.
20 | await expect(page.locator('tui-hint')).toBeAttached();
21 |
> 22 | await expect(example).toHaveScreenshot(
| ^
23 | `01-pie-chart-with-label--hover-${i + 1}.png`,
24 | );
25 | }
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/addon-charts/pie-chart/pie-chart.pw.spec.ts:22:13
|
[webkit] › tests/addon-charts/pie-chart/pie-chart.pw.spec.ts:6:9 › PieChart › should be show hints on charts:
projects/demo-playwright/tests/addon-charts/pie-chart/pie-chart.pw.spec.ts#L22
1) [webkit] › tests/addon-charts/pie-chart/pie-chart.pw.spec.ts:6:9 › PieChart › should be show hints on charts
Error: A snapshot doesn't exist at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/addon-charts/pie-chart/pie-chart.pw.spec.ts-snapshots/01-pie-chart-with-label--hover-4-webkit-darwin.png, writing actual.
20 | await expect(page.locator('tui-hint')).toBeAttached();
21 |
> 22 | await expect(example).toHaveScreenshot(
| ^
23 | `01-pie-chart-with-label--hover-${i + 1}.png`,
24 | );
25 | }
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/addon-charts/pie-chart/pie-chart.pw.spec.ts:22:13
|
[webkit] › tests/addon-charts/pie-chart/pie-chart.pw.spec.ts:6:9 › PieChart › should be show hints on charts:
projects/demo-playwright/tests/addon-charts/pie-chart/pie-chart.pw.spec.ts#L22
1) [webkit] › tests/addon-charts/pie-chart/pie-chart.pw.spec.ts:6:9 › PieChart › should be show hints on charts
Error: A snapshot doesn't exist at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/addon-charts/pie-chart/pie-chart.pw.spec.ts-snapshots/01-pie-chart-with-label--hover-5-webkit-darwin.png, writing actual.
20 | await expect(page.locator('tui-hint')).toBeAttached();
21 |
> 22 | await expect(example).toHaveScreenshot(
| ^
23 | `01-pie-chart-with-label--hover-${i + 1}.png`,
24 | );
25 | }
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/addon-charts/pie-chart/pie-chart.pw.spec.ts:22:13
|
Playwright / macos-latest / 1 of 9
Process completed with exit code 1.
|
[webkit] › tests/kit/tiles/tiles.pw.spec.ts:6:9 › Tiles › correctly loose box shadow after dragged:
projects/demo-playwright/tests/kit/tiles/tiles.pw.spec.ts#L23
1) [webkit] › tests/kit/tiles/tiles.pw.spec.ts:6:9 › Tiles › correctly loose box shadow after dragged
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Locator: locator('#vertical [automation-id="tui-doc-example"]')
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(02-tiles-drag-and-drop.png) with timeout 5000ms
- generating new stable screenshot expectation
- waiting for locator('#vertical [automation-id="tui-doc-example"]')
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</div>
- taking element screenshot
- disabled all CSS animations
- Timeout 5000ms exceeded.
21 | await page.mouse.click(100, 100); // clear focus
22 |
> 23 | await expect(example).toHaveScreenshot('02-tiles-drag-and-drop.png');
| ^
24 | });
25 | });
26 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/tiles/tiles.pw.spec.ts:23:31
|
[webkit] › tests/kit/tree/tree.pw.spec.ts:6:9 › Tree › Programmatic control:
projects/demo-playwright/tests/kit/tree/tree.pw.spec.ts#L11
2) [webkit] › tests/kit/tree/tree.pw.spec.ts:6:9 › Tree › Programmatic control ───────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('#programmatic [automation-id="tui-doc-example"]').locator('button.programmatic').first()
- locator resolved to <button size="s" tuiicons="" tuibutton="" type="button" data-size="s" tuiappearance="" data-appearance="primary" class="programmatic tui-space_right-2"> Toggle Topmost </button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- performing click action
9 | const example = new TuiDocumentationPagePO(page).getExample('#programmatic');
10 |
> 11 | await example.locator('button.programmatic').nth(0).click();
| ^
12 | await example.locator('button.programmatic').nth(1).click();
13 | await example.locator('button.programmatic').nth(2).click();
14 | await page.click('body'); // (flaky) clear focus from programmatic button
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/tree/tree.pw.spec.ts:11:61
|
Build demo
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Cypress / Component Testing
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 1 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 8 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 7 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 2 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 6 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 9 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 4 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 5 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 3 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / macos-latest / 1 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 1 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 1 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 1 of 9
jpeg-turbo 3.1.0 is already installed and up-to-date.
To reinstall 3.1.0, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 1 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 2 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 2 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 2 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 2 of 9
jpeg-turbo 3.1.0 is already installed and up-to-date.
To reinstall 3.1.0, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 2 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 6 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 6 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 6 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 6 of 9
jpeg-turbo 3.1.0 is already installed and up-to-date.
To reinstall 3.1.0, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 6 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 4 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 4 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 4 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 4 of 9
jpeg-turbo 3.0.4 is already installed and up-to-date.
To reinstall 3.0.4, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 4 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 5 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 5 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 5 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 5 of 9
jpeg-turbo 3.0.4 is already installed and up-to-date.
To reinstall 3.0.4, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 5 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 8 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 8 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 8 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 8 of 9
jpeg-turbo 3.0.4 is already installed and up-to-date.
To reinstall 3.0.4, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 8 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 7 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 7 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 7 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 7 of 9
jpeg-turbo 3.0.4 is already installed and up-to-date.
To reinstall 3.0.4, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 7 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 9 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 9 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 9 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 9 of 9
jpeg-turbo 3.0.4 is already installed and up-to-date.
To reinstall 3.0.4, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 9 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 3 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 3 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 3 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 3 of 9
jpeg-turbo 3.0.4 is already installed and up-to-date.
To reinstall 3.0.4, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 3 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright E2E Tests matrix result
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
E2E result
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🎭 Playwright Run Summary
110 passed (1.2m)
|
🎭 Playwright Run Summary
110 passed (1.3m)
|
🎭 Playwright Run Summary
109 passed (1.3m)
|
🎭 Playwright Run Summary
109 passed (1.4m)
|
🎭 Playwright Run Summary
109 passed (1.8m)
|
🎭 Playwright Run Summary
109 passed (1.7m)
|
🎭 Playwright Run Summary
110 passed (1.9m)
|
🎭 Playwright Run Summary
110 passed (1.7m)
|
🎭 Playwright Run Summary
109 passed (2.0m)
|
🎭 Playwright Run Summary
109 passed (1.8m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › tests/legacy/multi-select/multi-select.pw.spec.ts:73:21 › MultiSelect › Examples › Multiselect inside dialog with different textfield sizes › multiselect inside dialog with tuiTextfieldSize=l
108 passed (1.8m)
|
🎭 Playwright Run Summary
109 passed (1.7m)
|
🎭 Playwright Run Summary
110 passed (2.1m)
|
🎭 Playwright Run Summary
110 passed (1.9m)
|
🎭 Playwright Run Summary
110 passed (2.5m)
|
🎭 Playwright Run Summary
110 passed (2.9m)
|
🎭 Playwright Run Summary
110 passed (6.7m)
|
🎭 Playwright Run Summary
110 passed (8.1m)
|
🎭 Playwright Run Summary
1 failed
[webkit] › tests/addon-charts/pie-chart/pie-chart.pw.spec.ts:6:9 › PieChart › should be show hints on charts
8 skipped
101 passed (1.3m)
|
🎭 Playwright Run Summary
8 skipped
102 passed (1.6m)
|
🎭 Playwright Run Summary
44 skipped
66 passed (1.4m)
|
🎭 Playwright Run Summary
44 skipped
66 passed (1.5m)
|
🎭 Playwright Run Summary
17 skipped
92 passed (2.0m)
|
🎭 Playwright Run Summary
17 skipped
92 passed (2.2m)
|
🎭 Playwright Run Summary
110 passed (3.7m)
|
🎭 Playwright Run Summary
110 passed (3.1m)
|
🎭 Playwright Run Summary
110 passed (4.3m)
|
🎭 Playwright Run Summary
110 passed (3.7m)
|
🎭 Playwright Run Summary
109 passed (2.0m)
|
🎭 Playwright Run Summary
109 passed (1.7m)
|
🎭 Playwright Run Summary
2 flaky
[webkit] › tests/kit/tiles/tiles.pw.spec.ts:6:9 › Tiles › correctly loose box shadow after dragged
[webkit] › tests/kit/tree/tree.pw.spec.ts:6:9 › Tree › Programmatic control ────────────────────
5 skipped
102 passed (2.8m)
|
🎭 Playwright Run Summary
5 skipped
104 passed (2.5m)
|
🎭 Playwright Run Summary
10 skipped
99 passed (2.5m)
|
🎭 Playwright Run Summary
10 skipped
99 passed (2.4m)
|
🎭 Playwright Run Summary
110 passed (15.1m)
|
🎭 Playwright Run Summary
110 passed (13.6m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
cy_baseline_60e508deaf3ef215b3ff78d090d0eefd1e8c77ea
Expired
|
113 KB |
|
playwright-blob-artifacts--60e508deaf3ef215b3ff78d090d0eefd1e8c77ea-12368630091-10002-Linux_1
Expired
|
261 KB |
|
playwright-blob-artifacts--60e508deaf3ef215b3ff78d090d0eefd1e8c77ea-12368630091-10002-Linux_2
Expired
|
301 KB |
|
playwright-blob-artifacts--60e508deaf3ef215b3ff78d090d0eefd1e8c77ea-12368630091-10002-Linux_3
Expired
|
1.45 MB |
|
playwright-blob-artifacts--60e508deaf3ef215b3ff78d090d0eefd1e8c77ea-12368630091-10002-Linux_4
Expired
|
530 KB |
|
playwright-blob-artifacts--60e508deaf3ef215b3ff78d090d0eefd1e8c77ea-12368630091-10002-Linux_5
Expired
|
830 KB |
|
playwright-blob-artifacts--60e508deaf3ef215b3ff78d090d0eefd1e8c77ea-12368630091-10002-Linux_6
Expired
|
433 KB |
|
playwright-blob-artifacts--60e508deaf3ef215b3ff78d090d0eefd1e8c77ea-12368630091-10002-Linux_7
Expired
|
347 KB |
|
playwright-blob-artifacts--60e508deaf3ef215b3ff78d090d0eefd1e8c77ea-12368630091-10002-Linux_8
Expired
|
367 KB |
|
playwright-blob-artifacts--60e508deaf3ef215b3ff78d090d0eefd1e8c77ea-12368630091-10002-Linux_9
Expired
|
1.19 MB |
|
playwright-blob-artifacts--60e508deaf3ef215b3ff78d090d0eefd1e8c77ea-12368630091-10002-macOS_1
Expired
|
675 KB |
|
playwright-blob-artifacts--60e508deaf3ef215b3ff78d090d0eefd1e8c77ea-12368630091-10002-macOS_2
Expired
|
233 KB |
|
playwright-blob-artifacts--60e508deaf3ef215b3ff78d090d0eefd1e8c77ea-12368630091-10002-macOS_3
Expired
|
1.44 MB |
|
playwright-blob-artifacts--60e508deaf3ef215b3ff78d090d0eefd1e8c77ea-12368630091-10002-macOS_4
Expired
|
531 KB |
|
playwright-blob-artifacts--60e508deaf3ef215b3ff78d090d0eefd1e8c77ea-12368630091-10002-macOS_5
Expired
|
790 KB |
|
playwright-blob-artifacts--60e508deaf3ef215b3ff78d090d0eefd1e8c77ea-12368630091-10002-macOS_6
Expired
|
391 KB |
|
playwright-blob-artifacts--60e508deaf3ef215b3ff78d090d0eefd1e8c77ea-12368630091-10002-macOS_7
Expired
|
314 KB |
|
playwright-blob-artifacts--60e508deaf3ef215b3ff78d090d0eefd1e8c77ea-12368630091-10002-macOS_8
Expired
|
342 KB |
|
playwright-blob-artifacts--60e508deaf3ef215b3ff78d090d0eefd1e8c77ea-12368630091-10002-macOS_9
Expired
|
320 KB |
|