docs: update article. #182
Annotations
13 errors and 5 notices
|
E2E (Playwright, webkit, shard 2/4)
Process completed with exit code 1.
|
|
[webkit] › playwright/github-pr-drawer/open-pr-create.spec.ts:28:1 › Open PR drawer confirms and submits component/styles filepaths:
playwright/github-pr-drawer/open-pr-create.spec.ts#L194
1) [webkit] › playwright/github-pr-drawer/open-pr-create.spec.ts:28:1 › Open PR drawer confirms and submits component/styles filepaths
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 2
Received: 3
192 | expect(createdRefPayload?.sha).toBe('abc123mainsha')
193 | expect(treeRequests).toHaveLength(1)
> 194 | expect((treeRequests[0]?.tree as Array<Record<string, unknown>>)?.length).toBe(2)
| ^
195 | expect(commitRequests).toHaveLength(1)
196 | expect(commitRequests[0]?.message).toBe(customCommitMessage)
197 | expect(updateRefRequests).toHaveLength(1)
at /home/runner/work/develop/develop/playwright/github-pr-drawer/open-pr-create.spec.ts:194:77
|
|
[webkit] › playwright/github-pr-drawer/open-pr-create.spec.ts:28:1 › Open PR drawer confirms and submits component/styles filepaths:
playwright/github-pr-drawer/open-pr-create.spec.ts#L194
1) [webkit] › playwright/github-pr-drawer/open-pr-create.spec.ts:28:1 › Open PR drawer confirms and submits component/styles filepaths
Error: expect(received).toBe(expected) // Object.is equality
Expected: 2
Received: 3
192 | expect(createdRefPayload?.sha).toBe('abc123mainsha')
193 | expect(treeRequests).toHaveLength(1)
> 194 | expect((treeRequests[0]?.tree as Array<Record<string, unknown>>)?.length).toBe(2)
| ^
195 | expect(commitRequests).toHaveLength(1)
196 | expect(commitRequests[0]?.message).toBe(customCommitMessage)
197 | expect(updateRefRequests).toHaveLength(1)
at /home/runner/work/develop/develop/playwright/github-pr-drawer/open-pr-create.spec.ts:194:77
|
|
E2E (Playwright, chromium)
Process completed with exit code 1.
|
|
[chromium] › playwright/github-byot-ai.spec.ts:704:1 › GitHub token info panel reflects missing and present token states:
playwright/helpers/app-test-helpers.ts#L588
3) [chromium] › playwright/github-byot-ai.spec.ts:704:1 › GitHub token info panel reflects missing and present token states
Error: expect(locator).toHaveValue(expected) failed
Locator: getByLabel('Pull request repository')
Expected: "knightedcodemonkey/develop"
Received: ""
Timeout: 90000ms
Call log:
- Expect "toHaveValue" with timeout 90000ms
- waiting for getByLabel('Pull request repository')
93 × locator resolved to <select disabled id="github-pr-repo-select" aria-label="Pull request repository">…</select>
- unexpected value ""
at helpers/app-test-helpers.ts:588
586 | if (assertPrRepositorySelected) {
587 | const repoSelect = page.getByLabel('Pull request repository')
> 588 | await expect(repoSelect).toHaveValue('knightedcodemonkey/develop')
| ^
589 | await expect(repoSelect).toBeDisabled()
590 | }
591 |
at connectByotWithSingleRepo (/home/runner/work/develop/develop/playwright/helpers/app-test-helpers.ts:588:30)
at /home/runner/work/develop/develop/playwright/github-byot-ai.spec.ts:736:3
|
|
[chromium] › playwright/github-pr-drawer/open-pr-create.spec.ts:1935:1 › Open PR drawer uses Git Database API atomic commit path by default:
playwright/github-pr-drawer/open-pr-create.spec.ts#L2086
2) [chromium] › playwright/github-pr-drawer/open-pr-create.spec.ts:1935:1 › Open PR drawer uses Git Database API atomic commit path by default
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 2
Received: 3
2084 |
2085 | expect(treeRequests).toHaveLength(1)
> 2086 | expect((treeRequests[0]?.tree as Array<Record<string, unknown>>)?.length).toBe(2)
| ^
2087 | expect(commitRequests).toHaveLength(1)
2088 | expect(updateRefRequests).toHaveLength(1)
2089 | expect(updateRefRequests[0]?.sha).toBe('new-commit-sha')
at /home/runner/work/develop/develop/playwright/github-pr-drawer/open-pr-create.spec.ts:2086:77
|
|
[chromium] › playwright/github-pr-drawer/open-pr-create.spec.ts:1935:1 › Open PR drawer uses Git Database API atomic commit path by default:
playwright/github-pr-drawer/open-pr-create.spec.ts#L2086
2) [chromium] › playwright/github-pr-drawer/open-pr-create.spec.ts:1935:1 › Open PR drawer uses Git Database API atomic commit path by default
Error: expect(received).toBe(expected) // Object.is equality
Expected: 2
Received: 3
2084 |
2085 | expect(treeRequests).toHaveLength(1)
> 2086 | expect((treeRequests[0]?.tree as Array<Record<string, unknown>>)?.length).toBe(2)
| ^
2087 | expect(commitRequests).toHaveLength(1)
2088 | expect(updateRefRequests).toHaveLength(1)
2089 | expect(updateRefRequests[0]?.sha).toBe('new-commit-sha')
at /home/runner/work/develop/develop/playwright/github-pr-drawer/open-pr-create.spec.ts:2086:77
|
|
[chromium] › playwright/github-pr-drawer/open-pr-create.spec.ts:28:1 › Open PR drawer confirms and submits component/styles filepaths:
playwright/github-pr-drawer/open-pr-create.spec.ts#L194
1) [chromium] › playwright/github-pr-drawer/open-pr-create.spec.ts:28:1 › Open PR drawer confirms and submits component/styles filepaths
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 2
Received: 3
192 | expect(createdRefPayload?.sha).toBe('abc123mainsha')
193 | expect(treeRequests).toHaveLength(1)
> 194 | expect((treeRequests[0]?.tree as Array<Record<string, unknown>>)?.length).toBe(2)
| ^
195 | expect(commitRequests).toHaveLength(1)
196 | expect(commitRequests[0]?.message).toBe(customCommitMessage)
197 | expect(updateRefRequests).toHaveLength(1)
at /home/runner/work/develop/develop/playwright/github-pr-drawer/open-pr-create.spec.ts:194:77
|
|
[chromium] › playwright/github-pr-drawer/open-pr-create.spec.ts:28:1 › Open PR drawer confirms and submits component/styles filepaths:
playwright/github-pr-drawer/open-pr-create.spec.ts#L194
1) [chromium] › playwright/github-pr-drawer/open-pr-create.spec.ts:28:1 › Open PR drawer confirms and submits component/styles filepaths
Error: expect(received).toBe(expected) // Object.is equality
Expected: 2
Received: 3
192 | expect(createdRefPayload?.sha).toBe('abc123mainsha')
193 | expect(treeRequests).toHaveLength(1)
> 194 | expect((treeRequests[0]?.tree as Array<Record<string, unknown>>)?.length).toBe(2)
| ^
195 | expect(commitRequests).toHaveLength(1)
196 | expect(commitRequests[0]?.message).toBe(customCommitMessage)
197 | expect(updateRefRequests).toHaveLength(1)
at /home/runner/work/develop/develop/playwright/github-pr-drawer/open-pr-create.spec.ts:194:77
|
|
E2E (Playwright, webkit, shard 3/4)
Process completed with exit code 1.
|
|
[webkit] › playwright/github-pr-drawer/open-pr-create.spec.ts:1422:1 › Blank-slate startup persists inactive local workspace before PAT:
playwright/helpers/app-test-helpers.ts#L105
2) [webkit] › playwright/github-pr-drawer/open-pr-create.spec.ts:1422:1 › Blank-slate startup persists inactive local workspace before PAT
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
Call Log:
- Timeout 90000ms exceeded while waiting on the predicate
at helpers/app-test-helpers.ts:105
103 | await navigateToApp(page, path)
104 | await expect(page.getByRole('heading', { name: '@knighted/develop' })).toBeVisible()
> 105 | await expect
| ^
106 | .poll(async () => {
107 | const statusText = (
108 | await page.getByRole('status', { name: 'App status' }).textContent()
at waitForAppReady (/home/runner/work/develop/develop/playwright/helpers/app-test-helpers.ts:105:3)
at /home/runner/work/develop/develop/playwright/github-pr-drawer/open-pr-create.spec.ts:1427:3
|
|
[webkit] › playwright/github-pr-drawer/open-pr-create.spec.ts:1935:1 › Open PR drawer uses Git Database API atomic commit path by default:
playwright/github-pr-drawer/open-pr-create.spec.ts#L2086
1) [webkit] › playwright/github-pr-drawer/open-pr-create.spec.ts:1935:1 › Open PR drawer uses Git Database API atomic commit path by default
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 2
Received: 3
2084 |
2085 | expect(treeRequests).toHaveLength(1)
> 2086 | expect((treeRequests[0]?.tree as Array<Record<string, unknown>>)?.length).toBe(2)
| ^
2087 | expect(commitRequests).toHaveLength(1)
2088 | expect(updateRefRequests).toHaveLength(1)
2089 | expect(updateRefRequests[0]?.sha).toBe('new-commit-sha')
at /home/runner/work/develop/develop/playwright/github-pr-drawer/open-pr-create.spec.ts:2086:77
|
|
[webkit] › playwright/github-pr-drawer/open-pr-create.spec.ts:1935:1 › Open PR drawer uses Git Database API atomic commit path by default:
playwright/helpers/app-test-helpers.ts#L588
1) [webkit] › playwright/github-pr-drawer/open-pr-create.spec.ts:1935:1 › Open PR drawer uses Git Database API atomic commit path by default
Error: expect(locator).toHaveValue(expected) failed
Locator: getByLabel('Pull request repository')
Expected: "knightedcodemonkey/develop"
Received: ""
Timeout: 90000ms
Call log:
- Expect "toHaveValue" with timeout 90000ms
- waiting for getByLabel('Pull request repository')
93 × locator resolved to <select disabled id="github-pr-repo-select" aria-label="Pull request repository">…</select>
- unexpected value ""
at helpers/app-test-helpers.ts:588
586 | if (assertPrRepositorySelected) {
587 | const repoSelect = page.getByLabel('Pull request repository')
> 588 | await expect(repoSelect).toHaveValue('knightedcodemonkey/develop')
| ^
589 | await expect(repoSelect).toBeDisabled()
590 | }
591 |
at connectByotWithSingleRepo (/home/runner/work/develop/develop/playwright/helpers/app-test-helpers.ts:588:30)
at /home/runner/work/develop/develop/playwright/github-pr-drawer/open-pr-create.spec.ts:2071:3
|
|
🎭 Playwright Run Summary
51 passed (5.3m)
|
|
🎭 Playwright Run Summary
52 passed (7.0m)
|
|
🎭 Playwright Run Summary
1 failed
[webkit] › playwright/github-pr-drawer/open-pr-create.spec.ts:28:1 › Open PR drawer confirms and submits component/styles filepaths
1 skipped
49 passed (7.0m)
|
|
🎭 Playwright Run Summary
2 failed
[chromium] › playwright/github-pr-drawer/open-pr-create.spec.ts:28:1 › Open PR drawer confirms and submits component/styles filepaths
[chromium] › playwright/github-pr-drawer/open-pr-create.spec.ts:1935:1 › Open PR drawer uses Git Database API atomic commit path by default
1 flaky
[chromium] › playwright/github-byot-ai.spec.ts:704:1 › GitHub token info panel reflects missing and present token states
202 passed (8.1m)
|
|
🎭 Playwright Run Summary
1 failed
[webkit] › playwright/github-pr-drawer/open-pr-create.spec.ts:1935:1 › Open PR drawer uses Git Database API atomic commit path by default
1 flaky
[webkit] › playwright/github-pr-drawer/open-pr-create.spec.ts:1422:1 › Blank-slate startup persists inactive local workspace before PAT
3 skipped
46 passed (10.2m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
test-results-chromium-1of1
|
11 MB |
sha256:5587f214a80be89bfc7c38e6e2b84f95003787ede69c52a285df490a6580b607
|
|
|
test-results-webkit-2of4
|
3.37 MB |
sha256:6d916dd2cf9b17f73ac96faf47e2355d5eb727e5db5b6b79c174135564f7536c
|
|
|
test-results-webkit-3of4
|
6.11 MB |
sha256:f6a200bd0875df5507e51bb517bdcfde5fbd0a466f926f0d1ee71766d3a387f1
|
|