Skip to content

Temp

Temp #23

Triggered via push September 24, 2023 21:30
Status Failure
Total duration 9m 39s
Artifacts 2
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

test.yml

on: push
Build site
3m 18s
Build site
Get Playwright version
15s
Get Playwright version
Build site
50s
Build site
Run e2e tests
6m 3s
Run e2e tests
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 1 notice
Build site: src/env.d.ts#L1
Do not use a triple slash reference for ../.astro/types.d.ts, use `import` style instead
Build site
Process completed with exit code 1.
[chromium] › visual.spec.ts:6:5 › /2 › matches the saved screenshot: test/e2e/visual.spec.ts#L8
1) [chromium] › visual.spec.ts:6:5 › /2 › matches the saved screenshot ─────────────────────────── Error: Screenshot comparison failed: Expected an image 1280px by 7051px, received 1280px by 720px. 8524742 pixels (ratio 0.95 of all image pixels) are different. Call log: - expect.toHaveScreenshot(2/screenshot.png) with timeout 40000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - Expected an image 1280px by 7051px, received 1280px by 720px. 8524742 pixels (ratio 0.95 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 7051px, received 1280px by 720px. 8524742 pixels (ratio 0.95 of all image pixels) are different. Expected: /__w/photos.reupen.uk/photos.reupen.uk/test/e2e/__screenshots__/visual.spec.ts/2/screenshot--chromium.png Received: /__w/photos.reupen.uk/photos.reupen.uk/test/e2e/output/artefacts/visual--2-matches-the-saved-screenshot-chromium/2/screenshot-actual.png Diff: /__w/photos.reupen.uk/photos.reupen.uk/test/e2e/output/artefacts/visual--2-matches-the-saved-screenshot-chromium/2/screenshot-diff.png 6 | test("matches the saved screenshot", async ({ page }) => { 7 | await page.goto(path) > 8 | await expect(page).toHaveScreenshot( | ^ 9 | [path.replaceAll(/(^\/|\/$)/g, ""), "screenshot.png"], 10 | { fullPage: true, timeout: process.env.CI ? 40_000 : 10_000 }, 11 | ) at /__w/photos.reupen.uk/photos.reupen.uk/test/e2e/visual.spec.ts:8:26
[chromium] › visual.spec.ts:6:5 › /2 › matches the saved screenshot: test/e2e/visual.spec.ts#L8
1) [chromium] › visual.spec.ts:6:5 › /2 › matches the saved screenshot ─────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: Expected an image 1280px by 7051px, received 1280px by 720px. 8524742 pixels (ratio 0.95 of all image pixels) are different. Call log: - expect.toHaveScreenshot(2/screenshot.png) with timeout 40000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - Expected an image 1280px by 7051px, received 1280px by 720px. 8524742 pixels (ratio 0.95 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 7051px, received 1280px by 720px. 8524742 pixels (ratio 0.95 of all image pixels) are different. Expected: /__w/photos.reupen.uk/photos.reupen.uk/test/e2e/__screenshots__/visual.spec.ts/2/screenshot--chromium.png Received: /__w/photos.reupen.uk/photos.reupen.uk/test/e2e/output/artefacts/visual--2-matches-the-saved-screenshot-chromium-retry1/2/screenshot-actual.png Diff: /__w/photos.reupen.uk/photos.reupen.uk/test/e2e/output/artefacts/visual--2-matches-the-saved-screenshot-chromium-retry1/2/screenshot-diff.png 6 | test("matches the saved screenshot", async ({ page }) => { 7 | await page.goto(path) > 8 | await expect(page).toHaveScreenshot( | ^ 9 | [path.replaceAll(/(^\/|\/$)/g, ""), "screenshot.png"], 10 | { fullPage: true, timeout: process.env.CI ? 40_000 : 10_000 }, 11 | ) at /__w/photos.reupen.uk/photos.reupen.uk/test/e2e/visual.spec.ts:8:26
[chromium] › visual.spec.ts:6:5 › /image/the-lobby-at-atlantis-the-palm-dubai › matches the saved screenshot: test/e2e/visual.spec.ts#L8
2) [chromium] › visual.spec.ts:6:5 › /image/the-lobby-at-atlantis-the-palm-dubai › matches the saved screenshot Error: Screenshot comparison failed: 892684 pixels (ratio 0.97 of all image pixels) are different. Call log: - expect.toHaveScreenshot(image/the-lobby-at-atlantis-the-palm-dubai/screenshot.png) with timeout 40000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - 892684 pixels (ratio 0.97 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - captured a stable screenshot - 892684 pixels (ratio 0.97 of all image pixels) are different. Expected: /__w/photos.reupen.uk/photos.reupen.uk/test/e2e/__screenshots__/visual.spec.ts/image/the-lobby-at-atlantis-the-palm-dubai/screenshot--chromium.png Received: /__w/photos.reupen.uk/photos.reupen.uk/test/e2e/output/artefacts/visual--image-the-lobby-at-atlantis-the-palm-dubai-matches-the-saved-screenshot-chromium/image/the-lobby-at-atlantis-the-palm-dubai/screenshot-actual.png Diff: /__w/photos.reupen.uk/photos.reupen.uk/test/e2e/output/artefacts/visual--image-the-lobby-at-atlantis-the-palm-dubai-matches-the-saved-screenshot-chromium/image/the-lobby-at-atlantis-the-palm-dubai/screenshot-diff.png 6 | test("matches the saved screenshot", async ({ page }) => { 7 | await page.goto(path) > 8 | await expect(page).toHaveScreenshot( | ^ 9 | [path.replaceAll(/(^\/|\/$)/g, ""), "screenshot.png"], 10 | { fullPage: true, timeout: process.env.CI ? 40_000 : 10_000 }, 11 | ) at /__w/photos.reupen.uk/photos.reupen.uk/test/e2e/visual.spec.ts:8:26
[chromium] › visual.spec.ts:6:5 › /image/the-lobby-at-atlantis-the-palm-dubai › matches the saved screenshot: test/e2e/visual.spec.ts#L8
2) [chromium] › visual.spec.ts:6:5 › /image/the-lobby-at-atlantis-the-palm-dubai › matches the saved screenshot Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 892684 pixels (ratio 0.97 of all image pixels) are different. Call log: - expect.toHaveScreenshot(image/the-lobby-at-atlantis-the-palm-dubai/screenshot.png) with timeout 40000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - 892684 pixels (ratio 0.97 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - captured a stable screenshot - 892684 pixels (ratio 0.97 of all image pixels) are different. Expected: /__w/photos.reupen.uk/photos.reupen.uk/test/e2e/__screenshots__/visual.spec.ts/image/the-lobby-at-atlantis-the-palm-dubai/screenshot--chromium.png Received: /__w/photos.reupen.uk/photos.reupen.uk/test/e2e/output/artefacts/visual--image-the-lobby-at-atlantis-the-palm-dubai-matches-the-saved-screenshot-chromium-retry1/image/the-lobby-at-atlantis-the-palm-dubai/screenshot-actual.png Diff: /__w/photos.reupen.uk/photos.reupen.uk/test/e2e/output/artefacts/visual--image-the-lobby-at-atlantis-the-palm-dubai-matches-the-saved-screenshot-chromium-retry1/image/the-lobby-at-atlantis-the-palm-dubai/screenshot-diff.png 6 | test("matches the saved screenshot", async ({ page }) => { 7 | await page.goto(path) > 8 | await expect(page).toHaveScreenshot( | ^ 9 | [path.replaceAll(/(^\/|\/$)/g, ""), "screenshot.png"], 10 | { fullPage: true, timeout: process.env.CI ? 40_000 : 10_000 }, 11 | ) at /__w/photos.reupen.uk/photos.reupen.uk/test/e2e/visual.spec.ts:8:26
[firefox] › visual.spec.ts:6:5 › /2 › matches the saved screenshot: test/e2e/visual.spec.ts#L8
3) [firefox] › visual.spec.ts:6:5 › /2 › matches the saved screenshot ──────────────────────────── Error: Screenshot comparison failed: Expected an image 1280px by 7051px, received 1280px by 720px. 8616110 pixels (ratio 0.96 of all image pixels) are different. Call log: - expect.toHaveScreenshot(2/screenshot.png) with timeout 40000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - Expected an image 1280px by 7051px, received 1280px by 720px. 8616110 pixels (ratio 0.96 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 7051px, received 1280px by 720px. 8616110 pixels (ratio 0.96 of all image pixels) are different. Expected: /__w/photos.reupen.uk/photos.reupen.uk/test/e2e/__screenshots__/visual.spec.ts/2/screenshot--firefox.png Received: /__w/photos.reupen.uk/photos.reupen.uk/test/e2e/output/artefacts/visual--2-matches-the-saved-screenshot-firefox/2/screenshot-actual.png Diff: /__w/photos.reupen.uk/photos.reupen.uk/test/e2e/output/artefacts/visual--2-matches-the-saved-screenshot-firefox/2/screenshot-diff.png 6 | test("matches the saved screenshot", async ({ page }) => { 7 | await page.goto(path) > 8 | await expect(page).toHaveScreenshot( | ^ 9 | [path.replaceAll(/(^\/|\/$)/g, ""), "screenshot.png"], 10 | { fullPage: true, timeout: process.env.CI ? 40_000 : 10_000 }, 11 | ) at /__w/photos.reupen.uk/photos.reupen.uk/test/e2e/visual.spec.ts:8:26
[firefox] › visual.spec.ts:6:5 › /2 › matches the saved screenshot: test/e2e/visual.spec.ts#L8
3) [firefox] › visual.spec.ts:6:5 › /2 › matches the saved screenshot ──────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: Expected an image 1280px by 7051px, received 1280px by 720px. 8616110 pixels (ratio 0.96 of all image pixels) are different. Call log: - expect.toHaveScreenshot(2/screenshot.png) with timeout 40000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - Expected an image 1280px by 7051px, received 1280px by 720px. 8616110 pixels (ratio 0.96 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 7051px, received 1280px by 720px. 8616110 pixels (ratio 0.96 of all image pixels) are different. Expected: /__w/photos.reupen.uk/photos.reupen.uk/test/e2e/__screenshots__/visual.spec.ts/2/screenshot--firefox.png Received: /__w/photos.reupen.uk/photos.reupen.uk/test/e2e/output/artefacts/visual--2-matches-the-saved-screenshot-firefox-retry1/2/screenshot-actual.png Diff: /__w/photos.reupen.uk/photos.reupen.uk/test/e2e/output/artefacts/visual--2-matches-the-saved-screenshot-firefox-retry1/2/screenshot-diff.png 6 | test("matches the saved screenshot", async ({ page }) => { 7 | await page.goto(path) > 8 | await expect(page).toHaveScreenshot( | ^ 9 | [path.replaceAll(/(^\/|\/$)/g, ""), "screenshot.png"], 10 | { fullPage: true, timeout: process.env.CI ? 40_000 : 10_000 }, 11 | ) at /__w/photos.reupen.uk/photos.reupen.uk/test/e2e/visual.spec.ts:8:26
[firefox] › visual.spec.ts:6:5 › /image/the-lobby-at-atlantis-the-palm-dubai › matches the saved screenshot: test/e2e/visual.spec.ts#L8
4) [firefox] › visual.spec.ts:6:5 › /image/the-lobby-at-atlantis-the-palm-dubai › matches the saved screenshot Error: Screenshot comparison failed: 901435 pixels (ratio 0.98 of all image pixels) are different. Call log: - expect.toHaveScreenshot(image/the-lobby-at-atlantis-the-palm-dubai/screenshot.png) with timeout 40000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - 901435 pixels (ratio 0.98 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - captured a stable screenshot - 901435 pixels (ratio 0.98 of all image pixels) are different. Expected: /__w/photos.reupen.uk/photos.reupen.uk/test/e2e/__screenshots__/visual.spec.ts/image/the-lobby-at-atlantis-the-palm-dubai/screenshot--firefox.png Received: /__w/photos.reupen.uk/photos.reupen.uk/test/e2e/output/artefacts/visual--image-the-lobby-at-atlantis-the-palm-dubai-matches-the-saved-screenshot-firefox/image/the-lobby-at-atlantis-the-palm-dubai/screenshot-actual.png Diff: /__w/photos.reupen.uk/photos.reupen.uk/test/e2e/output/artefacts/visual--image-the-lobby-at-atlantis-the-palm-dubai-matches-the-saved-screenshot-firefox/image/the-lobby-at-atlantis-the-palm-dubai/screenshot-diff.png 6 | test("matches the saved screenshot", async ({ page }) => { 7 | await page.goto(path) > 8 | await expect(page).toHaveScreenshot( | ^ 9 | [path.replaceAll(/(^\/|\/$)/g, ""), "screenshot.png"], 10 | { fullPage: true, timeout: process.env.CI ? 40_000 : 10_000 }, 11 | ) at /__w/photos.reupen.uk/photos.reupen.uk/test/e2e/visual.spec.ts:8:26
[firefox] › visual.spec.ts:6:5 › /image/the-lobby-at-atlantis-the-palm-dubai › matches the saved screenshot: test/e2e/visual.spec.ts#L8
4) [firefox] › visual.spec.ts:6:5 › /image/the-lobby-at-atlantis-the-palm-dubai › matches the saved screenshot Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 901435 pixels (ratio 0.98 of all image pixels) are different. Call log: - expect.toHaveScreenshot(image/the-lobby-at-atlantis-the-palm-dubai/screenshot.png) with timeout 40000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - 901435 pixels (ratio 0.98 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - captured a stable screenshot - 901435 pixels (ratio 0.98 of all image pixels) are different. Expected: /__w/photos.reupen.uk/photos.reupen.uk/test/e2e/__screenshots__/visual.spec.ts/image/the-lobby-at-atlantis-the-palm-dubai/screenshot--firefox.png Received: /__w/photos.reupen.uk/photos.reupen.uk/test/e2e/output/artefacts/visual--image-the-lobby-at-atlantis-the-palm-dubai-matches-the-saved-screenshot-firefox-retry1/image/the-lobby-at-atlantis-the-palm-dubai/screenshot-actual.png Diff: /__w/photos.reupen.uk/photos.reupen.uk/test/e2e/output/artefacts/visual--image-the-lobby-at-atlantis-the-palm-dubai-matches-the-saved-screenshot-firefox-retry1/image/the-lobby-at-atlantis-the-palm-dubai/screenshot-diff.png 6 | test("matches the saved screenshot", async ({ page }) => { 7 | await page.goto(path) > 8 | await expect(page).toHaveScreenshot( | ^ 9 | [path.replaceAll(/(^\/|\/$)/g, ""), "screenshot.png"], 10 | { fullPage: true, timeout: process.env.CI ? 40_000 : 10_000 }, 11 | ) at /__w/photos.reupen.uk/photos.reupen.uk/test/e2e/visual.spec.ts:8:26
[webkit] › visual.spec.ts:6:5 › /image/the-lobby-at-atlantis-the-palm-dubai › matches the saved screenshot: test/e2e/visual.spec.ts#L8
5) [webkit] › visual.spec.ts:6:5 › /image/the-lobby-at-atlantis-the-palm-dubai › matches the saved screenshot Error: Screenshot comparison failed: 356712 pixels (ratio 0.39 of all image pixels) are different. Call log: - expect.toHaveScreenshot(image/the-lobby-at-atlantis-the-palm-dubai/screenshot.png) with timeout 40000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - 356712 pixels (ratio 0.39 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - captured a stable screenshot - 356712 pixels (ratio 0.39 of all image pixels) are different. Expected: /__w/photos.reupen.uk/photos.reupen.uk/test/e2e/__screenshots__/visual.spec.ts/image/the-lobby-at-atlantis-the-palm-dubai/screenshot--webkit.png Received: /__w/photos.reupen.uk/photos.reupen.uk/test/e2e/output/artefacts/visual--image-the-lobby-at-atlantis-the-palm-dubai-matches-the-saved-screenshot-webkit/image/the-lobby-at-atlantis-the-palm-dubai/screenshot-actual.png Diff: /__w/photos.reupen.uk/photos.reupen.uk/test/e2e/output/artefacts/visual--image-the-lobby-at-atlantis-the-palm-dubai-matches-the-saved-screenshot-webkit/image/the-lobby-at-atlantis-the-palm-dubai/screenshot-diff.png 6 | test("matches the saved screenshot", async ({ page }) => { 7 | await page.goto(path) > 8 | await expect(page).toHaveScreenshot( | ^ 9 | [path.replaceAll(/(^\/|\/$)/g, ""), "screenshot.png"], 10 | { fullPage: true, timeout: process.env.CI ? 40_000 : 10_000 }, 11 | ) at /__w/photos.reupen.uk/photos.reupen.uk/test/e2e/visual.spec.ts:8:26
[webkit] › visual.spec.ts:6:5 › /image/the-lobby-at-atlantis-the-palm-dubai › matches the saved screenshot: test/e2e/visual.spec.ts#L8
5) [webkit] › visual.spec.ts:6:5 › /image/the-lobby-at-atlantis-the-palm-dubai › matches the saved screenshot Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 356712 pixels (ratio 0.39 of all image pixels) are different. Call log: - expect.toHaveScreenshot(image/the-lobby-at-atlantis-the-palm-dubai/screenshot.png) with timeout 40000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - 356712 pixels (ratio 0.39 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - captured a stable screenshot - 356712 pixels (ratio 0.39 of all image pixels) are different. Expected: /__w/photos.reupen.uk/photos.reupen.uk/test/e2e/__screenshots__/visual.spec.ts/image/the-lobby-at-atlantis-the-palm-dubai/screenshot--webkit.png Received: /__w/photos.reupen.uk/photos.reupen.uk/test/e2e/output/artefacts/visual--image-the-lobby-at-atlantis-the-palm-dubai-matches-the-saved-screenshot-webkit-retry1/image/the-lobby-at-atlantis-the-palm-dubai/screenshot-actual.png Diff: /__w/photos.reupen.uk/photos.reupen.uk/test/e2e/output/artefacts/visual--image-the-lobby-at-atlantis-the-palm-dubai-matches-the-saved-screenshot-webkit-retry1/image/the-lobby-at-atlantis-the-palm-dubai/screenshot-diff.png 6 | test("matches the saved screenshot", async ({ page }) => { 7 | await page.goto(path) > 8 | await expect(page).toHaveScreenshot( | ^ 9 | [path.replaceAll(/(^\/|\/$)/g, ""), "screenshot.png"], 10 | { fullPage: true, timeout: process.env.CI ? 40_000 : 10_000 }, 11 | ) at /__w/photos.reupen.uk/photos.reupen.uk/test/e2e/visual.spec.ts:8:26
🎭 Playwright Run Summary
5 failed [chromium] › visual.spec.ts:6:5 › /2 › matches the saved screenshot ──────────────────────────── [chromium] › visual.spec.ts:6:5 › /image/the-lobby-at-atlantis-the-palm-dubai › matches the saved screenshot [firefox] › visual.spec.ts:6:5 › /2 › matches the saved screenshot ───────────────────────────── [firefox] › visual.spec.ts:6:5 › /image/the-lobby-at-atlantis-the-palm-dubai › matches the saved screenshot [webkit] › visual.spec.ts:6:5 › /image/the-lobby-at-atlantis-the-palm-dubai › matches the saved screenshot 13 skipped 12 passed (3.3m)

Artifacts

Produced during runtime
Name Size
e2e-test-results Expired
114 MB
site Expired
120 MB