refactor: move image proxy middleware and adapter extensions #26212
build-test.yml
on: pull_request
Optimize CI
6s
Matrix: build-native
Matrix: Analyze
Matrix: Legacy Blocksuite E2E Test
Matrix: E2E Mobile Test
Matrix: E2E Test
Lint
6m 2s
Lint Rust
30s
Check yarn binary
8s
Run native tests
2m 7s
Matrix: Server Copilot E2E Test
Matrix: Server Test
Matrix: Unit Test
Matrix: server-e2e-test
Matrix: desktop-test
3, 2, 1 Launch
0s
Annotations
24 errors, 29 warnings, and 27 notices
e2e/attachment.spec.ts:264:1 › support dragging attachment block directly:
blocksuite/tests-legacy/e2e/attachment.spec.ts#L74
1) e2e/attachment.spec.ts:264:1 › support dragging attachment block directly ─────────────────────
TimeoutError: page.waitForEvent: Timeout 5000ms exceeded while waiting for event "filechooser"
=========================== logs ===========================
waiting for event "filechooser"
============================================================
72 | await expect(slashMenu).toBeVisible();
73 |
> 74 | const fileChooser = page.waitForEvent('filechooser');
| ^
75 | await pressEnter(page);
76 | await sleep(100);
77 | await (await fileChooser).setFiles(FILE_PATH);
at insertAttachment (/home/runner/work/AFFiNE/AFFiNE/blocksuite/tests-legacy/e2e/attachment.spec.ts:74:30)
at /home/runner/work/AFFiNE/AFFiNE/blocksuite/tests-legacy/e2e/attachment.spec.ts:274:3
|
e2e/clipboard/list.spec.ts:308:1 › paste non-nested lists to a nested list:
blocksuite/tests-legacy/e2e/utils/asserts.ts#L205
2) e2e/clipboard/list.spec.ts:308:1 › paste non-nested lists to a nested list ────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 2
+ Received + 2
Array [
- "123",
- "456aaa",
+ "aaa123",
+ "456",
"bbb",
]
at utils/asserts.ts:205
203 | });
204 | });
> 205 | expect(actualTexts).toEqual(texts);
| ^
206 | }
207 |
208 | export async function assertEdgelessCanvasText(page: Page, text: string) {
at assertRichTexts (/home/runner/work/AFFiNE/AFFiNE/blocksuite/tests-legacy/e2e/utils/asserts.ts:205:23)
at /home/runner/work/AFFiNE/AFFiNE/blocksuite/tests-legacy/e2e/clipboard/list.spec.ts:343:3
|
e2e/slash-menu.spec.ts:365:3 › slash menu should show and hide correctly › should open and close menu when using left right arrow:
blocksuite/tests-legacy/e2e/slash-menu.spec.ts#L388
1) e2e/slash-menu.spec.ts:365:3 › slash menu should show and hide correctly › should open and close menu when using left right arrow, Enter, Esc keys
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.slash-menu[data-testid=sub-menu-0]').locator('icon-button').nth(4)
Expected string: "true"
Received string: "false"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.slash-menu[data-testid=sub-menu-0]').locator('icon-button').nth(4)
9 × locator resolved to <icon-button width="100%" tabindex="0" height="44px" hover="false" role="button" text="Other Headings" data-test-disabled="false" data-testid="Other Headings" class="slash-menu-item other-headings">…</icon-button>
- unexpected value "false"
386 | await type(page, '/');
387 | await pressArrowDown(page, 4);
> 388 | await expect(slashItems.nth(4)).toHaveAttribute('hover', 'true');
| ^
389 | await expect(slashItems.nth(4).locator('.text')).toHaveText([
390 | 'Other Headings',
391 | ]);
at /home/runner/work/AFFiNE/AFFiNE/blocksuite/tests-legacy/e2e/slash-menu.spec.ts:388:37
|
[Mobile Safari] › e2e/settings.spec.ts:10:1 › can open settings:
tests/affine-mobile/e2e/settings.spec.ts#L1
1) [Mobile Safari] › e2e/settings.spec.ts:10:1 › can open settings ───────────────────────────────
Test timeout of 60000ms exceeded.
|
[Mobile Safari] › e2e/settings.spec.ts:10:1 › can open settings:
tests/affine-mobile/e2e/settings.spec.ts#L5
1) [Mobile Safari] › e2e/settings.spec.ts:10:1 › can open settings ───────────────────────────────
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByTestId('settings-button')
3 |
4 | const openSettings = async (page: Page) => {
> 5 | await page.getByTestId('settings-button').click();
| ^
6 | await expect(page.getByRole('dialog')).toBeVisible();
7 | await expect(page.locator('header:has-text("Settings")')).toBeVisible();
8 | };
at openSettings (/home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/settings.spec.ts:5:45)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/settings.spec.ts:11:9
|
[Mobile Safari] › e2e/settings.spec.ts:10:1 › can open settings:
tests/affine-mobile/e2e/settings.spec.ts#L1
1) [Mobile Safari] › e2e/settings.spec.ts:10:1 › can open settings ───────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
[Mobile Safari] › e2e/settings.spec.ts:10:1 › can open settings:
tests/affine-mobile/e2e/settings.spec.ts#L5
1) [Mobile Safari] › e2e/settings.spec.ts:10:1 › can open settings ───────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByTestId('settings-button')
3 |
4 | const openSettings = async (page: Page) => {
> 5 | await page.getByTestId('settings-button').click();
| ^
6 | await expect(page.getByRole('dialog')).toBeVisible();
7 | await expect(page.locator('header:has-text("Settings")')).toBeVisible();
8 | };
at openSettings (/home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/settings.spec.ts:5:45)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/settings.spec.ts:11:9
|
[Mobile Safari] › e2e/detail.spec.ts:20:1 › can open page view more menu:
tests/affine-mobile/e2e/detail.spec.ts#L12
1) [Mobile Safari] › e2e/detail.spec.ts:20:1 › can open page view more menu ──────────────────────
Test timeout of 60000ms exceeded while running "beforeEach" hook.
10 | };
11 |
> 12 | test.beforeEach(async ({ page }) => {
| ^
13 | const docsTab = page.locator('#app-tabs').getByRole('tab', { name: 'all' });
14 | await expect(docsTab).toBeVisible();
15 | await docsTab.click();
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/detail.spec.ts:12:6
|
[Mobile Safari] › e2e/detail.spec.ts:20:1 › can open page view more menu:
tests/affine-mobile/e2e/detail.spec.ts#L17
1) [Mobile Safari] › e2e/detail.spec.ts:20:1 › can open page view more menu ──────────────────────
Error: expect(locator).toBeVisible()
Locator: locator('.affine-edgeless-viewport')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 15000ms
- waiting for locator('.affine-edgeless-viewport')
15 | await docsTab.click();
16 | await page.getByTestId('doc-card').first().click();
> 17 | await expect(page.locator('.affine-edgeless-viewport')).toBeVisible();
| ^
18 | });
19 |
20 | test('can open page view more menu', async ({ page }) => {
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/detail.spec.ts:17:59
|
[Mobile Safari] › e2e/detail.spec.ts:33:1 › can show doc info:
tests/affine-mobile/e2e/detail.spec.ts#L17
2) [Mobile Safari] › e2e/detail.spec.ts:33:1 › can show doc info ─────────────────────────────────
Error: Timed out 15000ms waiting for expect(locator).toBeVisible()
Locator: locator('.affine-edgeless-viewport')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 15000ms
- waiting for locator('.affine-edgeless-viewport')
15 | await docsTab.click();
16 | await page.getByTestId('doc-card').first().click();
> 17 | await expect(page.locator('.affine-edgeless-viewport')).toBeVisible();
| ^
18 | });
19 |
20 | test('can open page view more menu', async ({ page }) => {
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/detail.spec.ts:17:59
|
[Mobile Safari] › e2e/explorer-folder.spec.ts:54:1 › create a sub folder:
tests/affine-mobile/e2e/explorer-folder.spec.ts#L1
3) [Mobile Safari] › e2e/explorer-folder.spec.ts:54:1 › create a sub folder ──────────────────────
Test timeout of 60000ms exceeded.
|
[Mobile Safari] › e2e/explorer-folder.spec.ts:54:1 › create a sub folder:
tests/affine-mobile/e2e/utils.ts#L6
3) [Mobile Safari] › e2e/explorer-folder.spec.ts:54:1 › create a sub folder ──────────────────────
Error: locator.getAttribute: Test timeout of 60000ms exceeded.
Call log:
- waiting for locator('[data-collapsible]:has-text("organize")')
at utils.ts:6
4 | export async function expandCollapsibleSection(page: Page, name: string) {
5 | const divider = page.locator(`[data-collapsible]:has-text("${name}")`);
> 6 | if ((await divider.getAttribute('data-collapsed')) === 'true') {
| ^
7 | await divider.click();
8 | }
9 | await expect(divider).toHaveAttribute('data-collapsed', 'false');
at expandCollapsibleSection (/home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/utils.ts:6:22)
at createRootFolder (/home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/explorer-folder.spec.ts:23:25)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/explorer-folder.spec.ts:55:24
|
e2e/page-properties.spec.ts:236:1 › edit property name:
tests/affine-local/e2e/page-properties.spec.ts#L1
1) e2e/page-properties.spec.ts:236:1 › edit property name ────────────────────────────────────────
Test timeout of 50000ms exceeded.
|
e2e/page-properties.spec.ts:236:1 › edit property name:
tests/kit/src/utils/properties.ts#L152
1) e2e/page-properties.spec.ts:236:1 › edit property name ────────────────────────────────────────
Error: locator.click: Target page, context or browser has been closed
at ../../kit/src/utils/properties.ts:152
150 | export const openWorkspaceProperties = async (page: Page) => {
151 | await page.getByTestId('slider-bar-workspace-setting-button').click();
> 152 | await page.getByTestId('workspace-setting:properties').click();
| ^
153 | };
154 |
155 | export const selectVisibilitySelector = async (
at openWorkspaceProperties (/home/runner/work/AFFiNE/AFFiNE/tests/kit/src/utils/properties.ts:152:58)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/page-properties.spec.ts:253:3
|
e2e/page-properties.spec.ts:262:1 › delete property via property popup:
tests/affine-local/e2e/page-properties.spec.ts#L1
2) e2e/page-properties.spec.ts:262:1 › delete property via property popup ────────────────────────
Test timeout of 50000ms exceeded.
|
e2e/page-properties.spec.ts:262:1 › delete property via property popup:
tests/affine-local/e2e/page-properties.spec.ts#L280
2) e2e/page-properties.spec.ts:262:1 › delete property via property popup ────────────────────────
Error: locator.click: Test timeout of 50000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Confirm' })
- locator resolved to <button data-size="default" data-mobile="false" data-variant="error" data-testid="confirm-modal-confirm" class="button_button__ph3zqme confirm-modal_desktopStyles_action__1jr9bl15">…</button>
278 | name: 'Confirm',
279 | })
> 280 | .click();
| ^
281 | // check if the property is removed
282 | await expect(
283 | page.locator('[data-testid="http://localhost:8080/"]:has-text("Text")')
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/page-properties.spec.ts:280:6
|
e2e/links.spec.ts:279:1 › allow switching to embed view when linking to the other document with mode:
tests/affine-local/e2e/links.spec.ts#L320
1) e2e/links.spec.ts:279:1 › allow switching to embed view when linking to the other document with mode
TimeoutError: locator.click: Timeout 5000ms exceeded.
Call log:
- waiting for locator('affine-embed-card-toolbar').getByLabel('Switch view')
318 | // refocus
319 | await cardLink.click();
> 320 | await cardToolbar.getByLabel('Switch view').click();
| ^
321 |
322 | await clickable(cardToolbar.getByLabel('Inline view'));
323 | await notClickable(cardToolbar.getByLabel('Card view'));
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/links.spec.ts:320:47
|
e2e/links.spec.ts:583:1 › should show edgeless content when switching card view of linked mode doc in edgeless:
tests/affine-local/e2e/links.spec.ts#L625
2) e2e/links.spec.ts:583:1 › should show edgeless content when switching card view of linked mode doc in edgeless
TimeoutError: locator.click: Timeout 5000ms exceeded.
Call log:
- waiting for getByLabel('Switch view')
623 | .waitFor({ state: 'visible' });
624 | await page.mouse.click(x - 50, y - 50);
> 625 | await page.getByLabel('Switch view').click();
| ^
626 | await page.getByTestId('link-to-embed').click();
627 |
628 | const viewport = await page
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/links.spec.ts:625:40
|
e2e/blocksuite/outline/outline-panel.spec.ts:127:3 › TOC display › should update panel when modify or clear title or headings:
tests/affine-local/e2e/blocksuite/outline/outline-panel.spec.ts#L1
1) e2e/blocksuite/outline/outline-panel.spec.ts:127:3 › TOC display › should update panel when modify or clear title or headings
Test timeout of 50000ms exceeded.
|
e2e/blocksuite/outline/outline-panel.spec.ts:127:3 › TOC display › should update panel when modify or clear title or headings:
tests/kit/src/utils/page-logic.ts#L55
1) e2e/blocksuite/outline/outline-panel.spec.ts:127:3 › TOC display › should update panel when modify or clear title or headings
Error: keyboard.type: Test timeout of 50000ms exceeded.
at ../../kit/src/utils/page-logic.ts:55
53 |
54 | export async function type(page: Page, content: string, delay = 50) {
> 55 | await page.keyboard.type(content, { delay });
| ^
56 | }
57 |
58 | export const createLinkedPage = async (page: Page, pageName?: string) => {
at type (/home/runner/work/AFFiNE/AFFiNE/tests/kit/src/utils/page-logic.ts:55:23)
at createHeadings (/home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/blocksuite/outline/utils.ts:24:11)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/blocksuite/outline/outline-panel.spec.ts:131:22
|
e2e/links.spec.ts:812:3 › Customize linked doc title and description › should automatically switch to card view and set a custom title and description:
tests/affine-local/e2e/links.spec.ts#L1
1) e2e/links.spec.ts:812:3 › Customize linked doc title and description › should automatically switch to card view and set a custom title and description
Test timeout of 50000ms exceeded.
|
e2e/links.spec.ts:812:3 › Customize linked doc title and description › should automatically switch to card view and set a custom title and description:
tests/affine-local/e2e/links.spec.ts#L942
1) e2e/links.spec.ts:812:3 › Customize linked doc title and description › should automatically switch to card view and set a custom title and description
Error: locator.click: Test timeout of 50000ms exceeded.
Call log:
- waiting for locator('reference-popup').getByRole('button', { name: 'Switch view' })
940 |
941 | // Switches to embed view
> 942 | await inlineToolbar.getByRole('button', { name: 'Switch view' }).click();
| ^
943 | await inlineToolbar.getByRole('button', { name: 'Embed view' }).click();
944 | }
945 |
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/links.spec.ts:942:72
|
e2e/links.spec.ts:954:3 › Customize linked doc title and description › should show emoji doc icon in normal document:
tests/affine-local/e2e/links.spec.ts#L1
2) e2e/links.spec.ts:954:3 › Customize linked doc title and description › should show emoji doc icon in normal document
Test timeout of 50000ms exceeded.
|
e2e/links.spec.ts:954:3 › Customize linked doc title and description › should show emoji doc icon in normal document:
tests/kit/src/utils/page-logic.ts#L37
2) e2e/links.spec.ts:954:3 › Customize linked doc title and description › should show emoji doc icon in normal document
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 5000ms exceeded.
Call log:
- waiting for getByTestId('sidebar-new-page-button')
- locator resolved to <button data-size="custom" data-icon-size="20" data-mobile="false" data-state="closed" data-variant="custom" data-icon-variant="plain" data-testid="sidebar-new-page-button" class="button_button__ph3zqme button_iconButton__ph3zqmh add-page-button_root__18n7nrk0">…</button>
- 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
- performing click action
at ../../kit/src/utils/page-logic.ts:37
35 | export async function clickNewPageButton(page: Page, title?: string) {
36 | // fixme(himself65): if too fast, the page will crash
> 37 | await page.getByTestId('sidebar-new-page-button').click({
| ^
38 | delay: 100,
39 | });
40 | await waitForEmptyEditor(page);
at clickNewPageButton (/home/runner/work/AFFiNE/AFFiNE/tests/kit/src/utils/page-logic.ts:37:53)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/links.spec.ts:25:9
|
Slow Test:
tests/affine-mobile/[Mobile Chrome] › e2e/explorer-tag.spec.ts#L1
tests/affine-mobile/[Mobile Chrome] › e2e/explorer-tag.spec.ts took 49.9s
|
Slow Test:
tests/affine-mobile/[Mobile Safari] › e2e/explorer-folder.spec.ts#L1
tests/affine-mobile/[Mobile Safari] › e2e/explorer-folder.spec.ts took 54.8s
|
Slow Test:
tests/affine-mobile/[Mobile Safari] › e2e/home.spec.ts#L1
tests/affine-mobile/[Mobile Safari] › e2e/home.spec.ts took 47.6s
|
Slow Test:
tests/affine-mobile/[Mobile Chrome] › e2e/detail.spec.ts#L1
tests/affine-mobile/[Mobile Chrome] › e2e/detail.spec.ts took 44.7s
|
Slow Test:
tests/affine-mobile/[Mobile Chrome] › e2e/detail.spec.ts#L1
tests/affine-mobile/[Mobile Chrome] › e2e/detail.spec.ts took 57.4s
|
Slow Test:
tests/affine-mobile/[Mobile Chrome] › e2e/explorer-favorite.spec.ts#L1
tests/affine-mobile/[Mobile Chrome] › e2e/explorer-favorite.spec.ts took 53.0s
|
Slow Test:
tests/affine-mobile/[Mobile Safari] › e2e/back-button-visibility.spec.ts#L1
tests/affine-mobile/[Mobile Safari] › e2e/back-button-visibility.spec.ts took 51.6s
|
Slow Test:
tests/affine-desktop-cloud/e2e/basic.spec.ts#L1
tests/affine-desktop-cloud/e2e/basic.spec.ts took 46.3s
|
Slow Test:
tests/affine-cloud/e2e/workspace.spec.ts#L1
tests/affine-cloud/e2e/workspace.spec.ts took 43.3s
|
Slow Test:
tests/affine-cloud/e2e/storage.spec.ts#L1
tests/affine-cloud/e2e/storage.spec.ts took 41.0s
|
Slow Test:
tests/affine-cloud/e2e/template.spec.ts#L1
tests/affine-cloud/e2e/template.spec.ts took 17.7s
|
Server Copilot E2E Test (3, 3)
Unexpected input(s) 'perplexity-key', valid inputs are ['script', 'openai-key', 'fal-key']
|
Server Copilot E2E Test (3, 3)
Unexpected input(s) 'perplexity-key', valid inputs are ['script', 'openai-key', 'fal-key']
|
Slow Test:
tests/affine-local/e2e/blocksuite/embed/synced.spec.ts#L1
tests/affine-local/e2e/blocksuite/embed/synced.spec.ts took 16.6s
|
Slow Test:
tests/affine-cloud/e2e/collaboration.spec.ts#L1
tests/affine-cloud/e2e/collaboration.spec.ts took 1.5m
|
Slow Test:
tests/affine-cloud/e2e/login.spec.ts#L1
tests/affine-cloud/e2e/login.spec.ts took 1.1m
|
Server Copilot E2E Test (1, 3)
Unexpected input(s) 'perplexity-key', valid inputs are ['script', 'openai-key', 'fal-key']
|
Server Copilot E2E Test (1, 3)
Unexpected input(s) 'perplexity-key', valid inputs are ['script', 'openai-key', 'fal-key']
|
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'.
|
Analyze (javascript)
Unable to validate code scanning workflow: DuplicateLanguageInMatrix
|
Server Copilot E2E Test (2, 3)
Unexpected input(s) 'perplexity-key', valid inputs are ['script', 'openai-key', 'fal-key']
|
Server Copilot E2E Test (2, 3)
Unexpected input(s) 'perplexity-key', valid inputs are ['script', 'openai-key', 'fal-key']
|
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'.
|
Analyze (typescript)
Unable to validate code scanning workflow: DuplicateLanguageInMatrix
|
Slow Test:
tests/affine-local/e2e/local-first-avatar.spec.ts#L1
tests/affine-local/e2e/local-first-avatar.spec.ts took 20.2s
|
test-build-mobile-app / ios
swiftformat 0.55.4 is already installed and up-to-date.
To reinstall 0.55.4, run:
brew reinstall swiftformat
|
Slow Test:
tests/affine-cloud/e2e/share-page.spec.ts#L1
tests/affine-cloud/e2e/share-page.spec.ts took 3.3m
|
Slow Test:
tests/affine-cloud/e2e/page-history.spec.ts#L1
tests/affine-cloud/e2e/page-history.spec.ts took 1.1m
|
Slow Test:
tests/affine-cloud/e2e/open-in-app.spec.ts#L1
tests/affine-cloud/e2e/open-in-app.spec.ts took 45.1s
|
🎭 Playwright Run Summary
7 passed (1.4m)
|
🎭 Playwright Run Summary
2 flaky
e2e/attachment.spec.ts:264:1 › support dragging attachment block directly ──────────────────────
e2e/clipboard/list.spec.ts:308:1 › paste non-nested lists to a nested list ─────────────────────
2 skipped
93 passed (1.4m)
|
🎭 Playwright Run Summary
1 flaky
e2e/slash-menu.spec.ts:365:3 › slash menu should show and hide correctly › should open and close menu when using left right arrow, Enter, Esc keys
3 skipped
92 passed (1.3m)
|
🎭 Playwright Run Summary
2 skipped
95 passed (1.5m)
|
🎭 Playwright Run Summary
7 passed (1.6m)
|
🎭 Playwright Run Summary
1 flaky
[Mobile Safari] › e2e/settings.spec.ts:10:1 › can open settings ────────────────────────────────
6 passed (2.3m)
|
🎭 Playwright Run Summary
1 skipped
96 passed (1.6m)
|
🎭 Playwright Run Summary
4 skipped
93 passed (1.5m)
|
🎭 Playwright Run Summary
12 skipped
85 passed (2.1m)
|
🎭 Playwright Run Summary
4 skipped
93 passed (2.2m)
|
🎭 Playwright Run Summary
6 skipped
91 passed (2.2m)
|
🎭 Playwright Run Summary
1 skipped
96 passed (2.6m)
|
🎭 Playwright Run Summary
7 passed (1.7m)
|
🎭 Playwright Run Summary
97 passed (1.5m)
|
🎭 Playwright Run Summary
3 flaky
[Mobile Safari] › e2e/detail.spec.ts:20:1 › can open page view more menu ───────────────────────
[Mobile Safari] › e2e/detail.spec.ts:33:1 › can show doc info ──────────────────────────────────
[Mobile Safari] › e2e/explorer-folder.spec.ts:54:1 › create a sub folder ───────────────────────
5 passed (3.3m)
|
🎭 Playwright Run Summary
1 passed (1.2m)
|
🎭 Playwright Run Summary
4 passed (2.1m)
|
🎭 Playwright Run Summary
7 skipped
9 passed (3.3m)
|
🎭 Playwright Run Summary
1 skipped
49 passed (6.2m)
|
🎭 Playwright Run Summary
2 flaky
e2e/page-properties.spec.ts:236:1 › edit property name ─────────────────────────────────────────
e2e/page-properties.spec.ts:262:1 › delete property via property popup ─────────────────────────
1 skipped
47 passed (6.2m)
|
🎭 Playwright Run Summary
2 flaky
e2e/links.spec.ts:279:1 › allow switching to embed view when linking to the other document with mode
e2e/links.spec.ts:583:1 › should show edgeless content when switching card view of linked mode doc in edgeless
48 passed (6.5m)
|
🎭 Playwright Run Summary
2 skipped
6 passed (3.0m)
|
🎭 Playwright Run Summary
17 passed (4.5m)
|
🎭 Playwright Run Summary
1 flaky
e2e/blocksuite/outline/outline-panel.spec.ts:127:3 › TOC display › should update panel when modify or clear title or headings
49 passed (7.2m)
|
🎭 Playwright Run Summary
17 passed (4.8m)
|
🎭 Playwright Run Summary
2 flaky
e2e/links.spec.ts:812:3 › Customize linked doc title and description › should automatically switch to card view and set a custom title and description
e2e/links.spec.ts:954:3 › Customize linked doc title and description › should show emoji doc icon in normal document
3 skipped
45 passed (6.5m)
|
🎭 Playwright Run Summary
12 passed (5.6m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
affine.darwin-arm64.node
Expired
|
1.91 MB |
|
affine.darwin-x64.node
Expired
|
2.03 MB |
|
affine.linux-x64-gnu.node
Expired
|
2.06 MB |
|
affine.win32-x64-msvc.node
Expired
|
2.43 MB |
|
android
Expired
|
61.9 MB |
|
ios
Expired
|
61.9 MB |
|
server-native.node
Expired
|
4.33 MB |
|
test-results-e2e-2
Expired
|
7.21 MB |
|
test-results-e2e-3
Expired
|
18.6 MB |
|
test-results-e2e-4
Expired
|
22.7 MB |
|
test-results-e2e-5
Expired
|
13.3 MB |
|
test-results-e2e-legacy-bs-1
Expired
|
6.3 MB |
|
test-results-e2e-legacy-bs-10
Expired
|
3.38 MB |
|
test-results-e2e-macos-latest-arm64
Expired
|
8.94 MB |
|
test-results-e2e-mobile-1
Expired
|
13.7 MB |
|
test-results-e2e-mobile-3
Expired
|
8.93 MB |
|
test-results-e2e-server-desktop
Expired
|
1.25 MB |
|
test-results-e2e-ubuntu-latest-x64
Expired
|
9.27 MB |
|
test-results-e2e-windows-latest-x64
Expired
|
9.84 MB |
|
web
Expired
|
63.4 MB |
|