New Design #7
Annotations
3 errors and 1 notice
|
verify
Process completed with exit code 1.
|
|
[firefox] › tests/visual.spec.ts:3:1 › visual snapshot:
spock-website/tests/visual.spec.ts#L5
2) [firefox] › tests/visual.spec.ts:3:1 › visual snapshot ────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected) failed
Expected an image 1280px by 5411px, received 1280px by 5284px. 250103 pixels (ratio 0.04 of all image pixels) are different.
Snapshot: index.png
Call log:
- Expect "toHaveScreenshot(index.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 5411px, received 1280px by 5284px. 250103 pixels (ratio 0.04 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 5411px, received 1280px by 5284px. 250103 pixels (ratio 0.04 of all image pixels) are different.
3 | test('visual snapshot', async ({ page }) => {
4 | await page.goto('/?disableaos');
> 5 | await expect(page).toHaveScreenshot('index.png', { fullPage: true });
| ^
6 | });
7 |
at /home/runner/work/spockframework.github.io/spockframework.github.io/spock-website/tests/visual.spec.ts:5:24
|
|
[chromium] › tests/visual.spec.ts:3:1 › visual snapshot:
spock-website/tests/visual.spec.ts#L5
1) [chromium] › tests/visual.spec.ts:3:1 › visual snapshot ───────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected) failed
Expected an image 1280px by 5370px, received 1280px by 5285px. 211111 pixels (ratio 0.04 of all image pixels) are different.
Snapshot: index.png
Call log:
- Expect "toHaveScreenshot(index.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 5370px, received 1280px by 5285px. 211111 pixels (ratio 0.04 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 5370px, received 1280px by 5285px. 211111 pixels (ratio 0.04 of all image pixels) are different.
3 | test('visual snapshot', async ({ page }) => {
4 | await page.goto('/?disableaos');
> 5 | await expect(page).toHaveScreenshot('index.png', { fullPage: true });
| ^
6 | });
7 |
at /home/runner/work/spockframework.github.io/spockframework.github.io/spock-website/tests/visual.spec.ts:5:24
|
|
🎭 Playwright Run Summary
2 failed
[chromium] › tests/visual.spec.ts:3:1 › visual snapshot ────────────────────────────────────────
[firefox] › tests/visual.spec.ts:3:1 › visual snapshot ─────────────────────────────────────────
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
gh-pages-preview
|
32.8 KB |
sha256:dc2096e0391a0b0bdd086b9ba7759d5b36ba6257e9e321241748ea617127c4b8
|
|
|
playwright-report
|
3.04 MB |
sha256:235b514f70246ecbb05d87312c9994330e20e0ccf331d9c6f6a67a65ba638433
|
|