Skip to content

feat(mobile): iOS app testflight #16615

feat(mobile): iOS app testflight

feat(mobile): iOS app testflight #16615

Triggered via pull request October 16, 2024 15:42
Status Success
Total duration 12m 15s
Artifacts 6

build-test.yml

on: pull_request
Matrix: build-native
Build Server native
28s
Build Server native
Matrix: Analyze
Matrix: E2E Mobile Test
Matrix: E2E Test
Build @affine/electron renderer
2m 31s
Build @affine/electron renderer
Call mobile build
3s
Call mobile build
Matrix: server-e2e-test
Matrix: desktop-test
3, 2, 1 Launch
0s
3, 2, 1 Launch
Fit to window
Zoom out
Zoom in

Annotations

16 errors, 16 warnings, and 15 notices
[Mobile Safari] › home.spec.ts:53:5 › search tab: tests/affine-mobile/e2e/home.spec.ts#L1
1) [Mobile Safari] › home.spec.ts:53:5 › search tab ────────────────────────────────────────────── Test timeout of 60000ms exceeded while setting up "page".
[Mobile Safari] › home.spec.ts:53:5 › search tab: tests/kit/mobile.ts#L21
1) [Mobile Safari] › home.spec.ts:53:5 › search tab ────────────────────────────────────────────── Error: page.goto: Test timeout of 60000ms exceeded. Call log: - navigating to "http://localhost:8080/", waiting until "load" at ../../kit/mobile.ts:21 19 | timeout: 30 * 1000, 20 | }); > 21 | await page.goto('/'); | ^ 22 | await use(page); 23 | }, 24 | }); at Object.page (/home/runner/work/AFFiNE/AFFiNE/tests/kit/mobile.ts:21:16)
[Mobile Safari] › home.spec.ts:10:5 › app tabs is visible: tests/affine-mobile/e2e/home.spec.ts#L1
1) [Mobile Safari] › home.spec.ts:10:5 › app tabs is visible ───────────────────────────────────── Test timeout of 60000ms exceeded while setting up "page".
[Mobile Safari] › home.spec.ts:10:5 › app tabs is visible: tests/kit/mobile.ts#L21
1) [Mobile Safari] › home.spec.ts:10:5 › app tabs is visible ───────────────────────────────────── Error: page.goto: Test timeout of 60000ms exceeded. Call log: - navigating to "http://localhost:8080/", waiting until "load" at ../../kit/mobile.ts:21 19 | timeout: 30 * 1000, 20 | }); > 21 | await page.goto('/'); | ^ 22 | await use(page); 23 | }, 24 | }); at Object.page (/home/runner/work/AFFiNE/AFFiNE/tests/kit/mobile.ts:21:16)
[Mobile Safari] › home.spec.ts:19:5 › recent docs: tests/affine-mobile/e2e/home.spec.ts#L1
2) [Mobile Safari] › home.spec.ts:19:5 › recent docs ───────────────────────────────────────────── Test timeout of 60000ms exceeded while setting up "page".
[Mobile Safari] › home.spec.ts:19:5 › recent docs: tests/kit/mobile.ts#L21
2) [Mobile Safari] › home.spec.ts:19:5 › recent docs ───────────────────────────────────────────── Error: page.goto: Test timeout of 60000ms exceeded. Call log: - navigating to "http://localhost:8080/", waiting until "load" at ../../kit/mobile.ts:21 19 | timeout: 30 * 1000, 20 | }); > 21 | await page.goto('/'); | ^ 22 | await use(page); 23 | }, 24 | }); at Object.page (/home/runner/work/AFFiNE/AFFiNE/tests/kit/mobile.ts:21:16)
quick-search.spec.ts:168:5 › Create a new page and search this page: tests/affine-local/e2e/quick-search.spec.ts#L1
1) quick-search.spec.ts:168:5 › Create a new page and search this page ─────────────────────────── Test timeout of 50000ms exceeded.
quick-search.spec.ts:168:5 › Create a new page and search this page: tests/affine-local/e2e/quick-search.spec.ts#L193
1) quick-search.spec.ts:168:5 › Create a new page and search this page ─────────────────────────── Error: page.waitForTimeout: Test timeout of 50000ms exceeded. 191 | await openQuickSearchByShortcut(page); 192 | await insertInputText(page, 'test123456'); > 193 | await page.waitForTimeout(300); | ^ 194 | await assertResultList(page, ['test123456', 'test123456']); 195 | await page.keyboard.press('Enter'); 196 | await page.waitForTimeout(300); at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/quick-search.spec.ts:193:14
quick-search.spec.ts:548:5 › can use slash menu to insert a newly created doc card: tests/affine-local/e2e/quick-search.spec.ts#L573
2) quick-search.spec.ts:548: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 " 571 | await expect( 572 | page.locator('.affine-embed-linked-doc-content-title') > 573 | ).toContainText(testTitle); | ^ 574 | }); 575 | 576 | 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:573:5
[Mobile Safari] › detail.spec.ts:12:5 › can open page view more menu: tests/affine-mobile/e2e/detail.spec.ts#L4
1) [Mobile Safari] › detail.spec.ts:12:5 › can open page view more menu ────────────────────────── Test timeout of 60000ms exceeded while running "beforeEach" hook. 2 | import { expect } from '@playwright/test'; 3 | > 4 | test.beforeEach(async ({ page }) => { | ^ 5 | const docsTab = page.locator('#app-tabs').getByRole('tab', { name: 'all' }); 6 | await expect(docsTab).toBeVisible(); 7 | await docsTab.click(); at /home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/detail.spec.ts:4:6
[Mobile Safari] › detail.spec.ts:12:5 › can open page view more menu: tests/kit/mobile.ts#L21
1) [Mobile Safari] › detail.spec.ts:12:5 › can open page view more menu ────────────────────────── Error: page.goto: Test timeout of 60000ms exceeded. Call log: - navigating to "http://localhost:8080/", waiting until "load" at ../../kit/mobile.ts:21 19 | timeout: 30 * 1000, 20 | }); > 21 | await page.goto('/'); | ^ 22 | await use(page); 23 | }, 24 | }); at Object.page (/home/runner/work/AFFiNE/AFFiNE/tests/kit/mobile.ts:21:16)
[Mobile Safari] › detail.spec.ts:17:5 › switch to page mode: tests/affine-mobile/e2e/detail.spec.ts#L4
2) [Mobile Safari] › detail.spec.ts:17:5 › switch to page mode ─────────────────────────────────── Test timeout of 60000ms exceeded while running "beforeEach" hook. 2 | import { expect } from '@playwright/test'; 3 | > 4 | test.beforeEach(async ({ page }) => { | ^ 5 | const docsTab = page.locator('#app-tabs').getByRole('tab', { name: 'all' }); 6 | await expect(docsTab).toBeVisible(); 7 | await docsTab.click(); at /home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/detail.spec.ts:4:6
[Mobile Safari] › detail.spec.ts:17:5 › switch to page mode: tests/kit/mobile.ts#L21
2) [Mobile Safari] › detail.spec.ts:17:5 › switch to page mode ─────────────────────────────────── Error: page.goto: Test timeout of 60000ms exceeded. Call log: - navigating to "http://localhost:8080/", waiting until "load" at ../../kit/mobile.ts:21 19 | timeout: 30 * 1000, 20 | }); > 21 | await page.goto('/'); | ^ 22 | await use(page); 23 | }, 24 | }); at Object.page (/home/runner/work/AFFiNE/AFFiNE/tests/kit/mobile.ts:21:16)
local-first-avatar.spec.ts:11:5 › should create a page with a local first avatar and remove it: tests/affine-local/e2e/local-first-avatar.spec.ts#L1
1) local-first-avatar.spec.ts:11:5 › should create a page with a local first avatar and remove it Test timeout of 50000ms exceeded.
local-first-avatar.spec.ts:11:5 › should create a page with a local first avatar and remove it: tests/affine-local/e2e/local-first-avatar.spec.ts#L36
1) local-first-avatar.spec.ts:11:5 › should create a page with a local first avatar and remove it Error: page.waitForTimeout: Test timeout of 50000ms exceeded. 34 | await page.getByTestId('workspace-name').click(); 35 | await page.getByTestId('workspace-card').nth(0).click(); > 36 | await page.waitForTimeout(1000); | ^ 37 | await page.getByTestId('workspace-name').click(); 38 | await page.getByTestId('workspace-card').nth(1).click(); 39 | const avatarCanvas = await page at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-avatar.spec.ts:36:14
collaboration.spec.ts:217:5 › When the first sync is not completed: tests/affine-cloud/e2e/collaboration.spec.ts#L248
1) collaboration.spec.ts:217:5 › When the first sync is not completed, should always show loading TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for getByTestId('workspace-card').getByText('test') 246 | const localWorkspaceUrl = page2.url(); 247 | await clickSideBarCurrentWorkspaceBanner(page2); > 248 | await page2.getByTestId('workspace-card').getByText('test').click(); // enter "test" workspace | ^ 249 | 250 | await page2.waitForTimeout(1000); 251 | at /home/runner/work/AFFiNE/AFFiNE/tests/affine-cloud/e2e/collaboration.spec.ts:248:63
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-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 Chrome] › home.spec.ts#L1
tests/affine-mobile/[Mobile Chrome] › home.spec.ts took 51.6s
Slow Test: tests/affine-mobile/[Mobile Chrome] › detail.spec.ts#L1
tests/affine-mobile/[Mobile Chrome] › detail.spec.ts took 45.4s
Slow Test: tests/affine-mobile/[Mobile Chrome] › detail.spec.ts#L1
tests/affine-mobile/[Mobile Chrome] › detail.spec.ts took 1.0m
Slow Test: tests/affine-local/ai-land.spec.ts#L1
tests/affine-local/ai-land.spec.ts took 41.0s
Slow Test: tests/affine-local/router.spec.ts#L1
tests/affine-local/router.spec.ts took 24.4s
Slow Test: tests/affine-local/local-first-trash-page.spec.ts#L1
tests/affine-local/local-first-trash-page.spec.ts took 42.9s
Slow Test: tests/affine-desktop-cloud/basic.spec.ts#L1
tests/affine-desktop-cloud/basic.spec.ts took 55.2s
Slow Test: tests/affine-mobile/[Mobile Safari] › home.spec.ts#L1
tests/affine-mobile/[Mobile Safari] › home.spec.ts took 38.5s
Slow Test: tests/affine-local/layout.spec.ts#L1
tests/affine-local/layout.spec.ts took 43.7s
Slow Test: tests/affine-cloud/workspace.spec.ts#L1
tests/affine-cloud/workspace.spec.ts took 1.5m
Slow Test: tests/affine-cloud/login.spec.ts#L1
tests/affine-cloud/login.spec.ts took 1.5m
Slow Test: tests/affine-cloud/share-page.spec.ts#L1
tests/affine-cloud/share-page.spec.ts took 3.5m
Slow Test: tests/affine-cloud/page-history.spec.ts#L1
tests/affine-cloud/page-history.spec.ts took 1.4m
🎭 Playwright Run Summary
3 passed (57.0s)
🎭 Playwright Run Summary
4 passed (1.4m)
🎭 Playwright Run Summary
3 passed (59.4s)
🎭 Playwright Run Summary
1 flaky [Mobile Safari] › home.spec.ts:53:5 › search tab ─────────────────────────────────────────────── 2 passed (1.6m)
🎭 Playwright Run Summary
2 flaky [Mobile Safari] › home.spec.ts:10:5 › app tabs is visible ────────────────────────────────────── [Mobile Safari] › home.spec.ts:19:5 › recent docs ────────────────────────────────────────────── 1 passed (2.5m)
🎭 Playwright Run Summary
31 passed (3.4m)
🎭 Playwright Run Summary
31 passed (3.8m)
🎭 Playwright Run Summary
2 flaky quick-search.spec.ts:168:5 › Create a new page and search this page ──────────────────────────── quick-search.spec.ts:548:5 › can use slash menu to insert a newly created doc card ───────────── 28 passed (3.8m)
🎭 Playwright Run Summary
2 skipped 28 passed (3.3m)
🎭 Playwright Run Summary
1 passed (1.2m)
🎭 Playwright Run Summary
2 flaky [Mobile Safari] › detail.spec.ts:12:5 › can open page view more menu ─────────────────────────── [Mobile Safari] › detail.spec.ts:17:5 › switch to page mode ──────────────────────────────────── 2 passed (2.9m)
🎭 Playwright Run Summary
1 flaky local-first-avatar.spec.ts:11:5 › should create a page with a local first avatar and remove it ─ 3 skipped 27 passed (4.1m)
🎭 Playwright Run Summary
2 passed (1.8m)
🎭 Playwright Run Summary
1 flaky collaboration.spec.ts:217:5 › When the first sync is not completed, should always show loading ─ 1 skipped 6 passed (5.6m)
🎭 Playwright Run Summary
1 skipped 8 passed (5.4m)

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.69 MB
server-native.node
4.24 MB
web
62.6 MB