chore(kit): InputNumber
is decomposed to directive + optional TuiInputNumberStep
component
#11955
e2e.yml
on: pull_request
Build demo
4m 29s
Cypress / Component Testing
5m 6s
Matrix: playwright
E2E result
1m 2s
Playwright E2E Tests matrix result
0s
Annotations
9 errors, 57 warnings, and 36 notices
[webkit] › projects/demo-playwright/tests/addon-mobile/mobile-calendar/mobile-calendar.pw.spec.ts:26:9 › MobileCalendar › check enabled state:
projects/demo-playwright/tests/addon-mobile/mobile-calendar/mobile-calendar.pw.spec.ts#L30
1) [webkit] › projects/demo-playwright/tests/addon-mobile/mobile-calendar/mobile-calendar.pw.spec.ts:26:9 › MobileCalendar › check enabled state
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Locator: locator('#demo-content')
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(03-mobile-calendar-enabled.png) with timeout 5000ms
- generating new stable screenshot expectation
- waiting for locator('#demo-content')
- locator resolved to <div id="demo-content" _ngcontent-ng-c2476019924="">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- waiting 100ms before taking screenshot
- waiting for locator('#demo-content')
- locator resolved to <div id="demo-content" _ngcontent-ng-c2476019924="">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- Timeout 5000ms exceeded.
28 | const {apiPageExample} = new TuiDocumentationPagePO(page);
29 |
> 30 | await expect(apiPageExample).toHaveScreenshot('03-mobile-calendar-enabled.png');
| ^
31 | });
32 | });
33 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/addon-mobile/mobile-calendar/mobile-calendar.pw.spec.ts:30:38
|
[webkit] › projects/demo-playwright/tests/core/calendars/calendars.pw.spec.ts:37:9 › Calendars › Set range between two days:
projects/demo-playwright/tests/core/calendars/calendars.pw.spec.ts#L47
2) [webkit] › projects/demo-playwright/tests/core/calendars/calendars.pw.spec.ts:37:9 › Calendars › Set range between two days
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Locator: locator('#demo-content').locator('tui-calendar').first()
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(01-range-calendar.png) with timeout 5000ms
- generating new stable screenshot expectation
- waiting for locator('#demo-content').locator('tui-calendar').first()
- locator resolved to <tui-calendar _nghost-ng-c3861074570="">…</tui-calendar>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- Timeout 5000ms exceeded.
45 | await calendar.scrollIntoViewIfNeeded();
46 |
> 47 | await expect(calendar).toHaveScreenshot('01-range-calendar.png');
| ^
48 | });
49 |
50 | test('Month', async ({page}) => {
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/calendars/calendars.pw.spec.ts:47:32
|
[webkit] › projects/demo-playwright/tests/demo/demo.pw.spec.ts:11:13 › Demo › /components/pin:
projects/demo-playwright/tests/demo/demo.pw.spec.ts#L55
1) [webkit] › projects/demo-playwright/tests/demo/demo.pw.spec.ts:11:13 › Demo › /components/pin ─
Error: expect(locator).toHaveScreenshot(expected)
99 pixels (ratio 0.01 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/demo/demo.pw.spec.ts-snapshots/components-pin/1-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-pin-webkit/components-pin/1-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-pin-webkit/components-pin/1-diff.png
Call log:
- expect.toHaveScreenshot(components-pin/1.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByTestId('tui-doc-example').first()
- locator resolved to <section _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</section>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 99 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for getByTestId('tui-doc-example').first()
- locator resolved to <section _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</section>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 99 pixels (ratio 0.01 of all image pixels) are different.
53 | await page.waitForTimeout(path.includes('charts') ? 500 : 150);
54 |
> 55 | await expect(example).toHaveScreenshot([
| ^
56 | path.replace('/', '').replaceAll('/', '-'),
57 | `${i + 1}.png`,
58 | ]);
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:55:39
|
[webkit] › projects/demo-playwright/tests/demo/demo.pw.spec.ts:11:13 › Demo › /components/pin:
projects/demo-playwright/tests/demo/demo.pw.spec.ts#L55
1) [webkit] › projects/demo-playwright/tests/demo/demo.pw.spec.ts:11:13 › Demo › /components/pin ─
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
99 pixels (ratio 0.01 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/demo/demo.pw.spec.ts-snapshots/components-pin/1-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-pin-webkit-retry1/components-pin/1-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-pin-webkit-retry1/components-pin/1-diff.png
Call log:
- expect.toHaveScreenshot(components-pin/1.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByTestId('tui-doc-example').first()
- locator resolved to <section _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</section>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 99 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for getByTestId('tui-doc-example').first()
- locator resolved to <section _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</section>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 99 pixels (ratio 0.01 of all image pixels) are different.
53 | await page.waitForTimeout(path.includes('charts') ? 500 : 150);
54 |
> 55 | await expect(example).toHaveScreenshot([
| ^
56 | path.replace('/', '').replaceAll('/', '-'),
57 | `${i + 1}.png`,
58 | ]);
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:55:39
|
[webkit] › projects/demo-playwright/tests/demo/demo.pw.spec.ts:11:13 › Demo › /components/pin:
projects/demo-playwright/tests/demo/demo.pw.spec.ts#L55
1) [webkit] › projects/demo-playwright/tests/demo/demo.pw.spec.ts:11:13 › Demo › /components/pin ─
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
99 pixels (ratio 0.01 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/demo/demo.pw.spec.ts-snapshots/components-pin/1-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-pin-webkit-retry2/components-pin/1-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-pin-webkit-retry2/components-pin/1-diff.png
Call log:
- expect.toHaveScreenshot(components-pin/1.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByTestId('tui-doc-example').first()
- locator resolved to <section _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</section>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 99 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for getByTestId('tui-doc-example').first()
- locator resolved to <section _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</section>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 99 pixels (ratio 0.01 of all image pixels) are different.
53 | await page.waitForTimeout(path.includes('charts') ? 500 : 150);
54 |
> 55 | await expect(example).toHaveScreenshot([
| ^
56 | path.replace('/', '').replaceAll('/', '-'),
57 | `${i + 1}.png`,
58 | ]);
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:55:39
|
Playwright / macos-latest / 5 of 9
Process completed with exit code 1.
|
[webkit] › projects/demo-playwright/tests/legacy/input/input.pw.spec.ts:180:17 › Input › check tuiTextfieldCleaner › size=s:
projects/demo-playwright/tests/legacy/input/input.pw.spec.ts#L190
1) [webkit] › projects/demo-playwright/tests/legacy/input/input.pw.spec.ts:180:17 › Input › check tuiTextfieldCleaner › size=s
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Timeout 5000ms exceeded.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input/input.pw.spec.ts-snapshots/12-input-tuiTextfieldIcon-tuiTextfieldCleaner-tuiTextfieldSize-s-webkit-darwin.png
Call log:
- expect.toHaveScreenshot(12-input-tuiTextfieldIcon-tuiTextfieldCleaner-tuiTextfieldSize-s.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#demo-content')
- locator resolved to <div id="demo-content" _ngcontent-ng-c2476019924="">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- Timeout 5000ms exceeded.
188 | await document.waitTuiIcons();
189 |
> 190 | await expect(document.apiPageExample).toHaveScreenshot(
| ^
191 | `12-input-tuiTextfieldIcon-tuiTextfieldCleaner-tuiTextfieldSize-${size}.png`,
192 | );
193 | });
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input/input.pw.spec.ts:190:55
|
[webkit] › projects/demo-playwright/tests/legacy/input/input.pw.spec.ts:180:17 › Input › check tuiTextfieldCleaner › size=l:
projects/demo-playwright/tests/legacy/input/input.pw.spec.ts#L190
2) [webkit] › projects/demo-playwright/tests/legacy/input/input.pw.spec.ts:180:17 › Input › check tuiTextfieldCleaner › size=l
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Timeout 5000ms exceeded.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input/input.pw.spec.ts-snapshots/12-input-tuiTextfieldIcon-tuiTextfieldCleaner-tuiTextfieldSize-l-webkit-darwin.png
Call log:
- expect.toHaveScreenshot(12-input-tuiTextfieldIcon-tuiTextfieldCleaner-tuiTextfieldSize-l.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#demo-content')
- locator resolved to <div id="demo-content" _ngcontent-ng-c2476019924="">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- Timeout 5000ms exceeded.
188 | await document.waitTuiIcons();
189 |
> 190 | await expect(document.apiPageExample).toHaveScreenshot(
| ^
191 | `12-input-tuiTextfieldIcon-tuiTextfieldCleaner-tuiTextfieldSize-${size}.png`,
192 | );
193 | });
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input/input.pw.spec.ts:190:55
|
E2E result
Process completed with exit code 1.
|
Playwright / macos-latest / 1 of 9
Cache not found for keys: macOS-node-20.x__c88233599c172b2910ef6b69d893e912508989e9ed05e57307793089de647600, macOS-node-cache-
|
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.45 is already installed and up-to-date.
To reinstall 1.6.45, 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
Cache not found for keys: macOS-node-20.x__c88233599c172b2910ef6b69d893e912508989e9ed05e57307793089de647600, macOS-node-cache-
|
Playwright / macos-latest / 2 of 9
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
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.45 is already installed and up-to-date.
To reinstall 1.6.45, 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 / 4 of 9
Cache not found for keys: macOS-node-20.x__c88233599c172b2910ef6b69d893e912508989e9ed05e57307793089de647600, macOS-node-cache-
|
Playwright / macos-latest / 4 of 9
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
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.45 is already installed and up-to-date.
To reinstall 1.6.45, run:
brew reinstall libpng
|
Playwright / macos-latest / 4 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 / 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
Cache not found for keys: macOS-node-20.x__c88233599c172b2910ef6b69d893e912508989e9ed05e57307793089de647600, macOS-node-cache-
|
Playwright / macos-latest / 5 of 9
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
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.45 is already installed and up-to-date.
To reinstall 1.6.45, run:
brew reinstall libpng
|
Playwright / macos-latest / 5 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 / 5 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Slow Test:
[webkit] › projects/demo-playwright/tests/kit/input-table/input-table.pw.spec.ts#L1
[webkit] › projects/demo-playwright/tests/kit/input-table/input-table.pw.spec.ts took 15.2s
|
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.45 is already installed and up-to-date.
To reinstall 1.6.45, 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 / 7 of 9
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
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.45 is already installed and up-to-date.
To reinstall 1.6.45, run:
brew reinstall libpng
|
Playwright / macos-latest / 7 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 / 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 / 3 of 9
Cache not found for keys: macOS-node-20.x__c88233599c172b2910ef6b69d893e912508989e9ed05e57307793089de647600, macOS-node-cache-
|
Playwright / macos-latest / 3 of 9
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
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.45 is already installed and up-to-date.
To reinstall 1.6.45, run:
brew reinstall libpng
|
Playwright / macos-latest / 3 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 / 3 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
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
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.45 is already installed and up-to-date.
To reinstall 1.6.45, run:
brew reinstall libpng
|
Playwright / macos-latest / 8 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 / 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 / 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.45 is already installed and up-to-date.
To reinstall 1.6.45, run:
brew reinstall libpng
|
Playwright / macos-latest / 9 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 / 9 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
🎭 Playwright Run Summary
121 passed (1.7m)
|
🎭 Playwright Run Summary
121 passed (1.8m)
|
🎭 Playwright Run Summary
121 passed (1.9m)
|
🎭 Playwright Run Summary
121 passed (1.8m)
|
🎭 Playwright Run Summary
121 passed (1.9m)
|
🎭 Playwright Run Summary
121 passed (2.0m)
|
🎭 Playwright Run Summary
121 passed (2.3m)
|
🎭 Playwright Run Summary
121 passed (2.1m)
|
🎭 Playwright Run Summary
121 passed (2.7m)
|
🎭 Playwright Run Summary
121 passed (2.5m)
|
🎭 Playwright Run Summary
121 passed (2.7m)
|
🎭 Playwright Run Summary
121 passed (2.4m)
|
🎭 Playwright Run Summary
121 passed (2.3m)
|
🎭 Playwright Run Summary
121 passed (2.4m)
|
🎭 Playwright Run Summary
121 passed (4.1m)
|
🎭 Playwright Run Summary
121 passed (4.5m)
|
🎭 Playwright Run Summary
121 passed (5.7m)
|
🎭 Playwright Run Summary
121 passed (6.7m)
|
🎭 Playwright Run Summary
10 skipped
111 passed (2.9m)
|
🎭 Playwright Run Summary
2 flaky
[webkit] › projects/demo-playwright/tests/addon-mobile/mobile-calendar/mobile-calendar.pw.spec.ts:26:9 › MobileCalendar › check enabled state
[webkit] › projects/demo-playwright/tests/core/calendars/calendars.pw.spec.ts:37:9 › Calendars › Set range between two days
10 skipped
109 passed (3.6m)
|
🎭 Playwright Run Summary
43 skipped
78 passed (3.4m)
|
🎭 Playwright Run Summary
43 skipped
78 passed (4.1m)
|
🎭 Playwright Run Summary
121 passed (4.2m)
|
🎭 Playwright Run Summary
121 passed (3.4m)
|
🎭 Playwright Run Summary
121 passed (5.5m)
|
🎭 Playwright Run Summary
1 failed
[webkit] › projects/demo-playwright/tests/demo/demo.pw.spec.ts:11:13 › Demo › /components/pin ──
120 passed (4.8m)
|
🎭 Playwright Run Summary
14 skipped
107 passed (2.3m)
|
🎭 Playwright Run Summary
14 skipped
107 passed (2.8m)
|
🎭 Playwright Run Summary
12 skipped
109 passed (2.9m)
|
🎭 Playwright Run Summary
2 flaky
[webkit] › projects/demo-playwright/tests/legacy/input/input.pw.spec.ts:180:17 › Input › check tuiTextfieldCleaner › size=s
[webkit] › projects/demo-playwright/tests/legacy/input/input.pw.spec.ts:180:17 › Input › check tuiTextfieldCleaner › size=l
12 skipped
107 passed (3.3m)
|
🎭 Playwright Run Summary
121 passed (10.6m)
|
🎭 Playwright Run Summary
121 passed (9.2m)
|
🎭 Playwright Run Summary
121 passed (3.1m)
|
🎭 Playwright Run Summary
121 passed (2.8m)
|
🎭 Playwright Run Summary
4 skipped
117 passed (3.5m)
|
🎭 Playwright Run Summary
4 skipped
117 passed (2.8m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
cy_baseline_568509f060a139ed3c1c961039e88b2757763056
|
159 KB |
|
playwright-blob-artifacts--568509f060a139ed3c1c961039e88b2757763056-13493186392-10433-Linux_1
|
391 KB |
|
playwright-blob-artifacts--568509f060a139ed3c1c961039e88b2757763056-13493186392-10433-Linux_2
|
516 KB |
|
playwright-blob-artifacts--568509f060a139ed3c1c961039e88b2757763056-13493186392-10433-Linux_3
|
1.4 MB |
|
playwright-blob-artifacts--568509f060a139ed3c1c961039e88b2757763056-13493186392-10433-Linux_4
|
689 KB |
|
playwright-blob-artifacts--568509f060a139ed3c1c961039e88b2757763056-13493186392-10433-Linux_5
|
1.11 MB |
|
playwright-blob-artifacts--568509f060a139ed3c1c961039e88b2757763056-13493186392-10433-Linux_6
|
460 KB |
|
playwright-blob-artifacts--568509f060a139ed3c1c961039e88b2757763056-13493186392-10433-Linux_7
|
478 KB |
|
playwright-blob-artifacts--568509f060a139ed3c1c961039e88b2757763056-13493186392-10433-Linux_8
|
517 KB |
|
playwright-blob-artifacts--568509f060a139ed3c1c961039e88b2757763056-13493186392-10433-Linux_9
|
527 KB |
|
playwright-blob-artifacts--568509f060a139ed3c1c961039e88b2757763056-13493186392-10433-macOS_1
|
313 KB |
|
playwright-blob-artifacts--568509f060a139ed3c1c961039e88b2757763056-13493186392-10433-macOS_2
|
420 KB |
|
playwright-blob-artifacts--568509f060a139ed3c1c961039e88b2757763056-13493186392-10433-macOS_3
|
1.31 MB |
|
playwright-blob-artifacts--568509f060a139ed3c1c961039e88b2757763056-13493186392-10433-macOS_4
|
613 KB |
|
playwright-blob-artifacts--568509f060a139ed3c1c961039e88b2757763056-13493186392-10433-macOS_5
|
1.63 MB |
|
playwright-blob-artifacts--568509f060a139ed3c1c961039e88b2757763056-13493186392-10433-macOS_6
|
370 KB |
|
playwright-blob-artifacts--568509f060a139ed3c1c961039e88b2757763056-13493186392-10433-macOS_7
|
958 KB |
|
playwright-blob-artifacts--568509f060a139ed3c1c961039e88b2757763056-13493186392-10433-macOS_8
|
443 KB |
|
playwright-blob-artifacts--568509f060a139ed3c1c961039e88b2757763056-13493186392-10433-macOS_9
|
435 KB |
|
playwright-snapshots-artifacts--568509f060a139ed3c1c961039e88b2757763056-13493186392-10433-macOS_5
|
33.6 KB |
|