Table of Contents #774
13 tests run, 1 passed, 0 skipped, 12 failed.
Annotations
Check failure on line 13 in node_modules/sucrase/register/ts.js
github-actions / JUnit Test Report
ts.Page: index @vr
pageScreenshots.test.ts:7:7 Page: index @vr
Raw output
[chromium] › pageScreenshots.test.ts:7:7 › Page: index @vr ───────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 1280px by 2045px, received 1280px by 2095px. 268461 pixels (ratio 0.11 of all image pixels) are different.
Call log:
- expect.toHaveScreenshot(page-index.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- Expected an image 1280px by 2045px, received 1280px by 2095px. 268461 pixels (ratio 0.11 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- Expected an image 1280px by 2045px, received 1280px by 2095px. 268461 pixels (ratio 0.11 of all image pixels) are different.
Expected: /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts-snapshots/page-index-chromium-linux.png
Received: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-index-vr-chromium/page-index-actual.png
Diff: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-index-vr-chromium/page-index-diff.png
11 | await page.waitForTimeout(3000); // wait for animations to finish
12 | let fileName = `page-${pageName}.png`;
> 13 | await expect(page).toHaveScreenshot(fileName,
| ^
14 | {
15 | fullPage: true,
16 | animations: "disabled",
at /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts:13:24
attachment #1: page-index-expected.png (image/png) ─────────────────────────────────────────────
tests/pageScreenshots.test.ts-snapshots/page-index-chromium-linux.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #2: page-index-actual.png (image/png) ───────────────────────────────────────────────
tests/results/pageScreenshots-Page-index-vr-chromium/page-index-actual.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #3: page-index-diff.png (image/png) ─────────────────────────────────────────────────
tests/results/pageScreenshots-Page-index-vr-chromium/page-index-diff.png
────────────────────────────────────────────────────────────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 1280px by 2045px, received 1280px by 2095px. 268461 pixels (ratio 0.11 of all image pixels) are different.
Call log:
- expect.toHaveScreenshot(page-index.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- Expected an image 1280px by 2045px, received 1280px by 2095px. 268461 pixels (ratio 0.11 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- Expected an image 1280px by 2045px, received 1280px by 2095px. 268461 pixels (ratio 0.11 of all image pixels) are different.
Expected: /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts-snapshots/page-index-chromium-linux.png
Received: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-index-vr-chromium-retry1/page-index-actual.png
Diff: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-index-vr-chromium-retry1/page-index-diff.png
11 | await page.waitForTimeout(3000); // wait for animations to finish
12 | let fileName = `page-${pageName}.png`;
> 13 | await expect(page).toHaveScreenshot(fileName,
| ^
14 | {
15 | fullPage: true,
16 | animations: "disabled",
at /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts:13:24
attachment #1: page-index-expected.png (image/png) ─────────────────────────────────────────────
tests/pageScreenshots.test.ts-snapshots/page-index-chromium-linux.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #2: page-index-actual.png (image/png) ───────────────────────────────────────────────
tests/results/pageScreenshots-Page-index-vr-chromium-retry1/page-index-actual.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #3: page-index-diff.png (image/png) ─────────────────────────────────────────────────
tests/results/pageScreenshots-Page-index-vr-chromium-retry1/page-index-diff.png
────────────────────────────────────────────────────────────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 1280px by 2045px, received 1280px by 2095px. 268461 pixels (ratio 0.11 of all image pixels) are different.
Call log:
- expect.toHaveScreenshot(page-index.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- Expected an image 1280px by 2045px, received 1280px by 2095px. 268461 pixels (ratio 0.11 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- Expected an image 1280px by 2045px, received 1280px by 2095px. 268461 pixels (ratio 0.11 of all image pixels) are different.
Expected: /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts-snapshots/page-index-chromium-linux.png
Received: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-index-vr-chromium-retry2/page-index-actual.png
Diff: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-index-vr-chromium-retry2/page-index-diff.png
11 | await page.waitForTimeout(3000); // wait for animations to finish
12 | let fileName = `page-${pageName}.png`;
> 13 | await expect(page).toHaveScreenshot(fileName,
| ^
14 | {
15 | fullPage: true,
16 | animations: "disabled",
at /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts:13:24
attachment #1: page-index-expected.png (image/png) ─────────────────────────────────────────────
tests/pageScreenshots.test.ts-snapshots/page-index-chromium-linux.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #2: page-index-actual.png (image/png) ───────────────────────────────────────────────
tests/results/pageScreenshots-Page-index-vr-chromium-retry2/page-index-actual.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #3: page-index-diff.png (image/png) ─────────────────────────────────────────────────
tests/results/pageScreenshots-Page-index-vr-chromium-retry2/page-index-diff.png
────────────────────────────────────────────────────────────────────────────────────────────────
Check failure on line 13 in node_modules/sucrase/register/ts.js
github-actions / JUnit Test Report
ts.Page: cv @vr
pageScreenshots.test.ts:7:7 Page: cv @vr
Raw output
[chromium] › pageScreenshots.test.ts:7:7 › Page: cv @vr ──────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 1280px by 4326px, received 1280px by 4738px. 328215 pixels (ratio 0.06 of all image pixels) are different.
Call log:
- expect.toHaveScreenshot(page-cv.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- Expected an image 1280px by 4326px, received 1280px by 4738px. 328215 pixels (ratio 0.06 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- Expected an image 1280px by 4326px, received 1280px by 4738px. 328215 pixels (ratio 0.06 of all image pixels) are different.
Expected: /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts-snapshots/page-cv-chromium-linux.png
Received: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-cv-vr-chromium/page-cv-actual.png
Diff: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-cv-vr-chromium/page-cv-diff.png
11 | await page.waitForTimeout(3000); // wait for animations to finish
12 | let fileName = `page-${pageName}.png`;
> 13 | await expect(page).toHaveScreenshot(fileName,
| ^
14 | {
15 | fullPage: true,
16 | animations: "disabled",
at /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts:13:24
attachment #1: page-cv-expected.png (image/png) ────────────────────────────────────────────────
tests/pageScreenshots.test.ts-snapshots/page-cv-chromium-linux.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #2: page-cv-actual.png (image/png) ──────────────────────────────────────────────────
tests/results/pageScreenshots-Page-cv-vr-chromium/page-cv-actual.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #3: page-cv-diff.png (image/png) ────────────────────────────────────────────────────
tests/results/pageScreenshots-Page-cv-vr-chromium/page-cv-diff.png
────────────────────────────────────────────────────────────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 1280px by 4326px, received 1280px by 4738px. 328215 pixels (ratio 0.06 of all image pixels) are different.
Call log:
- expect.toHaveScreenshot(page-cv.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- Expected an image 1280px by 4326px, received 1280px by 4738px. 328215 pixels (ratio 0.06 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- Expected an image 1280px by 4326px, received 1280px by 4738px. 328215 pixels (ratio 0.06 of all image pixels) are different.
Expected: /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts-snapshots/page-cv-chromium-linux.png
Received: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-cv-vr-chromium-retry1/page-cv-actual.png
Diff: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-cv-vr-chromium-retry1/page-cv-diff.png
11 | await page.waitForTimeout(3000); // wait for animations to finish
12 | let fileName = `page-${pageName}.png`;
> 13 | await expect(page).toHaveScreenshot(fileName,
| ^
14 | {
15 | fullPage: true,
16 | animations: "disabled",
at /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts:13:24
attachment #1: page-cv-expected.png (image/png) ────────────────────────────────────────────────
tests/pageScreenshots.test.ts-snapshots/page-cv-chromium-linux.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #2: page-cv-actual.png (image/png) ──────────────────────────────────────────────────
tests/results/pageScreenshots-Page-cv-vr-chromium-retry1/page-cv-actual.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #3: page-cv-diff.png (image/png) ────────────────────────────────────────────────────
tests/results/pageScreenshots-Page-cv-vr-chromium-retry1/page-cv-diff.png
────────────────────────────────────────────────────────────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 1280px by 4326px, received 1280px by 4738px. 328215 pixels (ratio 0.06 of all image pixels) are different.
Call log:
- expect.toHaveScreenshot(page-cv.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- Expected an image 1280px by 4326px, received 1280px by 4738px. 328215 pixels (ratio 0.06 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- Expected an image 1280px by 4326px, received 1280px by 4738px. 328215 pixels (ratio 0.06 of all image pixels) are different.
Expected: /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts-snapshots/page-cv-chromium-linux.png
Received: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-cv-vr-chromium-retry2/page-cv-actual.png
Diff: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-cv-vr-chromium-retry2/page-cv-diff.png
11 | await page.waitForTimeout(3000); // wait for animations to finish
12 | let fileName = `page-${pageName}.png`;
> 13 | await expect(page).toHaveScreenshot(fileName,
| ^
14 | {
15 | fullPage: true,
16 | animations: "disabled",
at /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts:13:24
attachment #1: page-cv-expected.png (image/png) ────────────────────────────────────────────────
tests/pageScreenshots.test.ts-snapshots/page-cv-chromium-linux.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #2: page-cv-actual.png (image/png) ──────────────────────────────────────────────────
tests/results/pageScreenshots-Page-cv-vr-chromium-retry2/page-cv-actual.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #3: page-cv-diff.png (image/png) ────────────────────────────────────────────────────
tests/results/pageScreenshots-Page-cv-vr-chromium-retry2/page-cv-diff.png
────────────────────────────────────────────────────────────────────────────────────────────────
Check failure on line 13 in node_modules/sucrase/register/ts.js
github-actions / JUnit Test Report
ts.Page: chasing-100 @vr
pageScreenshots.test.ts:7:7 Page: chasing-100 @vr
Raw output
[chromium] › pageScreenshots.test.ts:7:7 › Page: chasing-100 @vr ─────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 1280px by 2353px, received 1280px by 2403px. 255126 pixels (ratio 0.09 of all image pixels) are different.
Call log:
- expect.toHaveScreenshot(page-chasing-100.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- Expected an image 1280px by 2353px, received 1280px by 2403px. 255126 pixels (ratio 0.09 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- Expected an image 1280px by 2353px, received 1280px by 2403px. 255126 pixels (ratio 0.09 of all image pixels) are different.
Expected: /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts-snapshots/page-chasing-100-chromium-linux.png
Received: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-chasing-100-vr-chromium/page-chasing-100-actual.png
Diff: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-chasing-100-vr-chromium/page-chasing-100-diff.png
11 | await page.waitForTimeout(3000); // wait for animations to finish
12 | let fileName = `page-${pageName}.png`;
> 13 | await expect(page).toHaveScreenshot(fileName,
| ^
14 | {
15 | fullPage: true,
16 | animations: "disabled",
at /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts:13:24
attachment #1: page-chasing-100-expected.png (image/png) ───────────────────────────────────────
tests/pageScreenshots.test.ts-snapshots/page-chasing-100-chromium-linux.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #2: page-chasing-100-actual.png (image/png) ─────────────────────────────────────────
tests/results/pageScreenshots-Page-chasing-100-vr-chromium/page-chasing-100-actual.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #3: page-chasing-100-diff.png (image/png) ───────────────────────────────────────────
tests/results/pageScreenshots-Page-chasing-100-vr-chromium/page-chasing-100-diff.png
────────────────────────────────────────────────────────────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 1280px by 2353px, received 1280px by 2403px. 255126 pixels (ratio 0.09 of all image pixels) are different.
Call log:
- expect.toHaveScreenshot(page-chasing-100.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- Expected an image 1280px by 2353px, received 1280px by 2403px. 255126 pixels (ratio 0.09 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- Expected an image 1280px by 2353px, received 1280px by 2403px. 255126 pixels (ratio 0.09 of all image pixels) are different.
Expected: /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts-snapshots/page-chasing-100-chromium-linux.png
Received: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-chasing-100-vr-chromium-retry1/page-chasing-100-actual.png
Diff: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-chasing-100-vr-chromium-retry1/page-chasing-100-diff.png
11 | await page.waitForTimeout(3000); // wait for animations to finish
12 | let fileName = `page-${pageName}.png`;
> 13 | await expect(page).toHaveScreenshot(fileName,
| ^
14 | {
15 | fullPage: true,
16 | animations: "disabled",
at /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts:13:24
attachment #1: page-chasing-100-expected.png (image/png) ───────────────────────────────────────
tests/pageScreenshots.test.ts-snapshots/page-chasing-100-chromium-linux.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #2: page-chasing-100-actual.png (image/png) ─────────────────────────────────────────
tests/results/pageScreenshots-Page-chasing-100-vr-chromium-retry1/page-chasing-100-actual.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #3: page-chasing-100-diff.png (image/png) ───────────────────────────────────────────
tests/results/pageScreenshots-Page-chasing-100-vr-chromium-retry1/page-chasing-100-diff.png
────────────────────────────────────────────────────────────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 1280px by 2353px, received 1280px by 2403px. 255126 pixels (ratio 0.09 of all image pixels) are different.
Call log:
- expect.toHaveScreenshot(page-chasing-100.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- Expected an image 1280px by 2353px, received 1280px by 2403px. 255126 pixels (ratio 0.09 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- Expected an image 1280px by 2353px, received 1280px by 2403px. 255126 pixels (ratio 0.09 of all image pixels) are different.
Expected: /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts-snapshots/page-chasing-100-chromium-linux.png
Received: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-chasing-100-vr-chromium-retry2/page-chasing-100-actual.png
Diff: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-chasing-100-vr-chromium-retry2/page-chasing-100-diff.png
11 | await page.waitForTimeout(3000); // wait for animations to finish
12 | let fileName = `page-${pageName}.png`;
> 13 | await expect(page).toHaveScreenshot(fileName,
| ^
14 | {
15 | fullPage: true,
16 | animations: "disabled",
at /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts:13:24
attachment #1: page-chasing-100-expected.png (image/png) ───────────────────────────────────────
tests/pageScreenshots.test.ts-snapshots/page-chasing-100-chromium-linux.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #2: page-chasing-100-actual.png (image/png) ─────────────────────────────────────────
tests/results/pageScreenshots-Page-chasing-100-vr-chromium-retry2/page-chasing-100-actual.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #3: page-chasing-100-diff.png (image/png) ───────────────────────────────────────────
tests/results/pageScreenshots-Page-chasing-100-vr-chromium-retry2/page-chasing-100-diff.png
────────────────────────────────────────────────────────────────────────────────────────────────
Check failure on line 13 in node_modules/sucrase/register/ts.js
github-actions / JUnit Test Report
ts.Page: full-site-editing-in-wordpress @vr
pageScreenshots.test.ts:7:7 Page: full-site-editing-in-wordpress @vr
Raw output
[chromium] › pageScreenshots.test.ts:7:7 › Page: full-site-editing-in-wordpress @vr ──────────────
Error: Screenshot comparison failed:
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(page-full-site-editing-in-wordpress.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- Expected an image 1280px by 9296px, received 1280px by 9099px. 859623 pixels (ratio 0.08 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- Timeout 5000ms exceeded.
Expected: /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts-snapshots/page-full-site-editing-in-wordpress-chromium-linux.png
Received: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-full-site-editing-in-wordpress-vr-chromium/page-full-site-editing-in-wordpress-actual.png
Diff: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-full-site-editing-in-wordpress-vr-chromium/page-full-site-editing-in-wordpress-diff.png
11 | await page.waitForTimeout(3000); // wait for animations to finish
12 | let fileName = `page-${pageName}.png`;
> 13 | await expect(page).toHaveScreenshot(fileName,
| ^
14 | {
15 | fullPage: true,
16 | animations: "disabled",
at /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts:13:24
attachment #1: page-full-site-editing-in-wordpress-expected.png (image/png) ────────────────────
tests/pageScreenshots.test.ts-snapshots/page-full-site-editing-in-wordpress-chromium-linux.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #2: page-full-site-editing-in-wordpress-actual.png (image/png) ──────────────────────
tests/results/pageScreenshots-Page-full-site-editing-in-wordpress-vr-chromium/page-full-site-editing-in-wordpress-actual.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #3: page-full-site-editing-in-wordpress-diff.png (image/png) ────────────────────────
tests/results/pageScreenshots-Page-full-site-editing-in-wordpress-vr-chromium/page-full-site-editing-in-wordpress-diff.png
────────────────────────────────────────────────────────────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(page-full-site-editing-in-wordpress.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- Expected an image 1280px by 9296px, received 1280px by 9099px. 859623 pixels (ratio 0.08 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- Timeout 5000ms exceeded.
Expected: /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts-snapshots/page-full-site-editing-in-wordpress-chromium-linux.png
Received: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-full-site-editing-in-wordpress-vr-chromium-retry1/page-full-site-editing-in-wordpress-actual.png
Diff: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-full-site-editing-in-wordpress-vr-chromium-retry1/page-full-site-editing-in-wordpress-diff.png
11 | await page.waitForTimeout(3000); // wait for animations to finish
12 | let fileName = `page-${pageName}.png`;
> 13 | await expect(page).toHaveScreenshot(fileName,
| ^
14 | {
15 | fullPage: true,
16 | animations: "disabled",
at /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts:13:24
attachment #1: page-full-site-editing-in-wordpress-expected.png (image/png) ────────────────────
tests/pageScreenshots.test.ts-snapshots/page-full-site-editing-in-wordpress-chromium-linux.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #2: page-full-site-editing-in-wordpress-actual.png (image/png) ──────────────────────
tests/results/pageScreenshots-Page-full-site-editing-in-wordpress-vr-chromium-retry1/page-full-site-editing-in-wordpress-actual.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #3: page-full-site-editing-in-wordpress-diff.png (image/png) ────────────────────────
tests/results/pageScreenshots-Page-full-site-editing-in-wordpress-vr-chromium-retry1/page-full-site-editing-in-wordpress-diff.png
────────────────────────────────────────────────────────────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(page-full-site-editing-in-wordpress.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- Expected an image 1280px by 9296px, received 1280px by 9099px. 859623 pixels (ratio 0.08 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- Timeout 5000ms exceeded.
Expected: /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts-snapshots/page-full-site-editing-in-wordpress-chromium-linux.png
Received: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-full-site-editing-in-wordpress-vr-chromium-retry2/page-full-site-editing-in-wordpress-actual.png
Diff: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-full-site-editing-in-wordpress-vr-chromium-retry2/page-full-site-editing-in-wordpress-diff.png
11 | await page.waitForTimeout(3000); // wait for animations to finish
12 | let fileName = `page-${pageName}.png`;
> 13 | await expect(page).toHaveScreenshot(fileName,
| ^
14 | {
15 | fullPage: true,
16 | animations: "disabled",
at /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts:13:24
attachment #1: page-full-site-editing-in-wordpress-expected.png (image/png) ────────────────────
tests/pageScreenshots.test.ts-snapshots/page-full-site-editing-in-wordpress-chromium-linux.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #2: page-full-site-editing-in-wordpress-actual.png (image/png) ──────────────────────
tests/results/pageScreenshots-Page-full-site-editing-in-wordpress-vr-chromium-retry2/page-full-site-editing-in-wordpress-actual.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #3: page-full-site-editing-in-wordpress-diff.png (image/png) ────────────────────────
tests/results/pageScreenshots-Page-full-site-editing-in-wordpress-vr-chromium-retry2/page-full-site-editing-in-wordpress-diff.png
────────────────────────────────────────────────────────────────────────────────────────────────
Check failure on line 13 in node_modules/sucrase/register/ts.js
github-actions / JUnit Test Report
ts.Page: how-i-publish-this-site-part-2 @vr
pageScreenshots.test.ts:7:7 Page: how-i-publish-this-site-part-2 @vr
Raw output
[chromium] › pageScreenshots.test.ts:7:7 › Page: how-i-publish-this-site-part-2 @vr ──────────────
Error: Screenshot comparison failed:
Expected an image 1280px by 4435px, received 1280px by 4475px.
Call log:
- expect.toHaveScreenshot(page-how-i-publish-this-site-part-2.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- Expected an image 1280px by 4435px, received 1280px by 4475px.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- Expected an image 1280px by 4435px, received 1280px by 4475px.
Expected: /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts-snapshots/page-how-i-publish-this-site-part-2-chromium-linux.png
Received: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-how-i-publish-this-site-part-2-vr-chromium/page-how-i-publish-this-site-part-2-actual.png
Diff: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-how-i-publish-this-site-part-2-vr-chromium/page-how-i-publish-this-site-part-2-diff.png
11 | await page.waitForTimeout(3000); // wait for animations to finish
12 | let fileName = `page-${pageName}.png`;
> 13 | await expect(page).toHaveScreenshot(fileName,
| ^
14 | {
15 | fullPage: true,
16 | animations: "disabled",
at /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts:13:24
attachment #1: page-how-i-publish-this-site-part-2-expected.png (image/png) ────────────────────
tests/pageScreenshots.test.ts-snapshots/page-how-i-publish-this-site-part-2-chromium-linux.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #2: page-how-i-publish-this-site-part-2-actual.png (image/png) ──────────────────────
tests/results/pageScreenshots-Page-how-i-publish-this-site-part-2-vr-chromium/page-how-i-publish-this-site-part-2-actual.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #3: page-how-i-publish-this-site-part-2-diff.png (image/png) ────────────────────────
tests/results/pageScreenshots-Page-how-i-publish-this-site-part-2-vr-chromium/page-how-i-publish-this-site-part-2-diff.png
────────────────────────────────────────────────────────────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 1280px by 4435px, received 1280px by 4475px.
Call log:
- expect.toHaveScreenshot(page-how-i-publish-this-site-part-2.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- Expected an image 1280px by 4435px, received 1280px by 4475px.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- Expected an image 1280px by 4435px, received 1280px by 4475px.
Expected: /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts-snapshots/page-how-i-publish-this-site-part-2-chromium-linux.png
Received: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-how-i-publish-this-site-part-2-vr-chromium-retry1/page-how-i-publish-this-site-part-2-actual.png
Diff: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-how-i-publish-this-site-part-2-vr-chromium-retry1/page-how-i-publish-this-site-part-2-diff.png
11 | await page.waitForTimeout(3000); // wait for animations to finish
12 | let fileName = `page-${pageName}.png`;
> 13 | await expect(page).toHaveScreenshot(fileName,
| ^
14 | {
15 | fullPage: true,
16 | animations: "disabled",
at /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts:13:24
attachment #1: page-how-i-publish-this-site-part-2-expected.png (image/png) ────────────────────
tests/pageScreenshots.test.ts-snapshots/page-how-i-publish-this-site-part-2-chromium-linux.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #2: page-how-i-publish-this-site-part-2-actual.png (image/png) ──────────────────────
tests/results/pageScreenshots-Page-how-i-publish-this-site-part-2-vr-chromium-retry1/page-how-i-publish-this-site-part-2-actual.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #3: page-how-i-publish-this-site-part-2-diff.png (image/png) ────────────────────────
tests/results/pageScreenshots-Page-how-i-publish-this-site-part-2-vr-chromium-retry1/page-how-i-publish-this-site-part-2-diff.png
────────────────────────────────────────────────────────────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 1280px by 4435px, received 1280px by 4475px.
Call log:
- expect.toHaveScreenshot(page-how-i-publish-this-site-part-2.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- Expected an image 1280px by 4435px, received 1280px by 4475px.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- Expected an image 1280px by 4435px, received 1280px by 4475px.
Expected: /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts-snapshots/page-how-i-publish-this-site-part-2-chromium-linux.png
Received: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-how-i-publish-this-site-part-2-vr-chromium-retry2/page-how-i-publish-this-site-part-2-actual.png
Diff: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-how-i-publish-this-site-part-2-vr-chromium-retry2/page-how-i-publish-this-site-part-2-diff.png
11 | await page.waitForTimeout(3000); // wait for animations to finish
12 | let fileName = `page-${pageName}.png`;
> 13 | await expect(page).toHaveScreenshot(fileName,
| ^
14 | {
15 | fullPage: true,
16 | animations: "disabled",
at /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts:13:24
attachment #1: page-how-i-publish-this-site-part-2-expected.png (image/png) ────────────────────
tests/pageScreenshots.test.ts-snapshots/page-how-i-publish-this-site-part-2-chromium-linux.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #2: page-how-i-publish-this-site-part-2-actual.png (image/png) ──────────────────────
tests/results/pageScreenshots-Page-how-i-publish-this-site-part-2-vr-chromium-retry2/page-how-i-publish-this-site-part-2-actual.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #3: page-how-i-publish-this-site-part-2-diff.png (image/png) ────────────────────────
tests/results/pageScreenshots-Page-how-i-publish-this-site-part-2-vr-chromium-retry2/page-how-i-publish-this-site-part-2-diff.png
────────────────────────────────────────────────────────────────────────────────────────────────
Check failure on line 13 in node_modules/sucrase/register/ts.js
github-actions / JUnit Test Report
ts.Page: how-i-publish-this-site @vr
pageScreenshots.test.ts:7:7 Page: how-i-publish-this-site @vr
Raw output
[chromium] › pageScreenshots.test.ts:7:7 › Page: how-i-publish-this-site @vr ─────────────────────
Error: Screenshot comparison failed:
Expected an image 1280px by 2182px, received 1280px by 2232px. 255126 pixels (ratio 0.09 of all image pixels) are different.
Call log:
- expect.toHaveScreenshot(page-how-i-publish-this-site.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- Expected an image 1280px by 2182px, received 1280px by 2232px. 255126 pixels (ratio 0.09 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- Expected an image 1280px by 2182px, received 1280px by 2232px. 255126 pixels (ratio 0.09 of all image pixels) are different.
Expected: /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts-snapshots/page-how-i-publish-this-site-chromium-linux.png
Received: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-how-i-publish-this-site-vr-chromium/page-how-i-publish-this-site-actual.png
Diff: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-how-i-publish-this-site-vr-chromium/page-how-i-publish-this-site-diff.png
11 | await page.waitForTimeout(3000); // wait for animations to finish
12 | let fileName = `page-${pageName}.png`;
> 13 | await expect(page).toHaveScreenshot(fileName,
| ^
14 | {
15 | fullPage: true,
16 | animations: "disabled",
at /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts:13:24
attachment #1: page-how-i-publish-this-site-expected.png (image/png) ───────────────────────────
tests/pageScreenshots.test.ts-snapshots/page-how-i-publish-this-site-chromium-linux.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #2: page-how-i-publish-this-site-actual.png (image/png) ─────────────────────────────
tests/results/pageScreenshots-Page-how-i-publish-this-site-vr-chromium/page-how-i-publish-this-site-actual.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #3: page-how-i-publish-this-site-diff.png (image/png) ───────────────────────────────
tests/results/pageScreenshots-Page-how-i-publish-this-site-vr-chromium/page-how-i-publish-this-site-diff.png
────────────────────────────────────────────────────────────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 1280px by 2182px, received 1280px by 2232px. 255126 pixels (ratio 0.09 of all image pixels) are different.
Call log:
- expect.toHaveScreenshot(page-how-i-publish-this-site.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- Expected an image 1280px by 2182px, received 1280px by 2232px. 255126 pixels (ratio 0.09 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- Expected an image 1280px by 2182px, received 1280px by 2232px. 255126 pixels (ratio 0.09 of all image pixels) are different.
Expected: /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts-snapshots/page-how-i-publish-this-site-chromium-linux.png
Received: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-how-i-publish-this-site-vr-chromium-retry1/page-how-i-publish-this-site-actual.png
Diff: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-how-i-publish-this-site-vr-chromium-retry1/page-how-i-publish-this-site-diff.png
11 | await page.waitForTimeout(3000); // wait for animations to finish
12 | let fileName = `page-${pageName}.png`;
> 13 | await expect(page).toHaveScreenshot(fileName,
| ^
14 | {
15 | fullPage: true,
16 | animations: "disabled",
at /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts:13:24
attachment #1: page-how-i-publish-this-site-expected.png (image/png) ───────────────────────────
tests/pageScreenshots.test.ts-snapshots/page-how-i-publish-this-site-chromium-linux.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #2: page-how-i-publish-this-site-actual.png (image/png) ─────────────────────────────
tests/results/pageScreenshots-Page-how-i-publish-this-site-vr-chromium-retry1/page-how-i-publish-this-site-actual.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #3: page-how-i-publish-this-site-diff.png (image/png) ───────────────────────────────
tests/results/pageScreenshots-Page-how-i-publish-this-site-vr-chromium-retry1/page-how-i-publish-this-site-diff.png
────────────────────────────────────────────────────────────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 1280px by 2182px, received 1280px by 2232px. 255126 pixels (ratio 0.09 of all image pixels) are different.
Call log:
- expect.toHaveScreenshot(page-how-i-publish-this-site.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- Expected an image 1280px by 2182px, received 1280px by 2232px. 255126 pixels (ratio 0.09 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- Expected an image 1280px by 2182px, received 1280px by 2232px. 255126 pixels (ratio 0.09 of all image pixels) are different.
Expected: /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts-snapshots/page-how-i-publish-this-site-chromium-linux.png
Received: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-how-i-publish-this-site-vr-chromium-retry2/page-how-i-publish-this-site-actual.png
Diff: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-how-i-publish-this-site-vr-chromium-retry2/page-how-i-publish-this-site-diff.png
11 | await page.waitForTimeout(3000); // wait for animations to finish
12 | let fileName = `page-${pageName}.png`;
> 13 | await expect(page).toHaveScreenshot(fileName,
| ^
14 | {
15 | fullPage: true,
16 | animations: "disabled",
at /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts:13:24
attachment #1: page-how-i-publish-this-site-expected.png (image/png) ───────────────────────────
tests/pageScreenshots.test.ts-snapshots/page-how-i-publish-this-site-chromium-linux.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #2: page-how-i-publish-this-site-actual.png (image/png) ─────────────────────────────
tests/results/pageScreenshots-Page-how-i-publish-this-site-vr-chromium-retry2/page-how-i-publish-this-site-actual.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #3: page-how-i-publish-this-site-diff.png (image/png) ───────────────────────────────
tests/results/pageScreenshots-Page-how-i-publish-this-site-vr-chromium-retry2/page-how-i-publish-this-site-diff.png
────────────────────────────────────────────────────────────────────────────────────────────────
Check failure on line 13 in node_modules/sucrase/register/ts.js
github-actions / JUnit Test Report
ts.Page: ive-launched-colorbar @vr
pageScreenshots.test.ts:7:7 Page: ive-launched-colorbar @vr
Raw output
[chromium] › pageScreenshots.test.ts:7:7 › Page: ive-launched-colorbar @vr ───────────────────────
Error: Screenshot comparison failed:
Expected an image 1280px by 2225px, received 1280px by 2275px. 255126 pixels (ratio 0.09 of all image pixels) are different.
Call log:
- expect.toHaveScreenshot(page-ive-launched-colorbar.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- Expected an image 1280px by 2225px, received 1280px by 2275px. 255126 pixels (ratio 0.09 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- Expected an image 1280px by 2225px, received 1280px by 2275px. 255126 pixels (ratio 0.09 of all image pixels) are different.
Expected: /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts-snapshots/page-ive-launched-colorbar-chromium-linux.png
Received: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-ive-launched-colorbar-vr-chromium/page-ive-launched-colorbar-actual.png
Diff: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-ive-launched-colorbar-vr-chromium/page-ive-launched-colorbar-diff.png
11 | await page.waitForTimeout(3000); // wait for animations to finish
12 | let fileName = `page-${pageName}.png`;
> 13 | await expect(page).toHaveScreenshot(fileName,
| ^
14 | {
15 | fullPage: true,
16 | animations: "disabled",
at /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts:13:24
attachment #1: page-ive-launched-colorbar-expected.png (image/png) ─────────────────────────────
tests/pageScreenshots.test.ts-snapshots/page-ive-launched-colorbar-chromium-linux.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #2: page-ive-launched-colorbar-actual.png (image/png) ───────────────────────────────
tests/results/pageScreenshots-Page-ive-launched-colorbar-vr-chromium/page-ive-launched-colorbar-actual.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #3: page-ive-launched-colorbar-diff.png (image/png) ─────────────────────────────────
tests/results/pageScreenshots-Page-ive-launched-colorbar-vr-chromium/page-ive-launched-colorbar-diff.png
────────────────────────────────────────────────────────────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 1280px by 2225px, received 1280px by 2275px. 255126 pixels (ratio 0.09 of all image pixels) are different.
Call log:
- expect.toHaveScreenshot(page-ive-launched-colorbar.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- Expected an image 1280px by 2225px, received 1280px by 2275px. 255126 pixels (ratio 0.09 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- Expected an image 1280px by 2225px, received 1280px by 2275px. 255126 pixels (ratio 0.09 of all image pixels) are different.
Expected: /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts-snapshots/page-ive-launched-colorbar-chromium-linux.png
Received: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-ive-launched-colorbar-vr-chromium-retry1/page-ive-launched-colorbar-actual.png
Diff: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-ive-launched-colorbar-vr-chromium-retry1/page-ive-launched-colorbar-diff.png
11 | await page.waitForTimeout(3000); // wait for animations to finish
12 | let fileName = `page-${pageName}.png`;
> 13 | await expect(page).toHaveScreenshot(fileName,
| ^
14 | {
15 | fullPage: true,
16 | animations: "disabled",
at /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts:13:24
attachment #1: page-ive-launched-colorbar-expected.png (image/png) ─────────────────────────────
tests/pageScreenshots.test.ts-snapshots/page-ive-launched-colorbar-chromium-linux.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #2: page-ive-launched-colorbar-actual.png (image/png) ───────────────────────────────
tests/results/pageScreenshots-Page-ive-launched-colorbar-vr-chromium-retry1/page-ive-launched-colorbar-actual.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #3: page-ive-launched-colorbar-diff.png (image/png) ─────────────────────────────────
tests/results/pageScreenshots-Page-ive-launched-colorbar-vr-chromium-retry1/page-ive-launched-colorbar-diff.png
────────────────────────────────────────────────────────────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 1280px by 2225px, received 1280px by 2275px. 255126 pixels (ratio 0.09 of all image pixels) are different.
Call log:
- expect.toHaveScreenshot(page-ive-launched-colorbar.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- Expected an image 1280px by 2225px, received 1280px by 2275px. 255126 pixels (ratio 0.09 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- Expected an image 1280px by 2225px, received 1280px by 2275px. 255126 pixels (ratio 0.09 of all image pixels) are different.
Expected: /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts-snapshots/page-ive-launched-colorbar-chromium-linux.png
Received: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-ive-launched-colorbar-vr-chromium-retry2/page-ive-launched-colorbar-actual.png
Diff: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-ive-launched-colorbar-vr-chromium-retry2/page-ive-launched-colorbar-diff.png
11 | await page.waitForTimeout(3000); // wait for animations to finish
12 | let fileName = `page-${pageName}.png`;
> 13 | await expect(page).toHaveScreenshot(fileName,
| ^
14 | {
15 | fullPage: true,
16 | animations: "disabled",
at /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts:13:24
attachment #1: page-ive-launched-colorbar-expected.png (image/png) ─────────────────────────────
tests/pageScreenshots.test.ts-snapshots/page-ive-launched-colorbar-chromium-linux.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #2: page-ive-launched-colorbar-actual.png (image/png) ───────────────────────────────
tests/results/pageScreenshots-Page-ive-launched-colorbar-vr-chromium-retry2/page-ive-launched-colorbar-actual.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #3: page-ive-launched-colorbar-diff.png (image/png) ─────────────────────────────────
tests/results/pageScreenshots-Page-ive-launched-colorbar-vr-chromium-retry2/page-ive-launched-colorbar-diff.png
────────────────────────────────────────────────────────────────────────────────────────────────
Check failure on line 13 in node_modules/sucrase/register/ts.js
github-actions / JUnit Test Report
ts.Page: migration-to-firebase @vr
pageScreenshots.test.ts:7:7 Page: migration-to-firebase @vr
Raw output
[chromium] › pageScreenshots.test.ts:7:7 › Page: migration-to-firebase @vr ───────────────────────
Error: Screenshot comparison failed:
Expected an image 1280px by 2405px, received 1280px by 2455px. 255126 pixels (ratio 0.09 of all image pixels) are different.
Call log:
- expect.toHaveScreenshot(page-migration-to-firebase.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- Expected an image 1280px by 2405px, received 1280px by 2455px. 255126 pixels (ratio 0.09 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- Expected an image 1280px by 2405px, received 1280px by 2455px. 255126 pixels (ratio 0.09 of all image pixels) are different.
Expected: /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts-snapshots/page-migration-to-firebase-chromium-linux.png
Received: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-migration-to-firebase-vr-chromium/page-migration-to-firebase-actual.png
Diff: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-migration-to-firebase-vr-chromium/page-migration-to-firebase-diff.png
11 | await page.waitForTimeout(3000); // wait for animations to finish
12 | let fileName = `page-${pageName}.png`;
> 13 | await expect(page).toHaveScreenshot(fileName,
| ^
14 | {
15 | fullPage: true,
16 | animations: "disabled",
at /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts:13:24
attachment #1: page-migration-to-firebase-expected.png (image/png) ─────────────────────────────
tests/pageScreenshots.test.ts-snapshots/page-migration-to-firebase-chromium-linux.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #2: page-migration-to-firebase-actual.png (image/png) ───────────────────────────────
tests/results/pageScreenshots-Page-migration-to-firebase-vr-chromium/page-migration-to-firebase-actual.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #3: page-migration-to-firebase-diff.png (image/png) ─────────────────────────────────
tests/results/pageScreenshots-Page-migration-to-firebase-vr-chromium/page-migration-to-firebase-diff.png
────────────────────────────────────────────────────────────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 1280px by 2405px, received 1280px by 2455px. 255126 pixels (ratio 0.09 of all image pixels) are different.
Call log:
- expect.toHaveScreenshot(page-migration-to-firebase.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- Expected an image 1280px by 2405px, received 1280px by 2455px. 255126 pixels (ratio 0.09 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- Expected an image 1280px by 2405px, received 1280px by 2455px. 255126 pixels (ratio 0.09 of all image pixels) are different.
Expected: /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts-snapshots/page-migration-to-firebase-chromium-linux.png
Received: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-migration-to-firebase-vr-chromium-retry1/page-migration-to-firebase-actual.png
Diff: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-migration-to-firebase-vr-chromium-retry1/page-migration-to-firebase-diff.png
11 | await page.waitForTimeout(3000); // wait for animations to finish
12 | let fileName = `page-${pageName}.png`;
> 13 | await expect(page).toHaveScreenshot(fileName,
| ^
14 | {
15 | fullPage: true,
16 | animations: "disabled",
at /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts:13:24
attachment #1: page-migration-to-firebase-expected.png (image/png) ─────────────────────────────
tests/pageScreenshots.test.ts-snapshots/page-migration-to-firebase-chromium-linux.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #2: page-migration-to-firebase-actual.png (image/png) ───────────────────────────────
tests/results/pageScreenshots-Page-migration-to-firebase-vr-chromium-retry1/page-migration-to-firebase-actual.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #3: page-migration-to-firebase-diff.png (image/png) ─────────────────────────────────
tests/results/pageScreenshots-Page-migration-to-firebase-vr-chromium-retry1/page-migration-to-firebase-diff.png
────────────────────────────────────────────────────────────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 1280px by 2405px, received 1280px by 2455px. 255126 pixels (ratio 0.09 of all image pixels) are different.
Call log:
- expect.toHaveScreenshot(page-migration-to-firebase.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- Expected an image 1280px by 2405px, received 1280px by 2455px. 255126 pixels (ratio 0.09 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- Expected an image 1280px by 2405px, received 1280px by 2455px. 255126 pixels (ratio 0.09 of all image pixels) are different.
Expected: /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts-snapshots/page-migration-to-firebase-chromium-linux.png
Received: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-migration-to-firebase-vr-chromium-retry2/page-migration-to-firebase-actual.png
Diff: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-migration-to-firebase-vr-chromium-retry2/page-migration-to-firebase-diff.png
11 | await page.waitForTimeout(3000); // wait for animations to finish
12 | let fileName = `page-${pageName}.png`;
> 13 | await expect(page).toHaveScreenshot(fileName,
| ^
14 | {
15 | fullPage: true,
16 | animations: "disabled",
at /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts:13:24
attachment #1: page-migration-to-firebase-expected.png (image/png) ─────────────────────────────
tests/pageScreenshots.test.ts-snapshots/page-migration-to-firebase-chromium-linux.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #2: page-migration-to-firebase-actual.png (image/png) ───────────────────────────────
tests/results/pageScreenshots-Page-migration-to-firebase-vr-chromium-retry2/page-migration-to-firebase-actual.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #3: page-migration-to-firebase-diff.png (image/png) ─────────────────────────────────
tests/results/pageScreenshots-Page-migration-to-firebase-vr-chromium-retry2/page-migration-to-firebase-diff.png
────────────────────────────────────────────────────────────────────────────────────────────────
Check failure on line 13 in node_modules/sucrase/register/ts.js
github-actions / JUnit Test Report
ts.Page: new-wp-plugin @vr
pageScreenshots.test.ts:7:7 Page: new-wp-plugin @vr
Raw output
[chromium] › pageScreenshots.test.ts:7:7 › Page: new-wp-plugin @vr ───────────────────────────────
Error: Screenshot comparison failed:
Expected an image 1280px by 2089px, received 1280px by 2139px. 255126 pixels (ratio 0.10 of all image pixels) are different.
Call log:
- expect.toHaveScreenshot(page-new-wp-plugin.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- Expected an image 1280px by 2089px, received 1280px by 2139px. 255126 pixels (ratio 0.10 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- Expected an image 1280px by 2089px, received 1280px by 2139px. 255126 pixels (ratio 0.10 of all image pixels) are different.
Expected: /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts-snapshots/page-new-wp-plugin-chromium-linux.png
Received: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-new-wp-plugin-vr-chromium/page-new-wp-plugin-actual.png
Diff: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-new-wp-plugin-vr-chromium/page-new-wp-plugin-diff.png
11 | await page.waitForTimeout(3000); // wait for animations to finish
12 | let fileName = `page-${pageName}.png`;
> 13 | await expect(page).toHaveScreenshot(fileName,
| ^
14 | {
15 | fullPage: true,
16 | animations: "disabled",
at /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts:13:24
attachment #1: page-new-wp-plugin-expected.png (image/png) ─────────────────────────────────────
tests/pageScreenshots.test.ts-snapshots/page-new-wp-plugin-chromium-linux.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #2: page-new-wp-plugin-actual.png (image/png) ───────────────────────────────────────
tests/results/pageScreenshots-Page-new-wp-plugin-vr-chromium/page-new-wp-plugin-actual.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #3: page-new-wp-plugin-diff.png (image/png) ─────────────────────────────────────────
tests/results/pageScreenshots-Page-new-wp-plugin-vr-chromium/page-new-wp-plugin-diff.png
────────────────────────────────────────────────────────────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 1280px by 2089px, received 1280px by 2139px. 255126 pixels (ratio 0.10 of all image pixels) are different.
Call log:
- expect.toHaveScreenshot(page-new-wp-plugin.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- Expected an image 1280px by 2089px, received 1280px by 2139px. 255126 pixels (ratio 0.10 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- Expected an image 1280px by 2089px, received 1280px by 2139px. 255126 pixels (ratio 0.10 of all image pixels) are different.
Expected: /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts-snapshots/page-new-wp-plugin-chromium-linux.png
Received: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-new-wp-plugin-vr-chromium-retry1/page-new-wp-plugin-actual.png
Diff: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-new-wp-plugin-vr-chromium-retry1/page-new-wp-plugin-diff.png
11 | await page.waitForTimeout(3000); // wait for animations to finish
12 | let fileName = `page-${pageName}.png`;
> 13 | await expect(page).toHaveScreenshot(fileName,
| ^
14 | {
15 | fullPage: true,
16 | animations: "disabled",
at /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts:13:24
attachment #1: page-new-wp-plugin-expected.png (image/png) ─────────────────────────────────────
tests/pageScreenshots.test.ts-snapshots/page-new-wp-plugin-chromium-linux.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #2: page-new-wp-plugin-actual.png (image/png) ───────────────────────────────────────
tests/results/pageScreenshots-Page-new-wp-plugin-vr-chromium-retry1/page-new-wp-plugin-actual.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #3: page-new-wp-plugin-diff.png (image/png) ─────────────────────────────────────────
tests/results/pageScreenshots-Page-new-wp-plugin-vr-chromium-retry1/page-new-wp-plugin-diff.png
────────────────────────────────────────────────────────────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 1280px by 2089px, received 1280px by 2139px. 255126 pixels (ratio 0.10 of all image pixels) are different.
Call log:
- expect.toHaveScreenshot(page-new-wp-plugin.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- Expected an image 1280px by 2089px, received 1280px by 2139px. 255126 pixels (ratio 0.10 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- Expected an image 1280px by 2089px, received 1280px by 2139px. 255126 pixels (ratio 0.10 of all image pixels) are different.
Expected: /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts-snapshots/page-new-wp-plugin-chromium-linux.png
Received: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-new-wp-plugin-vr-chromium-retry2/page-new-wp-plugin-actual.png
Diff: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-new-wp-plugin-vr-chromium-retry2/page-new-wp-plugin-diff.png
11 | await page.waitForTimeout(3000); // wait for animations to finish
12 | let fileName = `page-${pageName}.png`;
> 13 | await expect(page).toHaveScreenshot(fileName,
| ^
14 | {
15 | fullPage: true,
16 | animations: "disabled",
at /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts:13:24
attachment #1: page-new-wp-plugin-expected.png (image/png) ─────────────────────────────────────
tests/pageScreenshots.test.ts-snapshots/page-new-wp-plugin-chromium-linux.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #2: page-new-wp-plugin-actual.png (image/png) ───────────────────────────────────────
tests/results/pageScreenshots-Page-new-wp-plugin-vr-chromium-retry2/page-new-wp-plugin-actual.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #3: page-new-wp-plugin-diff.png (image/png) ─────────────────────────────────────────
tests/results/pageScreenshots-Page-new-wp-plugin-vr-chromium-retry2/page-new-wp-plugin-diff.png
────────────────────────────────────────────────────────────────────────────────────────────────
Check failure on line 13 in node_modules/sucrase/register/ts.js
github-actions / JUnit Test Report
ts.Page: restricting-site-editing @vr
pageScreenshots.test.ts:7:7 Page: restricting-site-editing @vr
Raw output
[chromium] › pageScreenshots.test.ts:7:7 › Page: restricting-site-editing @vr ────────────────────
Error: A snapshot doesn't exist at /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts-snapshots/page-restricting-site-editing-chromium-linux.png.
11 | await page.waitForTimeout(3000); // wait for animations to finish
12 | let fileName = `page-${pageName}.png`;
> 13 | await expect(page).toHaveScreenshot(fileName,
| ^
14 | {
15 | fullPage: true,
16 | animations: "disabled",
at /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts:13:24
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: A snapshot doesn't exist at /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts-snapshots/page-restricting-site-editing-chromium-linux.png.
11 | await page.waitForTimeout(3000); // wait for animations to finish
12 | let fileName = `page-${pageName}.png`;
> 13 | await expect(page).toHaveScreenshot(fileName,
| ^
14 | {
15 | fullPage: true,
16 | animations: "disabled",
at /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts:13:24
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: A snapshot doesn't exist at /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts-snapshots/page-restricting-site-editing-chromium-linux.png, writing actual.
11 | await page.waitForTimeout(3000); // wait for animations to finish
12 | let fileName = `page-${pageName}.png`;
> 13 | await expect(page).toHaveScreenshot(fileName,
| ^
14 | {
15 | fullPage: true,
16 | animations: "disabled",
at /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts:13:5
attachment #1: page-restricting-site-editing-actual.png (image/png) ────────────────────────────
tests/results/pageScreenshots-Page-restricting-site-editing-vr-chromium-retry2/page-restricting-site-editing-actual.png
────────────────────────────────────────────────────────────────────────────────────────────────
Check failure on line 13 in node_modules/sucrase/register/ts.js
github-actions / JUnit Test Report
ts.Page: whats-lurking-inside-your-project @vr
pageScreenshots.test.ts:7:7 Page: whats-lurking-inside-your-project @vr
Raw output
[chromium] › pageScreenshots.test.ts:7:7 › Page: whats-lurking-inside-your-project @vr ───────────
Error: Screenshot comparison failed:
Expected an image 1280px by 2729px, received 1280px by 2779px. 255126 pixels (ratio 0.08 of all image pixels) are different.
Call log:
- expect.toHaveScreenshot(page-whats-lurking-inside-your-project.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- Expected an image 1280px by 2729px, received 1280px by 2779px. 255126 pixels (ratio 0.08 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- Expected an image 1280px by 2729px, received 1280px by 2779px. 255126 pixels (ratio 0.08 of all image pixels) are different.
Expected: /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts-snapshots/page-whats-lurking-inside-your-project-chromium-linux.png
Received: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-whats-lurking-inside-your-project-vr-chromium/page-whats-lurking-inside-your-project-actual.png
Diff: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-whats-lurking-inside-your-project-vr-chromium/page-whats-lurking-inside-your-project-diff.png
11 | await page.waitForTimeout(3000); // wait for animations to finish
12 | let fileName = `page-${pageName}.png`;
> 13 | await expect(page).toHaveScreenshot(fileName,
| ^
14 | {
15 | fullPage: true,
16 | animations: "disabled",
at /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts:13:24
attachment #1: page-whats-lurking-inside-your-project-expected.png (image/png) ─────────────────
tests/pageScreenshots.test.ts-snapshots/page-whats-lurking-inside-your-project-chromium-linux.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #2: page-whats-lurking-inside-your-project-actual.png (image/png) ───────────────────
tests/results/pageScreenshots-Page-whats-lurking-inside-your-project-vr-chromium/page-whats-lurking-inside-your-project-actual.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #3: page-whats-lurking-inside-your-project-diff.png (image/png) ─────────────────────
tests/results/pageScreenshots-Page-whats-lurking-inside-your-project-vr-chromium/page-whats-lurking-inside-your-project-diff.png
────────────────────────────────────────────────────────────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 1280px by 2729px, received 1280px by 2779px. 255126 pixels (ratio 0.08 of all image pixels) are different.
Call log:
- expect.toHaveScreenshot(page-whats-lurking-inside-your-project.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- Expected an image 1280px by 2729px, received 1280px by 2779px. 255126 pixels (ratio 0.08 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- Expected an image 1280px by 2729px, received 1280px by 2779px. 255126 pixels (ratio 0.08 of all image pixels) are different.
Expected: /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts-snapshots/page-whats-lurking-inside-your-project-chromium-linux.png
Received: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-whats-lurking-inside-your-project-vr-chromium-retry1/page-whats-lurking-inside-your-project-actual.png
Diff: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-whats-lurking-inside-your-project-vr-chromium-retry1/page-whats-lurking-inside-your-project-diff.png
11 | await page.waitForTimeout(3000); // wait for animations to finish
12 | let fileName = `page-${pageName}.png`;
> 13 | await expect(page).toHaveScreenshot(fileName,
| ^
14 | {
15 | fullPage: true,
16 | animations: "disabled",
at /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts:13:24
attachment #1: page-whats-lurking-inside-your-project-expected.png (image/png) ─────────────────
tests/pageScreenshots.test.ts-snapshots/page-whats-lurking-inside-your-project-chromium-linux.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #2: page-whats-lurking-inside-your-project-actual.png (image/png) ───────────────────
tests/results/pageScreenshots-Page-whats-lurking-inside-your-project-vr-chromium-retry1/page-whats-lurking-inside-your-project-actual.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #3: page-whats-lurking-inside-your-project-diff.png (image/png) ─────────────────────
tests/results/pageScreenshots-Page-whats-lurking-inside-your-project-vr-chromium-retry1/page-whats-lurking-inside-your-project-diff.png
────────────────────────────────────────────────────────────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 1280px by 2729px, received 1280px by 2779px. 255126 pixels (ratio 0.08 of all image pixels) are different.
Call log:
- expect.toHaveScreenshot(page-whats-lurking-inside-your-project.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- Expected an image 1280px by 2729px, received 1280px by 2779px. 255126 pixels (ratio 0.08 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- Expected an image 1280px by 2729px, received 1280px by 2779px. 255126 pixels (ratio 0.08 of all image pixels) are different.
Expected: /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts-snapshots/page-whats-lurking-inside-your-project-chromium-linux.png
Received: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-whats-lurking-inside-your-project-vr-chromium-retry2/page-whats-lurking-inside-your-project-actual.png
Diff: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-whats-lurking-inside-your-project-vr-chromium-retry2/page-whats-lurking-inside-your-project-diff.png
11 | await page.waitForTimeout(3000); // wait for animations to finish
12 | let fileName = `page-${pageName}.png`;
> 13 | await expect(page).toHaveScreenshot(fileName,
| ^
14 | {
15 | fullPage: true,
16 | animations: "disabled",
at /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts:13:24
attachment #1: page-whats-lurking-inside-your-project-expected.png (image/png) ─────────────────
tests/pageScreenshots.test.ts-snapshots/page-whats-lurking-inside-your-project-chromium-linux.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #2: page-whats-lurking-inside-your-project-actual.png (image/png) ───────────────────
tests/results/pageScreenshots-Page-whats-lurking-inside-your-project-vr-chromium-retry2/page-whats-lurking-inside-your-project-actual.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #3: page-whats-lurking-inside-your-project-diff.png (image/png) ─────────────────────
tests/results/pageScreenshots-Page-whats-lurking-inside-your-project-vr-chromium-retry2/page-whats-lurking-inside-your-project-diff.png
────────────────────────────────────────────────────────────────────────────────────────────────
Check failure on line 13 in node_modules/sucrase/register/ts.js
github-actions / JUnit Test Report
ts.Page: why-not-wordpress @vr
pageScreenshots.test.ts:7:7 Page: why-not-wordpress @vr
Raw output
[chromium] › pageScreenshots.test.ts:7:7 › Page: why-not-wordpress @vr ───────────────────────────
Error: Screenshot comparison failed:
Expected an image 1280px by 2625px, received 1280px by 2675px. 255126 pixels (ratio 0.08 of all image pixels) are different.
Call log:
- expect.toHaveScreenshot(page-why-not-wordpress.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- Expected an image 1280px by 2625px, received 1280px by 2675px. 255126 pixels (ratio 0.08 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- Expected an image 1280px by 2625px, received 1280px by 2675px. 255126 pixels (ratio 0.08 of all image pixels) are different.
Expected: /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts-snapshots/page-why-not-wordpress-chromium-linux.png
Received: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-why-not-wordpress-vr-chromium/page-why-not-wordpress-actual.png
Diff: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-why-not-wordpress-vr-chromium/page-why-not-wordpress-diff.png
11 | await page.waitForTimeout(3000); // wait for animations to finish
12 | let fileName = `page-${pageName}.png`;
> 13 | await expect(page).toHaveScreenshot(fileName,
| ^
14 | {
15 | fullPage: true,
16 | animations: "disabled",
at /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts:13:24
attachment #1: page-why-not-wordpress-expected.png (image/png) ─────────────────────────────────
tests/pageScreenshots.test.ts-snapshots/page-why-not-wordpress-chromium-linux.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #2: page-why-not-wordpress-actual.png (image/png) ───────────────────────────────────
tests/results/pageScreenshots-Page-why-not-wordpress-vr-chromium/page-why-not-wordpress-actual.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #3: page-why-not-wordpress-diff.png (image/png) ─────────────────────────────────────
tests/results/pageScreenshots-Page-why-not-wordpress-vr-chromium/page-why-not-wordpress-diff.png
────────────────────────────────────────────────────────────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 1280px by 2625px, received 1280px by 2675px. 255126 pixels (ratio 0.08 of all image pixels) are different.
Call log:
- expect.toHaveScreenshot(page-why-not-wordpress.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- Expected an image 1280px by 2625px, received 1280px by 2675px. 255126 pixels (ratio 0.08 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- Expected an image 1280px by 2625px, received 1280px by 2675px. 255126 pixels (ratio 0.08 of all image pixels) are different.
Expected: /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts-snapshots/page-why-not-wordpress-chromium-linux.png
Received: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-why-not-wordpress-vr-chromium-retry1/page-why-not-wordpress-actual.png
Diff: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-why-not-wordpress-vr-chromium-retry1/page-why-not-wordpress-diff.png
11 | await page.waitForTimeout(3000); // wait for animations to finish
12 | let fileName = `page-${pageName}.png`;
> 13 | await expect(page).toHaveScreenshot(fileName,
| ^
14 | {
15 | fullPage: true,
16 | animations: "disabled",
at /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts:13:24
attachment #1: page-why-not-wordpress-expected.png (image/png) ─────────────────────────────────
tests/pageScreenshots.test.ts-snapshots/page-why-not-wordpress-chromium-linux.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #2: page-why-not-wordpress-actual.png (image/png) ───────────────────────────────────
tests/results/pageScreenshots-Page-why-not-wordpress-vr-chromium-retry1/page-why-not-wordpress-actual.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #3: page-why-not-wordpress-diff.png (image/png) ─────────────────────────────────────
tests/results/pageScreenshots-Page-why-not-wordpress-vr-chromium-retry1/page-why-not-wordpress-diff.png
────────────────────────────────────────────────────────────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 1280px by 2625px, received 1280px by 2675px. 255126 pixels (ratio 0.08 of all image pixels) are different.
Call log:
- expect.toHaveScreenshot(page-why-not-wordpress.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- Expected an image 1280px by 2625px, received 1280px by 2675px. 255126 pixels (ratio 0.08 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- Expected an image 1280px by 2625px, received 1280px by 2675px. 255126 pixels (ratio 0.08 of all image pixels) are different.
Expected: /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts-snapshots/page-why-not-wordpress-chromium-linux.png
Received: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-why-not-wordpress-vr-chromium-retry2/page-why-not-wordpress-actual.png
Diff: /home/runner/work/amner.me/amner.me/tests/results/pageScreenshots-Page-why-not-wordpress-vr-chromium-retry2/page-why-not-wordpress-diff.png
11 | await page.waitForTimeout(3000); // wait for animations to finish
12 | let fileName = `page-${pageName}.png`;
> 13 | await expect(page).toHaveScreenshot(fileName,
| ^
14 | {
15 | fullPage: true,
16 | animations: "disabled",
at /home/runner/work/amner.me/amner.me/tests/pageScreenshots.test.ts:13:24
attachment #1: page-why-not-wordpress-expected.png (image/png) ─────────────────────────────────
tests/pageScreenshots.test.ts-snapshots/page-why-not-wordpress-chromium-linux.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #2: page-why-not-wordpress-actual.png (image/png) ───────────────────────────────────
tests/results/pageScreenshots-Page-why-not-wordpress-vr-chromium-retry2/page-why-not-wordpress-actual.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #3: page-why-not-wordpress-diff.png (image/png) ─────────────────────────────────────
tests/results/pageScreenshots-Page-why-not-wordpress-vr-chromium-retry2/page-why-not-wordpress-diff.png
────────────────────────────────────────────────────────────────────────────────────────────────