Playwright E2E Tests #634
Annotations
2 errors, 1 warning, and 2 notices
Run Playwright tests:
tests/e2e/pages/notion-article-list.spec.ts#L1
1) [page-test-mobile] › pages/notion-article-list.spec.ts:67:9 › Page test for Notion article list page: coding › regular page should render visually the same as expected
Test timeout of 60000ms exceeded.
|
Run Playwright tests:
tests/e2e/pages/notion-article-list.spec.ts#L70
1) [page-test-mobile] › pages/notion-article-list.spec.ts:67:9 › Page test for Notion article list page: coding › regular page should render visually the same as expected
Error: page.goto: Page closed
=========================== logs ===========================
navigating to "https://www.dazedbear.pro/coding?e2e_test=1", waiting until "load"
============================================================
68 | page,
69 | }) => {
> 70 | await page.goto(pagePath)
| ^
71 | await page.waitForTimeout(1500) // wait for layout render script execution
72 | await expect(page).toHaveScreenshot(
73 | `${pageName}-screenshot.png`,
at /Users/runner/work/dazedbear.github.io/dazedbear.github.io/tests/e2e/pages/notion-article-list.spec.ts:70: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 Playwright tests
1 flaky
[page-test-mobile] › pages/notion-article-list.spec.ts:67:9 › Page test for Notion article list page: coding › regular page should render visually the same as expected
31 passed (3.9m)
|
Run Playwright tests
1 passed (4.6s)
|
The logs for this run have expired and are no longer available.
Loading