chore: bump up all non-major dependencies #17753
build-test.yml
on: pull_request
Build Server native
1m 21s
Matrix: build-native
Build @affine/electron renderer
3m 0s
Matrix: Analyze
Matrix: E2E Mobile Test
Matrix: E2E Test
test-build-mobile-app
/
build-android-web
3m 8s
test-build-mobile-app
/
build-ios-web
3m 13s
Lint
5m 16s
Check yarn binary
5s
E2E Migration Test
3m 32s
Matrix: Server Copilot E2E Test
Server Copilot Api Test
25s
Matrix: server-e2e-test
Matrix: desktop-test
3, 2, 1 Launch
0s
Annotations
16 errors, 19 warnings, and 15 notices
[Mobile Safari] › explorer-tag.spec.ts:59:5 › rename a tag from explorer:
tests/affine-mobile/e2e/explorer-tag.spec.ts#L67
1) [Mobile Safari] › explorer-tag.spec.ts:59:5 › rename a tag from explorer ──────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: "rename-input"
Received: null
65 | await menu.getByTestId('rename-tag').tap();
66 | const focusedTestid = await getAttrOfActiveElement(page);
> 67 | expect(focusedTestid).toEqual('rename-input');
| ^
68 | await page.keyboard.type(appendedName);
69 | await menu.getByTestId('rename-confirm').tap();
70 | await expect(tag).not.toBeVisible();
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/explorer-tag.spec.ts:67:25
|
[Mobile Safari] › explorer-tag.spec.ts:75:5 › change tag color from explorer:
tests/affine-mobile/e2e/explorer-tag.spec.ts#L41
2) [Mobile Safari] › explorer-tag.spec.ts:75:5 › change tag color from explorer ──────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: "rename-input"
Received: null
39 | // input name
40 | const focusedTestid = await getAttrOfActiveElement(page);
> 41 | expect(focusedTestid).toEqual('rename-input');
| ^
42 | await page.keyboard.type(name);
43 | // set color
44 | await changeTagColor(dialog, color);
at createRootTag (/home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/explorer-tag.spec.ts:41:25)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/explorer-tag.spec.ts:78:15
|
[Mobile Safari] › detail.spec.ts:17:5 › switch to page mode:
tests/affine-mobile/e2e/detail.spec.ts#L1
1) [Mobile Safari] › detail.spec.ts:17:5 › switch to page mode ───────────────────────────────────
Test timeout of 60000ms exceeded.
|
[Mobile Safari] › detail.spec.ts:17:5 › switch to page mode:
tests/affine-mobile/e2e/detail.spec.ts#L22
1) [Mobile Safari] › detail.spec.ts:17:5 › switch to page mode ───────────────────────────────────
Error: expect(locator).toBeVisible()
Locator: locator('.doc-title-container')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 15000ms
- waiting for locator('.doc-title-container')
20 |
21 | await page.getByRole('menuitem', { name: 'Default to Page mode' }).click();
> 22 | await expect(page.locator('.doc-title-container')).toBeVisible();
| ^
23 | });
24 |
25 | test('doc info', async ({ page }) => {
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/detail.spec.ts:22:54
|
navigation.spec.ts:19:5 › back and forward buttons:
tests/affine-local/e2e/navigation.spec.ts#L1
1) navigation.spec.ts:19:5 › back and forward buttons ────────────────────────────────────────────
Test timeout of 50000ms exceeded.
|
navigation.spec.ts:19:5 › back and forward buttons:
tests/affine-local/e2e/navigation.spec.ts#L35
1) navigation.spec.ts:19:5 › back and forward buttons ────────────────────────────────────────────
Error: page.waitForURL: Test timeout of 50000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
============================================================
33 | await page.waitForURL(url => url.pathname.endsWith('collection'));
34 | await page.getByTestId('workspace-tags-button').click({ delay: 50 });
> 35 | await page.waitForURL(url => url.pathname.endsWith('tag'));
| ^
36 |
37 | await page.goBack();
38 | await page.waitForURL(url => url.pathname.endsWith('collection'));
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/navigation.spec.ts:35:14
|
quick-search.spec.ts:547:5 › can use slash menu to insert a newly created doc card:
tests/affine-local/e2e/quick-search.spec.ts#L572
1) quick-search.spec.ts:547:5 › can use slash menu to insert a newly created doc card ────────────
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: locator('.affine-embed-linked-doc-content-title')
- Expected string - 1
+ Received string + 13
- test title
+
+
+
+
+
+
+
+
+
+
+ 1
+
+
Call log:
- expect.toContainText with timeout 5000ms
- waiting for locator('.affine-embed-linked-doc-content-title')
- locator resolved to <div class="affine-embed-linked-doc-content-title">…</div>
- unexpected value "
1
"
- locator resolved to <div class="affine-embed-linked-doc-content-title">…</div>
- unexpected value "
1
"
- locator resolved to <div class="affine-embed-linked-doc-content-title">…</div>
- unexpected value "
1
"
- locator resolved to <div class="affine-embed-linked-doc-content-title">…</div>
- unexpected value "
1
"
- locator resolved to <div class="affine-embed-linked-doc-content-title">…</div>
- unexpected value "
1
"
- locator resolved to <div class="affine-embed-linked-doc-content-title">…</div>
- unexpected value "
1
"
- locator resolved to <div class="affine-embed-linked-doc-content-title">…</div>
- unexpected value "
1
"
- locator resolved to <div class="affine-embed-linked-doc-content-title">…</div>
- unexpected value "
1
"
- locator resolved to <div class="affine-embed-linked-doc-content-title">…</div>
- unexpected value "
1
"
570 | await expect(
571 | page.locator('.affine-embed-linked-doc-content-title')
> 572 | ).toContainText(testTitle);
| ^
573 | });
574 |
575 | test('can use slash menu to insert an external link', async ({ page }) => {
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/quick-search.spec.ts:572:5
|
doc-info-modal.spec.ts:123:5 › add custom property:
tests/kit/utils/properties.ts#L43
1) doc-info-modal.spec.ts:123:5 › add custom property ────────────────────────────────────────────
TimeoutError: locator.click: Timeout 5000ms exceeded.
Call log:
- waiting for getByTestId('info-modal').getByTestId('info-modal-title')
- locator resolved to <div data-testid="info-modal-title" class="styles_titleContainer__1cmysst1">…</div>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="style_safeArea__solmzx2 anim-fadeScaleTop styles_modalContentWrapper__1cm6qyjc">…</div> intercepts pointer events
- retrying click action, attempt #1
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="style_safeArea__solmzx2 anim-fadeScaleTop styles_modalContentWrapper__1cm6qyjc">…</div> intercepts pointer events
- retrying click action, attempt #2
- waiting 20ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="style_safeArea__solmzx2 anim-fadeScaleTop styles_modalContentWrapper__1cm6qyjc">…</div> intercepts pointer events
- retrying click action, attempt #3
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="style_safeArea__solmzx2 anim-fadeScaleTop styles_modalContentWrapper__1cm6qyjc">…</div> intercepts pointer events
- retrying click action, attempt #4
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="style_safeArea__solmzx2 anim-fadeScaleTop styles_modalContentWrapper__1cm6qyjc">…</div> intercepts pointer events
- retrying click action, attempt #5
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="style_safeArea__solmzx2 anim-fadeScaleTop styles_modalContentWrapper__1cm6qyjc">…</div> intercepts pointer events
- retrying click action, attempt #6
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="style_safeArea__solmzx2 anim-fadeScaleTop styles_modalContentWrapper__1cm6qyjc">…</div> intercepts pointer events
- retrying click action, attempt #7
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="style_safeArea__solmzx2 anim-fadeScaleTop styles_modalContentWrapper__1cm6qyjc">…</div> intercepts pointer events
- retrying click action, attempt #8
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="style_safeArea__solmzx2 anim-fadeScaleTop styles_modalContentWrapper__1cm6qyjc">…</div> intercepts pointer events
- retrying click action, attempt #9
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="style_safeArea__solmzx2 anim-fadeScaleTop styles_modalContentWrapper__1cm6qyjc">…</div> intercepts point
|
doc-info-modal.spec.ts:123:5 › add custom property:
tests/kit/utils/properties.ts#L43
1) doc-info-modal.spec.ts:123:5 › add custom property ────────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 5000ms exceeded.
Call log:
- waiting for getByTestId('info-modal').getByTestId('info-modal-title')
- locator resolved to <div data-testid="info-modal-title" class="styles_titleContainer__1cmysst1">…</div>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="style_safeArea__solmzx2 anim-fadeScaleTop styles_modalContentWrapper__1cm6qyjc">…</div> intercepts pointer events
- retrying click action, attempt #1
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="style_safeArea__solmzx2 anim-fadeScaleTop styles_modalContentWrapper__1cm6qyjc">…</div> intercepts pointer events
- retrying click action, attempt #2
- waiting 20ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="style_safeArea__solmzx2 anim-fadeScaleTop styles_modalContentWrapper__1cm6qyjc">…</div> intercepts pointer events
- retrying click action, attempt #3
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="style_safeArea__solmzx2 anim-fadeScaleTop styles_modalContentWrapper__1cm6qyjc">…</div> intercepts pointer events
- retrying click action, attempt #4
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="style_safeArea__solmzx2 anim-fadeScaleTop styles_modalContentWrapper__1cm6qyjc">…</div> intercepts pointer events
- retrying click action, attempt #5
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="style_safeArea__solmzx2 anim-fadeScaleTop styles_modalContentWrapper__1cm6qyjc">…</div> intercepts pointer events
- retrying click action, attempt #6
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="style_safeArea__solmzx2 anim-fadeScaleTop styles_modalContentWrapper__1cm6qyjc">…</div> intercepts pointer events
- retrying click action, attempt #7
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="style_safeArea__solmzx2 anim-fadeScaleTop styles_modalContentWrapper__1cm6qyjc">…</div> intercepts pointer events
- retrying click action, attempt #8
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="style_safeArea__solmzx2 anim-fadeScaleTop styles_modalContentWrapper__1cm6qyjc">…</div> intercepts pointer events
- retrying click action, attempt #9
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="st
|
doc-info-modal.spec.ts:123:5 › add custom property:
tests/kit/utils/properties.ts#L43
1) doc-info-modal.spec.ts:123:5 › add custom property ────────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 5000ms exceeded.
Call log:
- waiting for getByTestId('info-modal').getByTestId('info-modal-title')
- locator resolved to <div data-testid="info-modal-title" class="styles_titleContainer__1cmysst1">…</div>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="style_safeArea__solmzx2 anim-fadeScaleTop styles_modalContentWrapper__1cm6qyjc">…</div> intercepts pointer events
- retrying click action, attempt #1
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="style_safeArea__solmzx2 anim-fadeScaleTop styles_modalContentWrapper__1cm6qyjc">…</div> intercepts pointer events
- retrying click action, attempt #2
- waiting 20ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="style_safeArea__solmzx2 anim-fadeScaleTop styles_modalContentWrapper__1cm6qyjc">…</div> intercepts pointer events
- retrying click action, attempt #3
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="style_safeArea__solmzx2 anim-fadeScaleTop styles_modalContentWrapper__1cm6qyjc">…</div> intercepts pointer events
- retrying click action, attempt #4
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="style_safeArea__solmzx2 anim-fadeScaleTop styles_modalContentWrapper__1cm6qyjc">…</div> intercepts pointer events
- retrying click action, attempt #5
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="style_safeArea__solmzx2 anim-fadeScaleTop styles_modalContentWrapper__1cm6qyjc">…</div> intercepts pointer events
- retrying click action, attempt #6
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="style_safeArea__solmzx2 anim-fadeScaleTop styles_modalContentWrapper__1cm6qyjc">…</div> intercepts pointer events
- retrying click action, attempt #7
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="style_safeArea__solmzx2 anim-fadeScaleTop styles_modalContentWrapper__1cm6qyjc">…</div> intercepts pointer events
- retrying click action, attempt #8
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="style_safeArea__solmzx2 anim-fadeScaleTop styles_modalContentWrapper__1cm6qyjc">…</div> intercepts pointer events
- retrying click action, attempt #9
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="st
|
doc-info-modal.spec.ts:123:5 › add custom property:
tests/kit/utils/properties.ts#L43
1) doc-info-modal.spec.ts:123:5 › add custom property ────────────────────────────────────────────
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 5000ms exceeded.
Call log:
- waiting for getByTestId('info-modal').getByTestId('info-modal-title')
- locator resolved to <div data-testid="info-modal-title" class="styles_titleContainer__1cmysst1">…</div>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="style_safeArea__solmzx2 anim-fadeScaleTop styles_modalContentWrapper__1cm6qyjc">…</div> intercepts pointer events
- retrying click action, attempt #1
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="style_safeArea__solmzx2 anim-fadeScaleTop styles_modalContentWrapper__1cm6qyjc">…</div> intercepts pointer events
- retrying click action, attempt #2
- waiting 20ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="style_safeArea__solmzx2 anim-fadeScaleTop styles_modalContentWrapper__1cm6qyjc">…</div> intercepts pointer events
- retrying click action, attempt #3
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="style_safeArea__solmzx2 anim-fadeScaleTop styles_modalContentWrapper__1cm6qyjc">…</div> intercepts pointer events
- retrying click action, attempt #4
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="style_safeArea__solmzx2 anim-fadeScaleTop styles_modalContentWrapper__1cm6qyjc">…</div> intercepts pointer events
- retrying click action, attempt #5
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="style_safeArea__solmzx2 anim-fadeScaleTop styles_modalContentWrapper__1cm6qyjc">…</div> intercepts pointer events
- retrying click action, attempt #6
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="style_safeArea__solmzx2 anim-fadeScaleTop styles_modalContentWrapper__1cm6qyjc">…</div> intercepts pointer events
- retrying click action, attempt #7
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="style_safeArea__solmzx2 anim-fadeScaleTop styles_modalContentWrapper__1cm6qyjc">…</div> intercepts pointer events
- retrying click action, attempt #8
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="style_safeArea__solmzx2 anim-fadeScaleTop styles_modalContentWrapper__1cm6qyjc">…</div> intercepts pointer events
- retrying click action, attempt #9
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="st
|
E2E Test (2)
Process completed with exit code 1.
|
Desktop Test (ubuntu-latest, linux, x64, x86_64-unknown-linux-gnu, true)
Process completed with exit code 1.
|
Desktop Test (windows-latest, windows, x64, x86_64-pc-windows-msvc, true)
Process completed with exit code 1.
|
Desktop Test (macos-14, macos, arm64, aarch64-apple-darwin, true)
Process completed with exit code 1.
|
3, 2, 1 Launch
Process completed with exit code 1.
|
Slow Test:
tests/affine-mobile/[Mobile Chrome] › explorer-tag.spec.ts#L1
tests/affine-mobile/[Mobile Chrome] › explorer-tag.spec.ts took 44.7s
|
Slow Test:
tests/affine-mobile/[Mobile Chrome] › explorer-favorite.spec.ts#L1
tests/affine-mobile/[Mobile Chrome] › explorer-favorite.spec.ts took 43.8s
|
Slow Test:
tests/affine-migration/basic.spec.ts#L1
tests/affine-migration/basic.spec.ts took 1.3m
|
Analyze (typescript)
1 issue was detected with this workflow: CodeQL language 'javascript' is referenced by more than one entry in the 'language' matrix parameter for job 'analyze'. This may result in duplicate alerts. Please edit the 'language' matrix parameter to keep only one of the following: 'javascript', 'typescript'.
|
Slow Test:
tests/affine-mobile/[Mobile Safari] › explorer-folder.spec.ts#L1
tests/affine-mobile/[Mobile Safari] › explorer-folder.spec.ts took 51.1s
|
Slow Test:
tests/affine-mobile/[Mobile Safari] › explorer-favorite.spec.ts#L1
tests/affine-mobile/[Mobile Safari] › explorer-favorite.spec.ts took 17.1s
|
Analyze (javascript)
1 issue was detected with this workflow: CodeQL language 'javascript' is referenced by more than one entry in the 'language' matrix parameter for job 'analyze'. This may result in duplicate alerts. Please edit the 'language' matrix parameter to keep only one of the following: 'javascript', 'typescript'.
|
Slow Test:
tests/affine-local/local-first-trash-page.spec.ts#L1
tests/affine-local/local-first-trash-page.spec.ts took 46.1s
|
Slow Test:
tests/affine-local/local-first-show-delete-modal.spec.ts#L1
tests/affine-local/local-first-show-delete-modal.spec.ts took 45.2s
|
Slow Test:
tests/affine-local/open-affine.spec.ts#L1
tests/affine-local/open-affine.spec.ts took 23.0s
|
Slow Test:
tests/affine-local/local-first-avatar.spec.ts#L1
tests/affine-local/local-first-avatar.spec.ts took 20.4s
|
Slow Test:
tests/affine-local/drag-page.spec.ts#L1
tests/affine-local/drag-page.spec.ts took 1.2m
|
Slow Test:
tests/affine-desktop-cloud/basic.spec.ts#L1
tests/affine-desktop-cloud/basic.spec.ts took 55.5s
|
Slow Test:
tests/affine-cloud/workspace.spec.ts#L1
tests/affine-cloud/workspace.spec.ts took 1.4m
|
Slow Test:
tests/affine-cloud/collaboration.spec.ts#L1
tests/affine-cloud/collaboration.spec.ts took 2.8m
|
Slow Test:
tests/affine-cloud/login.spec.ts#L1
tests/affine-cloud/login.spec.ts took 1.4m
|
Slow Test:
tests/affine-cloud/share-page.spec.ts#L1
tests/affine-cloud/share-page.spec.ts took 3.4m
|
Slow Test:
tests/affine-cloud/page-history.spec.ts#L1
tests/affine-cloud/page-history.spec.ts took 55.1s
|
Slow Test:
tests/affine-cloud/open-in-app.spec.ts#L1
tests/affine-cloud/open-in-app.spec.ts took 53.4s
|
🎭 Playwright Run Summary
6 passed (1.3m)
|
🎭 Playwright Run Summary
6 passed (1.3m)
|
🎭 Playwright Run Summary
6 passed (1.5m)
|
🎭 Playwright Run Summary
4 passed (1.4m)
|
🎭 Playwright Run Summary
2 flaky
[Mobile Safari] › explorer-tag.spec.ts:59:5 › rename a tag from explorer ───────────────────────
[Mobile Safari] › explorer-tag.spec.ts:75:5 › change tag color from explorer ───────────────────
4 passed (2.0m)
|
🎭 Playwright Run Summary
1 flaky
[Mobile Safari] › detail.spec.ts:17:5 › switch to page mode ────────────────────────────────────
5 passed (2.3m)
|
🎭 Playwright Run Summary
1 skipped
31 passed (3.4m)
|
🎭 Playwright Run Summary
1 flaky
navigation.spec.ts:19:5 › back and forward buttons ─────────────────────────────────────────────
2 skipped
28 passed (3.8m)
|
🎭 Playwright Run Summary
1 flaky
quick-search.spec.ts:547:5 › can use slash menu to insert a newly created doc card ─────────────
30 passed (3.7m)
|
🎭 Playwright Run Summary
2 skipped
30 passed (3.9m)
|
🎭 Playwright Run Summary
1 failed
doc-info-modal.spec.ts:123:5 › add custom property ─────────────────────────────────────────────
31 passed (4.3m)
|
🎭 Playwright Run Summary
1 passed (1.2m)
|
🎭 Playwright Run Summary
2 passed (1.7m)
|
🎭 Playwright Run Summary
1 skipped
7 passed (4.7m)
|
🎭 Playwright Run Summary
1 skipped
9 passed (5.7m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
affine.darwin-arm64.node
|
1.48 MB |
|
affine.darwin-x64.node
|
1.57 MB |
|
affine.linux-x64-gnu.node
|
1.61 MB |
|
affine.win32-x64-msvc.node
|
1.7 MB |
|
android
|
56.3 MB |
|
ios
|
56.4 MB |
|
server-native.node
|
4.31 MB |
|
test-results-e2e-2
|
5.19 MB |
|
test-results-e2e-macos-14-arm64
|
462 KB |
|
test-results-e2e-ubuntu-latest-x64
|
459 KB |
|
test-results-e2e-windows-latest-x64
|
406 KB |
|
web
|
62.7 MB |
|