feat: add tailwind breakpoint indicator #83
Annotations
1 error, 1 warning, and 1 notice
Run e2e tests:
e2e/tests/pages/index.test.ts#L34
1) [chromium] › tests/pages/index.test.ts:29:2 › index page › should not have visible changes ────
Error: Screenshot comparison failed:
5129 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/sicprod-nuxt/sicprod-nuxt/e2e/snapshots/tests/pages/index.test.ts-snapshots/index-page-should-not-have-visible-changes-1-chromium-linux.png
Received: /home/runner/work/sicprod-nuxt/sicprod-nuxt/test-results/tests-pages-index-index-page-should-not-have-visible-changes-chromium/index-page-should-not-have-visible-changes-1-actual.png
Diff: /home/runner/work/sicprod-nuxt/sicprod-nuxt/test-results/tests-pages-index-index-page-should-not-have-visible-changes-chromium/index-page-should-not-have-visible-changes-1-diff.png
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
- 68795 pixels (ratio 0.08 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
- 67438 pixels (ratio 0.08 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
- 5129 pixels (ratio 0.01 of all image pixels) are different.
32 | await indexPage.goto();
33 |
> 34 | await expect(indexPage.page).toHaveScreenshot();
| ^
35 | }
36 | });
37 | });
at /home/runner/work/sicprod-nuxt/sicprod-nuxt/e2e/tests/pages/index.test.ts:34:33
|
Run actions/upload-artifact@v4
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
Run e2e tests
1 flaky
[chromium] › tests/pages/index.test.ts:29:2 › index page › should not have visible changes ─────
31 passed (29.4s)
|
Loading