Playwright E2E Tests #640
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
playwright.yml
on: schedule
wait-for-deployment
/
Wait for current Vercel deployment to be ready
Playwright E2E Tests (Production Schedule)
6m 53s
Playwright E2E Tests (Stage Deployment)
0s
Playwright E2E Tests (Production Deployment)
0s
Annotations
4 errors, 1 warning, and 2 notices
[page-test-mobile] › pages/notion-article-list.spec.ts:37:9 › Page test for Notion article list page: music › should have correct meta tags:
tests/e2e/pages/notion-article-list.spec.ts#L1
1) [page-test-mobile] › pages/notion-article-list.spec.ts:37:9 › Page test for Notion article list page: music › should have correct meta tags
Test timeout of 60000ms exceeded.
|
[page-test-mobile] › pages/notion-article-list.spec.ts:37:9 › Page test for Notion article list page: music › should have correct meta tags:
tests/e2e/pages/notion-article-list.spec.ts#L38
1) [page-test-mobile] › pages/notion-article-list.spec.ts:37:9 › Page test for Notion article list page: music › should have correct meta tags
Error: page.goto: Page closed
=========================== logs ===========================
navigating to "https://www.dazedbear.pro/music?e2e_test=1", waiting until "load"
============================================================
36 |
37 | test('should have correct meta tags', async ({ page }) => {
> 38 | await page.goto(pagePath)
| ^
39 |
40 | const pageTitle = await page.textContent(locator.pageTitle)
41 | const metaDescription = await page.$(locator.meta.description)
at /Users/runner/work/dazedbear.github.io/dazedbear.github.io/tests/e2e/pages/notion-article-list.spec.ts:38:18
|
[page-test-mobile] › pages/notion-article-list.spec.ts:57:9 › Page test for Notion article list page: music › should render notion wrapper and content:
tests/e2e/pages/notion-article-list.spec.ts#L1
2) [page-test-mobile] › pages/notion-article-list.spec.ts:57:9 › Page test for Notion article list page: music › should render notion wrapper and content
Test timeout of 60000ms exceeded.
|
[page-test-mobile] › pages/notion-article-list.spec.ts:57:9 › Page test for Notion article list page: music › should render notion wrapper and content:
tests/e2e/pages/notion-article-list.spec.ts#L58
2) [page-test-mobile] › pages/notion-article-list.spec.ts:57:9 › Page test for Notion article list page: music › should render notion wrapper and content
Error: page.goto: Page closed
=========================== logs ===========================
navigating to "https://www.dazedbear.pro/music?e2e_test=1", waiting until "load"
============================================================
56 |
57 | test('should render notion wrapper and content', async ({ page }) => {
> 58 | await page.goto(pagePath)
| ^
59 | expect(
60 | await page.$(get(locator, ['pages', pageName, 'notionWrapper']))
61 | ).not.toBeNull()
at /Users/runner/work/dazedbear.github.io/dazedbear.github.io/tests/e2e/pages/notion-article-list.spec.ts:58:18
|
Playwright E2E Tests (Production Schedule)
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/
|
🎭 Playwright Run Summary
2 flaky
[page-test-mobile] › pages/notion-article-list.spec.ts:37:9 › Page test for Notion article list page: music › should have correct meta tags
[page-test-mobile] › pages/notion-article-list.spec.ts:57:9 › Page test for Notion article list page: music › should render notion wrapper and content
30 passed (5.1m)
|
🎭 Playwright Run Summary
1 passed (4.0s)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
production-schedule-page-api-test-report
Expired
|
144 MB |
|