Add more relevant reporter on CI (#72) #19
Annotations
1 error, 2 warnings, and 1 notice
Run Playwright tests:
test/integration/pages/index-navigation.spec.ts#L17
1) [desktop-firefox] › pages/index-navigation.spec.ts:8:7 › Index page navigation › internal links should navigate to other pages
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1280px by 1106px, received 1280px by 2098px. 220746 pixels (ratio 0.09 of all image pixels) are different.
Expected: /__w/portfolio/portfolio/test/integration/__snapshots/pages/index-navigation.spec.ts/desktop-firefox-links-anchor--blog-full-page.png
Received: /__w/portfolio/portfolio/test/integration/test-results/pages-index-navigation-Ind-4e83c-uld-navigate-to-other-pages-desktop-firefox/links-anchor--blog-full-page-actual.png
Diff: /__w/portfolio/portfolio/test/integration/test-results/pages-index-navigation-Ind-4e83c-uld-navigate-to-other-pages-desktop-firefox/links-anchor--blog-full-page-diff.png
Call log:
- expect.toHaveScreenshot(links/anchor-/blog-full-page.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- Expected an image 1280px by 1106px, received 1280px by 2098px. 220746 pixels (ratio 0.09 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
- Expected an image 1280px by 1106px, received 1280px by 2098px. 220746 pixels (ratio 0.09 of all image pixels) are different.
15 | await anchor.click();
16 | await page.waitForURL(anchorPath, { waitUntil: 'domcontentloaded' });
> 17 | await expect(page).toHaveScreenshot(`links/anchor-${anchorPath}-full-page.png`, { fullPage: true });
| ^
18 | await page.goBack({ waitUntil: 'domcontentloaded' });
19 | }
20 | }
at /__w/portfolio/portfolio/test/integration/pages/index-navigation.spec.ts:17:28
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run actions/upload-artifact@v4
No files were found with the provided path: test/integration/playwright-report/. No artifacts will be uploaded.
|
Run Playwright tests
1 flaky
[desktop-firefox] › pages/index-navigation.spec.ts:8:7 › Index page navigation › internal links should navigate to other pages
34 passed (53.4s)
|
Loading