docs: describe the Vue 3 stack in AGENTS.md #1615
playwright.yml
on: pull_request
Matrix: playwright
playwright-summary
7s
Annotations
5 errors, 1 warning, and 4 notices
|
[chromium] › playwright/e2e/view.spec.ts:175:2 › Interact with views › Create view and delete rows in the view:
playwright/e2e/view.spec.ts#L203
1) [chromium] › playwright/e2e/view.spec.ts:175:2 › Interact with views › Create view and delete rows in the view
Error: expect(locator).toHaveCount(expected) failed
Locator: locator('[data-cy="customTableRow"]')
Expected: -1
Received: 3
Timeout: 10000ms
Call log:
- Expect "toHaveCount" with timeout 10000ms
- waiting for locator('[data-cy="customTableRow"]')
24 × locator resolved to 3 elements
- unexpected value "3"
201 |
202 | // Verify one row was deleted — toHaveCount retries until the DOM settles
> 203 | await expect(page.locator('[data-cy="customTableRow"]')).toHaveCount(rowCountBefore - 1, { timeout: 10000 })
| ^
204 | })
205 | })
206 |
at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/view.spec.ts:203:60
|
|
[chromium] › playwright/e2e/tables-fe-filters.spec.ts:34:2 › FE sorting and filtering › Reset FE filter on table or view change:
playwright/support/commands.ts#L467
1) [chromium] › playwright/e2e/tables-fe-filters.spec.ts:34:2 › FE sorting and filtering › Reset FE filter on table or view change
Error: expect(locator).toBeVisible() failed
Locator: locator('h1').filter({ hasText: 'first table' }).first()
Expected: visible
Timeout: 45000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 45000ms
- waiting for locator('h1').filter({ hasText: 'first table' }).first()
at support/commands.ts:467
465 | await navigateViaNavLink(page, tableLink)
466 | await waitForAppToFinishLoading(page)
> 467 | await expect(page.locator('h1').filter({ hasText: name }).first()).toBeVisible({
| ^
468 | timeout: APP_LOAD_TIMEOUT,
469 | })
470 | }
at loadTable (/home/runner/actions-runner/_work/tables/tables/playwright/support/commands.ts:467:69)
at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/tables-fe-filters.spec.ts:44:3
|
|
[chromium] › playwright/e2e/tables-share.spec.ts:14:2 › Share a table › Share table:
playwright/e2e/tables-share.spec.ts#L30
2) [chromium] › playwright/e2e/tables-share.spec.ts:14:2 › Share a table › Share table ───────────
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for locator('[data-cy="customTableAction"] button')
28 | await loadTable(page, tableTitle)
29 |
> 30 | await page.locator('[data-cy="customTableAction"] button').click()
| ^
31 | await page.locator('[data-cy="dataTableShareBtn"]').click()
32 |
33 | const userSearchReqPromise = page.waitForResponse(r => r.url().includes(`/autocomplete/get?search=${localUser2.userId}`) && r.request().method() === 'GET')
at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/tables-share.spec.ts:30:62
|
|
[chromium] › playwright/e2e/tables-share.spec.ts:14:2 › Share a table › Share table:
playwright/e2e/tables-share.spec.ts#L0
2) [chromium] › playwright/e2e/tables-share.spec.ts:14:2 › Share a table › Share table ───────────
Test timeout of 120000ms exceeded.
|
|
[chromium] › playwright/e2e/context.spec.ts:160:2 › Manage a context › Delete context with shares:
playwright/e2e/context.spec.ts#L194
1) [chromium] › playwright/e2e/context.spec.ts:160:2 › Manage a context › Delete context with shares
Error: expect(received).toBeTruthy()
Received: false
192 | await deleteDialog.getByRole('button', { name: 'Delete' }).click()
193 | const deleteResponse = await deleteResponsePromise
> 194 | expect(deleteResponse.ok()).toBeTruthy()
| ^
195 | await expect(deleteDialog).toBeHidden({ timeout: 10000 })
196 |
197 | // Wait for the navigation item to be hidden
at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/context.spec.ts:194:31
|
|
Playwright (stable34)
No files were found with the provided path: playwright/test-results/
test-results/. No artifacts will be uploaded.
|
|
🎭 Playwright Run Summary
86 passed (9.9m)
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › playwright/e2e/view.spec.ts:175:2 › Interact with views › Create view and delete rows in the view
85 passed (11.4m)
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › playwright/e2e/tables-fe-filters.spec.ts:34:2 › FE sorting and filtering › Reset FE filter on table or view change
85 passed (18.4m)
|
|
🎭 Playwright Run Summary
2 flaky
[chromium] › playwright/e2e/context.spec.ts:160:2 › Manage a context › Delete context with shares
[chromium] › playwright/e2e/tables-share.spec.ts:14:2 › Share a table › Share table ────────────
84 passed (20.7m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-results-master
|
20.6 MB |
sha256:05ad839aed1dff44ff6c9a5884244c1b43d009ab9f8bf149889c97e7f5e9b52c
|
|
|
playwright-results-stable33
|
7.34 MB |
sha256:913ef8771e5608754e8b97d80786f7d55b5ee3d20797dae66b1a047fcb642fbc
|
|
|
playwright-results-stable35
|
58.3 MB |
sha256:be56ea7a3c49219ea5138331f7e8615eb22f2535f659a75908a3830c0c9068c4
|
|