Failsafe Page Generation #1274
Annotations
2 errors, 1 warning, and 1 notice
Run failsafe e2e tests:
tests/e2e/failsafe/notion-article-list.spec.ts#L1
1) [failsafe-test-mobile] › failsafe/notion-article-list.spec.ts:39:9 › Failsafe test for Notion article list page: coding › static failsafe page should render visually the same as expected
Test timeout of 60000ms exceeded.
|
Run failsafe e2e tests:
tests/e2e/failsafe/notion-article-list.spec.ts#L42
1) [failsafe-test-mobile] › failsafe/notion-article-list.spec.ts:39:9 › Failsafe test for Notion article list page: coding › static failsafe page should render visually the same as expected
Error: page.goto: Page closed
=========================== logs ===========================
navigating to "https://www.dazedbear.pro/coding?e2e_test=1&fs=1", waiting until "load"
============================================================
40 | page,
41 | }) => {
> 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`,
at /Users/runner/work/dazedbear.github.io/dazedbear.github.io/tests/e2e/failsafe/notion-article-list.spec.ts:42:18
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run failsafe e2e tests
1 flaky
[failsafe-test-mobile] › failsafe/notion-article-list.spec.ts:39:9 › Failsafe test for Notion article list page: coding › static failsafe page should render visually the same as expected
5 passed (1.6m)
|
The logs for this run have expired and are no longer available.
Loading