Skip to content

feat/openapi sync (#7279) #26

feat/openapi sync (#7279)

feat/openapi sync (#7279) #26

Triggered via push March 5, 2026 07:07
Status Success
Total duration 20m 54s
Artifacts 1

tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors, 1 warning, and 1 notice
[default] › tests/variable-tooltip/variable-tooltip.spec.ts:278:7 › Variable Tooltip › should auto-save request when creating variable via tooltip: tests/utils/page/actions.ts#L53
4) [default] › tests/variable-tooltip/variable-tooltip.spec.ts:278:7 › Variable Tooltip › should auto-save request when creating variable via tooltip › Setup collection and request › Create collection "draft-autosave-test" › Open collection "draft-autosave-test" TimeoutError: locator.click: Timeout 30000ms exceeded. Call log: - waiting for locator('#sidebar-collection-name').filter({ hasText: 'draft-autosave-test' }) at tests/utils/page/actions.ts:53 51 | const openCollection = async (page, collectionName: string) => { 52 | await test.step(`Open collection "${collectionName}"`, async () => { > 53 | await page.locator('#sidebar-collection-name').filter({ hasText: collectionName }).click(); | ^ 54 | }); 55 | }; 56 | at /home/runner/work/bruno/bruno/tests/utils/page/actions.ts:53:88 at openCollection (/home/runner/work/bruno/bruno/tests/utils/page/actions.ts:52:14) at /home/runner/work/bruno/bruno/tests/utils/page/actions.ts:94:11 at createCollection (/home/runner/work/bruno/bruno/tests/utils/page/actions.ts:67:3) at /home/runner/work/bruno/bruno/tests/variable-tooltip/variable-tooltip.spec.ts:282:7 at /home/runner/work/bruno/bruno/tests/variable-tooltip/variable-tooltip.spec.ts:281:5
[default] › tests/variable-tooltip/variable-tooltip.spec.ts:278:7 › Variable Tooltip › should auto-save request when creating variable via tooltip: tests/variable-tooltip/variable-tooltip.spec.ts#L0
4) [default] › tests/variable-tooltip/variable-tooltip.spec.ts:278:7 › Variable Tooltip › should auto-save request when creating variable via tooltip › Setup collection and request › Create collection "draft-autosave-test" › Open collection "draft-autosave-test" Test timeout of 30000ms exceeded.
[default] › tests/variable-tooltip/variable-tooltip.spec.ts:227:7 › Variable Tooltip › should handle runtime and process.env variables: tests/utils/page/actions.ts#L53
3) [default] › tests/variable-tooltip/variable-tooltip.spec.ts:227:7 › Variable Tooltip › should handle runtime and process.env variables › Create collection and request › Create collection "tooltip-readonly-test" › Open collection "tooltip-readonly-test" Error: locator.click: Target page, context or browser has been closed Call log: - waiting for locator('#sidebar-collection-name').filter({ hasText: 'tooltip-readonly-test' }) at tests/utils/page/actions.ts:53 51 | const openCollection = async (page, collectionName: string) => { 52 | await test.step(`Open collection "${collectionName}"`, async () => { > 53 | await page.locator('#sidebar-collection-name').filter({ hasText: collectionName }).click(); | ^ 54 | }); 55 | }; 56 | at /home/runner/work/bruno/bruno/tests/utils/page/actions.ts:53:88 at openCollection (/home/runner/work/bruno/bruno/tests/utils/page/actions.ts:52:14) at /home/runner/work/bruno/bruno/tests/utils/page/actions.ts:94:11 at createCollection (/home/runner/work/bruno/bruno/tests/utils/page/actions.ts:67:3) at /home/runner/work/bruno/bruno/tests/variable-tooltip/variable-tooltip.spec.ts:231:7 at /home/runner/work/bruno/bruno/tests/variable-tooltip/variable-tooltip.spec.ts:230:5
[default] › tests/variable-tooltip/variable-tooltip.spec.ts:227:7 › Variable Tooltip › should handle runtime and process.env variables: tests/variable-tooltip/variable-tooltip.spec.ts#L0
3) [default] › tests/variable-tooltip/variable-tooltip.spec.ts:227:7 › Variable Tooltip › should handle runtime and process.env variables › Create collection and request › Create collection "tooltip-readonly-test" › Open collection "tooltip-readonly-test" Test timeout of 30000ms exceeded.
[default] › tests/shortcuts/preference-shortcuts-edit.spec.js:1349:9 › Preferences - Keybindings Editor › FUNCTIONAL: Clone Item › should clone folder using default Cmd/Ctrl+D: tests/utils/page/actions.ts#L53
2) [default] › tests/shortcuts/preference-shortcuts-edit.spec.js:1349:9 › Preferences - Keybindings Editor › FUNCTIONAL: Clone Item › should clone folder using default Cmd/Ctrl+D › Create collection "test-collection-clone-folder-default" › Open collection "test-collection-clone-folder-default" Error: locator.click: Target page, context or browser has been closed Call log: - waiting for locator('#sidebar-collection-name').filter({ hasText: 'test-collection-clone-folder-default' }) at tests/utils/page/actions.ts:53 51 | const openCollection = async (page, collectionName: string) => { 52 | await test.step(`Open collection "${collectionName}"`, async () => { > 53 | await page.locator('#sidebar-collection-name').filter({ hasText: collectionName }).click(); | ^ 54 | }); 55 | }; 56 | at /home/runner/work/bruno/bruno/tests/utils/page/actions.ts:53:88 at openCollection (/home/runner/work/bruno/bruno/tests/utils/page/actions.ts:52:14) at /home/runner/work/bruno/bruno/tests/utils/page/actions.ts:94:11 at createCollection (/home/runner/work/bruno/bruno/tests/utils/page/actions.ts:67:3) at /home/runner/work/bruno/bruno/tests/shortcuts/preference-shortcuts-edit.spec.js:1373:7
[default] › tests/shortcuts/preference-shortcuts-edit.spec.js:1349:9 › Preferences - Keybindings Editor › FUNCTIONAL: Clone Item › should clone folder using default Cmd/Ctrl+D: tests/shortcuts/preference-shortcuts-edit.spec.js#L0
2) [default] › tests/shortcuts/preference-shortcuts-edit.spec.js:1349:9 › Preferences - Keybindings Editor › FUNCTIONAL: Clone Item › should clone folder using default Cmd/Ctrl+D › Create collection "test-collection-clone-folder-default" › Open collection "test-collection-clone-folder-default" Test timeout of 30000ms exceeded.
[default] › tests/editable-table/editable-table.spec.ts:9:7 › EditableTable - Focus and Placeholder › Cursor focus restored after save and placeholder shown for empty value: tests/utils/page/actions.ts#L53
1) [default] › tests/editable-table/editable-table.spec.ts:9:7 › EditableTable - Focus and Placeholder › Cursor focus restored after save and placeholder shown for empty value › Create collection "test-editable-table" › Open collection "test-editable-table" TimeoutError: locator.click: Timeout 30000ms exceeded. Call log: - waiting for locator('#sidebar-collection-name').filter({ hasText: 'test-editable-table' }) at tests/utils/page/actions.ts:53 51 | const openCollection = async (page, collectionName: string) => { 52 | await test.step(`Open collection "${collectionName}"`, async () => { > 53 | await page.locator('#sidebar-collection-name').filter({ hasText: collectionName }).click(); | ^ 54 | }); 55 | }; 56 | at /home/runner/work/bruno/bruno/tests/utils/page/actions.ts:53:88 at openCollection (/home/runner/work/bruno/bruno/tests/utils/page/actions.ts:52:14) at /home/runner/work/bruno/bruno/tests/utils/page/actions.ts:94:11 at createCollection (/home/runner/work/bruno/bruno/tests/utils/page/actions.ts:67:3) at /home/runner/work/bruno/bruno/tests/editable-table/editable-table.spec.ts:13:5
[default] › tests/editable-table/editable-table.spec.ts:9:7 › EditableTable - Focus and Placeholder › Cursor focus restored after save and placeholder shown for empty value: tests/editable-table/editable-table.spec.ts#L0
1) [default] › tests/editable-table/editable-table.spec.ts:9:7 › EditableTable - Focus and Placeholder › Cursor focus restored after save and placeholder shown for empty value › Create collection "test-editable-table" › Open collection "test-editable-table" Test timeout of 30000ms exceeded.
CLI Tests
Could not find any files for packages/bruno-tests/collection/junit.xml
🎭 Playwright Run Summary
4 flaky [default] › tests/editable-table/editable-table.spec.ts:9:7 › EditableTable - Focus and Placeholder › Cursor focus restored after save and placeholder shown for empty value [default] › tests/shortcuts/preference-shortcuts-edit.spec.js:1349:9 › Preferences - Keybindings Editor › FUNCTIONAL: Clone Item › should clone folder using default Cmd/Ctrl+D [default] › tests/variable-tooltip/variable-tooltip.spec.ts:227:7 › Variable Tooltip › should handle runtime and process.env variables [default] › tests/variable-tooltip/variable-tooltip.spec.ts:278:7 › Variable Tooltip › should auto-save request when creating variable via tooltip 5 skipped 316 passed (18.1m)

Artifacts

Produced during runtime
Name Size Digest
playwright-report
20.9 MB
sha256:4b0562bd8b8de103a11e60a5bd919a2f5b4fd927e241c73bda7a10af415bab89