chore(deps): update playwright monorepo to v1.59.1 #14586
Annotations
10 errors and 1 notice
|
Lint & Build & Test
Process completed with exit code 1.
|
|
Lint & Build & Test:
packages/elements/test/integration/lib/helpers.ts#L15
3) [chromium] › test/integration/lib/helpers.ts:7:3 › File report "install-local-example/Options.ts" › when navigating "previous mutant" when scrolled up › should look as expected
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected) failed
141 pixels (ratio 0.01 of all image pixels) are different.
Call log:
- Expect "toHaveScreenshot" with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 164 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
- 23 pixels (ratio 0.01 of all image pixels) are different.
- waiting 250ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 141 pixels (ratio 0.01 of all image pixels) are different.
13 | if (isHeadless()) {
14 | await page.locator('mutation-test-report-app >> :is(mte-test-view, mte-mutant-view)').waitFor();
> 15 | await expect(page).toHaveScreenshot();
| ^
16 | } else {
17 | console.log('[SKIP] skipping screenshot comparison, because not running in headless mode');
18 | context.skip();
at actScreenshotMatch (/home/runner/work/mutation-testing-elements/mutation-testing-elements/packages/elements/test/integration/lib/helpers.ts:15:24)
at /home/runner/work/mutation-testing-elements/mutation-testing-elements/packages/elements/test/integration/lib/helpers.ts:8:5
|
|
Lint & Build & Test:
packages/elements/test/integration/lib/helpers.ts#L15
3) [chromium] › test/integration/lib/helpers.ts:7:3 › File report "install-local-example/Options.ts" › when navigating "previous mutant" when scrolled up › should look as expected
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected) failed
141 pixels (ratio 0.01 of all image pixels) are different.
Call log:
- Expect "toHaveScreenshot" with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 145 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
- 4 pixels (ratio 0.01 of all image pixels) are different.
- waiting 250ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 141 pixels (ratio 0.01 of all image pixels) are different.
13 | if (isHeadless()) {
14 | await page.locator('mutation-test-report-app >> :is(mte-test-view, mte-mutant-view)').waitFor();
> 15 | await expect(page).toHaveScreenshot();
| ^
16 | } else {
17 | console.log('[SKIP] skipping screenshot comparison, because not running in headless mode');
18 | context.skip();
at actScreenshotMatch (/home/runner/work/mutation-testing-elements/mutation-testing-elements/packages/elements/test/integration/lib/helpers.ts:15:24)
at /home/runner/work/mutation-testing-elements/mutation-testing-elements/packages/elements/test/integration/lib/helpers.ts:8:5
|
|
Lint & Build & Test:
packages/elements/test/integration/lib/helpers.ts#L15
3) [chromium] › test/integration/lib/helpers.ts:7:3 › File report "install-local-example/Options.ts" › when navigating "previous mutant" when scrolled up › should look as expected
Error: expect(page).toHaveScreenshot(expected) failed
141 pixels (ratio 0.01 of all image pixels) are different.
Call log:
- Expect "toHaveScreenshot" with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 174 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
- 33 pixels (ratio 0.01 of all image pixels) are different.
- waiting 250ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 141 pixels (ratio 0.01 of all image pixels) are different.
13 | if (isHeadless()) {
14 | await page.locator('mutation-test-report-app >> :is(mte-test-view, mte-mutant-view)').waitFor();
> 15 | await expect(page).toHaveScreenshot();
| ^
16 | } else {
17 | console.log('[SKIP] skipping screenshot comparison, because not running in headless mode');
18 | context.skip();
at actScreenshotMatch (/home/runner/work/mutation-testing-elements/mutation-testing-elements/packages/elements/test/integration/lib/helpers.ts:15:24)
at /home/runner/work/mutation-testing-elements/mutation-testing-elements/packages/elements/test/integration/lib/helpers.ts:8:5
|
|
Lint & Build & Test:
packages/elements/test/integration/lib/helpers.ts#L15
2) [chromium] › test/integration/drawer-mutant.it.spec.ts:42:5 › Drawer mutant view › when a mutant is opened › should show the statusReason
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected) failed
222 pixels (ratio 0.01 of all image pixels) are different.
Call log:
- Expect "toHaveScreenshot" with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 224 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
- 2 pixels (ratio 0.01 of all image pixels) are different.
- waiting 250ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 222 pixels (ratio 0.01 of all image pixels) are different.
at lib/helpers.ts:15
13 | if (isHeadless()) {
14 | await page.locator('mutation-test-report-app >> :is(mte-test-view, mte-mutant-view)').waitFor();
> 15 | await expect(page).toHaveScreenshot();
| ^
16 | } else {
17 | console.log('[SKIP] skipping screenshot comparison, because not running in headless mode');
18 | context.skip();
at actScreenshotMatch (/home/runner/work/mutation-testing-elements/mutation-testing-elements/packages/elements/test/integration/lib/helpers.ts:15:24)
at /home/runner/work/mutation-testing-elements/mutation-testing-elements/packages/elements/test/integration/drawer-mutant.it.spec.ts:47:7
|
|
Lint & Build & Test:
packages/elements/test/integration/lib/helpers.ts#L15
2) [chromium] › test/integration/drawer-mutant.it.spec.ts:42:5 › Drawer mutant view › when a mutant is opened › should show the statusReason
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected) failed
222 pixels (ratio 0.01 of all image pixels) are different.
Call log:
- Expect "toHaveScreenshot" with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 222 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
- 222 pixels (ratio 0.01 of all image pixels) are different.
at lib/helpers.ts:15
13 | if (isHeadless()) {
14 | await page.locator('mutation-test-report-app >> :is(mte-test-view, mte-mutant-view)').waitFor();
> 15 | await expect(page).toHaveScreenshot();
| ^
16 | } else {
17 | console.log('[SKIP] skipping screenshot comparison, because not running in headless mode');
18 | context.skip();
at actScreenshotMatch (/home/runner/work/mutation-testing-elements/mutation-testing-elements/packages/elements/test/integration/lib/helpers.ts:15:24)
at /home/runner/work/mutation-testing-elements/mutation-testing-elements/packages/elements/test/integration/drawer-mutant.it.spec.ts:47:7
|
|
Lint & Build & Test:
packages/elements/test/integration/lib/helpers.ts#L15
2) [chromium] › test/integration/drawer-mutant.it.spec.ts:42:5 › Drawer mutant view › when a mutant is opened › should show the statusReason
Error: expect(page).toHaveScreenshot(expected) failed
222 pixels (ratio 0.01 of all image pixels) are different.
Call log:
- Expect "toHaveScreenshot" with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 222 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
- 222 pixels (ratio 0.01 of all image pixels) are different.
at lib/helpers.ts:15
13 | if (isHeadless()) {
14 | await page.locator('mutation-test-report-app >> :is(mte-test-view, mte-mutant-view)').waitFor();
> 15 | await expect(page).toHaveScreenshot();
| ^
16 | } else {
17 | console.log('[SKIP] skipping screenshot comparison, because not running in headless mode');
18 | context.skip();
at actScreenshotMatch (/home/runner/work/mutation-testing-elements/mutation-testing-elements/packages/elements/test/integration/lib/helpers.ts:15:24)
at /home/runner/work/mutation-testing-elements/mutation-testing-elements/packages/elements/test/integration/drawer-mutant.it.spec.ts:47:7
|
|
Lint & Build & Test:
packages/elements/test/integration/lib/helpers.ts#L15
1) [chromium] › test/integration/drawer-mutant.it.spec.ts:31:5 › Drawer mutant view › when a mutant is opened › should look as expected
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected) failed
240 pixels (ratio 0.01 of all image pixels) are different.
Call log:
- Expect "toHaveScreenshot" with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 240 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
- 240 pixels (ratio 0.01 of all image pixels) are different.
at lib/helpers.ts:15
13 | if (isHeadless()) {
14 | await page.locator('mutation-test-report-app >> :is(mte-test-view, mte-mutant-view)').waitFor();
> 15 | await expect(page).toHaveScreenshot();
| ^
16 | } else {
17 | console.log('[SKIP] skipping screenshot comparison, because not running in headless mode');
18 | context.skip();
at actScreenshotMatch (/home/runner/work/mutation-testing-elements/mutation-testing-elements/packages/elements/test/integration/lib/helpers.ts:15:24)
at /home/runner/work/mutation-testing-elements/mutation-testing-elements/packages/elements/test/integration/drawer-mutant.it.spec.ts:33:7
|
|
Lint & Build & Test:
packages/elements/test/integration/lib/helpers.ts#L15
1) [chromium] › test/integration/drawer-mutant.it.spec.ts:31:5 › Drawer mutant view › when a mutant is opened › should look as expected
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected) failed
134204 pixels (ratio 0.10 of all image pixels) are different.
Call log:
- Expect "toHaveScreenshot" with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 240 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- failed to take screenshot - Execution context was destroyed, most likely because of a navigation
- waiting 250ms before taking screenshot
- waiting for" http://localhost:5173/testResources/test-files-example/" navigation to finish...
- navigated to "http://localhost:5173/testResources/test-files-example/#mutant/deep-merge.ts"
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 240 pixels (ratio 0.01 of all image pixels) are different.
- waiting 500ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 134204 pixels (ratio 0.10 of all image pixels) are different.
at lib/helpers.ts:15
13 | if (isHeadless()) {
14 | await page.locator('mutation-test-report-app >> :is(mte-test-view, mte-mutant-view)').waitFor();
> 15 | await expect(page).toHaveScreenshot();
| ^
16 | } else {
17 | console.log('[SKIP] skipping screenshot comparison, because not running in headless mode');
18 | context.skip();
at actScreenshotMatch (/home/runner/work/mutation-testing-elements/mutation-testing-elements/packages/elements/test/integration/lib/helpers.ts:15:24)
at /home/runner/work/mutation-testing-elements/mutation-testing-elements/packages/elements/test/integration/drawer-mutant.it.spec.ts:33:7
|
|
Lint & Build & Test:
packages/elements/test/integration/lib/helpers.ts#L15
1) [chromium] › test/integration/drawer-mutant.it.spec.ts:31:5 › Drawer mutant view › when a mutant is opened › should look as expected
Error: expect(page).toHaveScreenshot(expected) failed
240 pixels (ratio 0.01 of all image pixels) are different.
Call log:
- Expect "toHaveScreenshot" with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 240 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
- 240 pixels (ratio 0.01 of all image pixels) are different.
at lib/helpers.ts:15
13 | if (isHeadless()) {
14 | await page.locator('mutation-test-report-app >> :is(mte-test-view, mte-mutant-view)').waitFor();
> 15 | await expect(page).toHaveScreenshot();
| ^
16 | } else {
17 | console.log('[SKIP] skipping screenshot comparison, because not running in headless mode');
18 | context.skip();
at actScreenshotMatch (/home/runner/work/mutation-testing-elements/mutation-testing-elements/packages/elements/test/integration/lib/helpers.ts:15:24)
at /home/runner/work/mutation-testing-elements/mutation-testing-elements/packages/elements/test/integration/drawer-mutant.it.spec.ts:33:7
|
|
Lint & Build & Test
3 failed
[chromium] › test/integration/drawer-mutant.it.spec.ts:31:5 › Drawer mutant view › when a mutant is opened › should look as expected
[chromium] › test/integration/drawer-mutant.it.spec.ts:42:5 › Drawer mutant view › when a mutant is opened › should show the statusReason
[chromium] › test/integration/lib/helpers.ts:7:3 › File report "install-local-example/Options.ts" › when navigating "previous mutant" when scrolled up › should look as expected
177 passed (3.0m)
|
Loading