Failsafe Page Generation #1376
failsafe.yml
on: schedule
wait-for-deployment
/
Wait for current Vercel deployment to be ready
Failsafe Page Generation (Production Schedule)
3m 46s
Failsafe Page Generation (Stage Deployment)
0s
Failsafe Page Generation (Production Deployment)
0s
Annotations
7 errors, 1 warning, and 1 notice
[failsafe-test-desktop] › failsafe/notion-article-list.spec.ts:39:9 › Failsafe test for Notion article list page: music › static failsafe page should render visually the same as expected:
tests/e2e/failsafe/notion-article-list.spec.ts#L44
1) [failsafe-test-desktop] › failsafe/notion-article-list.spec.ts:39:9 › Failsafe test for Notion article list page: music › static failsafe page should render visually the same as expected
Error: Screenshot comparison failed:
624197 pixels (ratio 0.68 of all image pixels) are different.
Expected: /Users/runner/work/dazedbear.github.io/dazedbear.github.io/tests/e2e/failsafe/notion-article-list.spec.ts-snapshots/music-screenshot-failsafe-test-desktop.png
Received: /Users/runner/work/dazedbear.github.io/dazedbear.github.io/artifacts/e2e-test-results/notion-article-list-Failsa-3bf65-sually-the-same-as-expected-failsafe-test-desktop/music-screenshot-actual.png
Diff: /Users/runner/work/dazedbear.github.io/dazedbear.github.io/artifacts/e2e-test-results/notion-article-list-Failsa-3bf65-sually-the-same-as-expected-failsafe-test-desktop/music-screenshot-diff.png
Call log:
- expect.toHaveScreenshot(music-screenshot.png) with timeout 60000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 624197 pixels (ratio 0.68 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 624197 pixels (ratio 0.68 of all image pixels) are different.
42 | await page.goto(pagePath)
43 | await page.waitForTimeout(1500) // wait for layout render script execution
> 44 | await expect(page).toHaveScreenshot(
| ^
45 | `${pageName}-screenshot.png`,
46 | screenshotOption
47 | )
at /Users/runner/work/dazedbear.github.io/dazedbear.github.io/tests/e2e/failsafe/notion-article-list.spec.ts:44:26
|
[failsafe-test-desktop] › failsafe/notion-article-list.spec.ts:39:9 › Failsafe test for Notion article list page: music › static failsafe page should render visually the same as expected:
tests/e2e/failsafe/notion-article-list.spec.ts#L44
1) [failsafe-test-desktop] › failsafe/notion-article-list.spec.ts:39:9 › Failsafe test for Notion article list page: music › static failsafe page should render visually the same as expected
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
624197 pixels (ratio 0.68 of all image pixels) are different.
Expected: /Users/runner/work/dazedbear.github.io/dazedbear.github.io/tests/e2e/failsafe/notion-article-list.spec.ts-snapshots/music-screenshot-failsafe-test-desktop.png
Received: /Users/runner/work/dazedbear.github.io/dazedbear.github.io/artifacts/e2e-test-results/notion-article-list-Failsa-3bf65-sually-the-same-as-expected-failsafe-test-desktop-retry1/music-screenshot-actual.png
Diff: /Users/runner/work/dazedbear.github.io/dazedbear.github.io/artifacts/e2e-test-results/notion-article-list-Failsa-3bf65-sually-the-same-as-expected-failsafe-test-desktop-retry1/music-screenshot-diff.png
Call log:
- expect.toHaveScreenshot(music-screenshot.png) with timeout 60000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 624197 pixels (ratio 0.68 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 624197 pixels (ratio 0.68 of all image pixels) are different.
42 | await page.goto(pagePath)
43 | await page.waitForTimeout(1500) // wait for layout render script execution
> 44 | await expect(page).toHaveScreenshot(
| ^
45 | `${pageName}-screenshot.png`,
46 | screenshotOption
47 | )
at /Users/runner/work/dazedbear.github.io/dazedbear.github.io/tests/e2e/failsafe/notion-article-list.spec.ts:44:26
|
[failsafe-test-desktop] › failsafe/notion-article-list.spec.ts:39:9 › Failsafe test for Notion article list page: music › static failsafe page should render visually the same as expected:
tests/e2e/failsafe/notion-article-list.spec.ts#L44
1) [failsafe-test-desktop] › failsafe/notion-article-list.spec.ts:39:9 › Failsafe test for Notion article list page: music › static failsafe page should render visually the same as expected
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
624197 pixels (ratio 0.68 of all image pixels) are different.
Expected: /Users/runner/work/dazedbear.github.io/dazedbear.github.io/tests/e2e/failsafe/notion-article-list.spec.ts-snapshots/music-screenshot-failsafe-test-desktop.png
Received: /Users/runner/work/dazedbear.github.io/dazedbear.github.io/artifacts/e2e-test-results/notion-article-list-Failsa-3bf65-sually-the-same-as-expected-failsafe-test-desktop-retry2/music-screenshot-actual.png
Diff: /Users/runner/work/dazedbear.github.io/dazedbear.github.io/artifacts/e2e-test-results/notion-article-list-Failsa-3bf65-sually-the-same-as-expected-failsafe-test-desktop-retry2/music-screenshot-diff.png
Call log:
- expect.toHaveScreenshot(music-screenshot.png) with timeout 60000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 624197 pixels (ratio 0.68 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 624197 pixels (ratio 0.68 of all image pixels) are different.
42 | await page.goto(pagePath)
43 | await page.waitForTimeout(1500) // wait for layout render script execution
> 44 | await expect(page).toHaveScreenshot(
| ^
45 | `${pageName}-screenshot.png`,
46 | screenshotOption
47 | )
at /Users/runner/work/dazedbear.github.io/dazedbear.github.io/tests/e2e/failsafe/notion-article-list.spec.ts:44:26
|
[failsafe-test-mobile] › failsafe/notion-article-list.spec.ts:39:9 › Failsafe test for Notion article list page: music › static failsafe page should render visually the same as expected:
tests/e2e/failsafe/notion-article-list.spec.ts#L44
2) [failsafe-test-mobile] › failsafe/notion-article-list.spec.ts:39:9 › Failsafe test for Notion article list page: music › static failsafe page should render visually the same as expected
Error: Screenshot comparison failed:
172400 pixels (ratio 0.69 of all image pixels) are different.
Expected: /Users/runner/work/dazedbear.github.io/dazedbear.github.io/tests/e2e/failsafe/notion-article-list.spec.ts-snapshots/music-screenshot-failsafe-test-mobile.png
Received: /Users/runner/work/dazedbear.github.io/dazedbear.github.io/artifacts/e2e-test-results/notion-article-list-Failsa-3bf65-sually-the-same-as-expected-failsafe-test-mobile/music-screenshot-actual.png
Diff: /Users/runner/work/dazedbear.github.io/dazedbear.github.io/artifacts/e2e-test-results/notion-article-list-Failsa-3bf65-sually-the-same-as-expected-failsafe-test-mobile/music-screenshot-diff.png
Call log:
- expect.toHaveScreenshot(music-screenshot.png) with timeout 60000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 172400 pixels (ratio 0.69 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 172400 pixels (ratio 0.69 of all image pixels) are different.
42 | await page.goto(pagePath)
43 | await page.waitForTimeout(1500) // wait for layout render script execution
> 44 | await expect(page).toHaveScreenshot(
| ^
45 | `${pageName}-screenshot.png`,
46 | screenshotOption
47 | )
at /Users/runner/work/dazedbear.github.io/dazedbear.github.io/tests/e2e/failsafe/notion-article-list.spec.ts:44:26
|
[failsafe-test-mobile] › failsafe/notion-article-list.spec.ts:39:9 › Failsafe test for Notion article list page: music › static failsafe page should render visually the same as expected:
tests/e2e/failsafe/notion-article-list.spec.ts#L44
2) [failsafe-test-mobile] › failsafe/notion-article-list.spec.ts:39:9 › Failsafe test for Notion article list page: music › static failsafe page should render visually the same as expected
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
172400 pixels (ratio 0.69 of all image pixels) are different.
Expected: /Users/runner/work/dazedbear.github.io/dazedbear.github.io/tests/e2e/failsafe/notion-article-list.spec.ts-snapshots/music-screenshot-failsafe-test-mobile.png
Received: /Users/runner/work/dazedbear.github.io/dazedbear.github.io/artifacts/e2e-test-results/notion-article-list-Failsa-3bf65-sually-the-same-as-expected-failsafe-test-mobile-retry1/music-screenshot-actual.png
Diff: /Users/runner/work/dazedbear.github.io/dazedbear.github.io/artifacts/e2e-test-results/notion-article-list-Failsa-3bf65-sually-the-same-as-expected-failsafe-test-mobile-retry1/music-screenshot-diff.png
Call log:
- expect.toHaveScreenshot(music-screenshot.png) with timeout 60000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 172400 pixels (ratio 0.69 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 172400 pixels (ratio 0.69 of all image pixels) are different.
42 | await page.goto(pagePath)
43 | await page.waitForTimeout(1500) // wait for layout render script execution
> 44 | await expect(page).toHaveScreenshot(
| ^
45 | `${pageName}-screenshot.png`,
46 | screenshotOption
47 | )
at /Users/runner/work/dazedbear.github.io/dazedbear.github.io/tests/e2e/failsafe/notion-article-list.spec.ts:44:26
|
[failsafe-test-mobile] › failsafe/notion-article-list.spec.ts:39:9 › Failsafe test for Notion article list page: music › static failsafe page should render visually the same as expected:
tests/e2e/failsafe/notion-article-list.spec.ts#L44
2) [failsafe-test-mobile] › failsafe/notion-article-list.spec.ts:39:9 › Failsafe test for Notion article list page: music › static failsafe page should render visually the same as expected
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
172400 pixels (ratio 0.69 of all image pixels) are different.
Expected: /Users/runner/work/dazedbear.github.io/dazedbear.github.io/tests/e2e/failsafe/notion-article-list.spec.ts-snapshots/music-screenshot-failsafe-test-mobile.png
Received: /Users/runner/work/dazedbear.github.io/dazedbear.github.io/artifacts/e2e-test-results/notion-article-list-Failsa-3bf65-sually-the-same-as-expected-failsafe-test-mobile-retry2/music-screenshot-actual.png
Diff: /Users/runner/work/dazedbear.github.io/dazedbear.github.io/artifacts/e2e-test-results/notion-article-list-Failsa-3bf65-sually-the-same-as-expected-failsafe-test-mobile-retry2/music-screenshot-diff.png
Call log:
- expect.toHaveScreenshot(music-screenshot.png) with timeout 60000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 172400 pixels (ratio 0.69 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 172400 pixels (ratio 0.69 of all image pixels) are different.
42 | await page.goto(pagePath)
43 | await page.waitForTimeout(1500) // wait for layout render script execution
> 44 | await expect(page).toHaveScreenshot(
| ^
45 | `${pageName}-screenshot.png`,
46 | screenshotOption
47 | )
at /Users/runner/work/dazedbear.github.io/dazedbear.github.io/tests/e2e/failsafe/notion-article-list.spec.ts:44:26
|
Failsafe Page Generation (Production Schedule)
Process completed with exit code 1.
|
Failsafe Page Generation (Production Schedule)
A brownout will take place on November 11, 14:00 UTC - November 12, 00:00 UTC to raise awareness of the upcoming macOS-12 environment removal. For more details, see https://github.com/actions/runner-images/issues/10721
|
🎭 Playwright Run Summary
2 failed
[failsafe-test-desktop] › failsafe/notion-article-list.spec.ts:39:9 › Failsafe test for Notion article list page: music › static failsafe page should render visually the same as expected
[failsafe-test-mobile] › failsafe/notion-article-list.spec.ts:39:9 › Failsafe test for Notion article list page: music › static failsafe page should render visually the same as expected
4 passed (44.0s)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
production-schedule-failsafe-test-report
Expired
|
1.48 MB |
|