Skip to content

feat: improve OpenAPI Sync tab UX and fix sync flow bugs (#7467) #10061

feat: improve OpenAPI Sync tab UX and fix sync flow bugs (#7467)

feat: improve OpenAPI Sync tab UX and fix sync flow bugs (#7467) #10061

Triggered via push March 13, 2026 18:18
Status Success
Total duration 19m 55s
Artifacts 1

tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors, 3 warnings, and 2 notices
[default] › tests/variable-tooltip/variable-tooltip.spec.ts:21:7 › Variable Tooltip › should test tooltip functionality with environment variables: tests/utils/page/actions.ts#L53
5) [default] › tests/variable-tooltip/variable-tooltip.spec.ts:21:7 › Variable Tooltip › should test tooltip functionality with environment variables › Create collection and add environment variables › Create collection "tooltip-test" › Open collection "tooltip-test" Error: locator.click: Target page, context or browser has been closed Call log: - waiting for locator('#sidebar-collection-name').filter({ hasText: 'tooltip-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:25:7 at /home/runner/work/bruno/bruno/tests/variable-tooltip/variable-tooltip.spec.ts:24:5
[default] › tests/variable-tooltip/variable-tooltip.spec.ts:21:7 › Variable Tooltip › should test tooltip functionality with environment variables: tests/variable-tooltip/variable-tooltip.spec.ts#L0
5) [default] › tests/variable-tooltip/variable-tooltip.spec.ts:21:7 › Variable Tooltip › should test tooltip functionality with environment variables › Create collection and add environment variables › Create collection "tooltip-test" › Open collection "tooltip-test" Test timeout of 30000ms exceeded.
[default] › tests/sidebar/rename-collection-item.spec.ts:9:7 › Rename Collection Item - File Extension › should show .yml extension for OpenCollection format when renaming a request: tests/utils/page/actions.ts#L53
4) [default] › tests/sidebar/rename-collection-item.spec.ts:9:7 › Rename Collection Item - File Extension › should show .yml extension for OpenCollection format when renaming a request › Create collection with OpenCollection format › Create collection "YML Rename Test" › Open collection "YML Rename Test" Error: locator.click: Target page, context or browser has been closed Call log: - waiting for locator('#sidebar-collection-name').filter({ hasText: 'YML Rename 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/sidebar/rename-collection-item.spec.ts:15:7 at /home/runner/work/bruno/bruno/tests/sidebar/rename-collection-item.spec.ts:14:5
[default] › tests/sidebar/rename-collection-item.spec.ts:9:7 › Rename Collection Item - File Extension › should show .yml extension for OpenCollection format when renaming a request: tests/sidebar/rename-collection-item.spec.ts#L0
4) [default] › tests/sidebar/rename-collection-item.spec.ts:9:7 › Rename Collection Item - File Extension › should show .yml extension for OpenCollection format when renaming a request › Create collection with OpenCollection format › Create collection "YML Rename Test" › Open collection "YML Rename Test" Test timeout of 30000ms exceeded.
[default] › tests/preferences/default-collection-location/default-collection-location.spec.js:62:7 › Default Location Feature › Should use default location in Create Collection modal: tests/preferences/default-collection-location/default-collection-location.spec.js#L81
3) [default] › tests/preferences/default-collection-location/default-collection-location.spec.js:62:7 › Default Location Feature › Should use default location in Create Collection modal Error: expect(received).toBe(expected) // Object.is equality Expected: true Received: false 79 | 80 | const inputValue = await collectionLocationInput.inputValue(); > 81 | expect(inputValue.endsWith(EXPECTED_PATH_SUFFIX)).toBe(true); | ^ 82 | 83 | // cancel the collection creation 84 | await page.locator('.bruno-modal').getByRole('button', { name: 'Cancel' }).click(); at /home/runner/work/bruno/bruno/tests/preferences/default-collection-location/default-collection-location.spec.js:81:55
[default] › tests/preferences/autosave/autosave.spec.ts:139:7 › Autosave › should autosave existing drafts when autosave is enabled: tests/utils/page/actions.ts#L53
2) [default] › tests/preferences/autosave/autosave.spec.ts:139:7 › Autosave › should autosave existing drafts when autosave is enabled › Create collection and request with initial URL › Create collection "autosave-existing-drafts-test" › Open collection "autosave-existing-drafts-test" TimeoutError: locator.click: Timeout 30000ms exceeded. Call log: - waiting for locator('#sidebar-collection-name').filter({ hasText: 'autosave-existing-drafts-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/preferences/autosave/autosave.spec.ts:143:7 at /home/runner/work/bruno/bruno/tests/preferences/autosave/autosave.spec.ts:142:5
[default] › tests/import/insomnia/import-insomnia-v5-environments.spec.ts:19:7 › Import Insomnia v5 Collection - Environment Import › Import Insomnia v5 collection with nested environments and verify flattening: tests/import/insomnia/import-insomnia-v5-environments.spec.ts#L106
1) [default] › tests/import/insomnia/import-insomnia-v5-environments.spec.ts:19:7 › Import Insomnia v5 Collection - Environment Import › Import Insomnia v5 collection with nested environments and verify flattening › Test Base Environment - verify flattened keys Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('input[value="user.roles[1]"]') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('input[value="user.roles[1]"]') 104 | const userRoles1Input = page.locator('input[value="user.roles[1]"]'); 105 | await expect(userRoles0Input).toBeVisible(); > 106 | await expect(userRoles1Input).toBeVisible(); | ^ 107 | 108 | // Assert: Array elements are accessible via JavaScript-style square bracket notation 109 | const userRoles0Row = page.locator('tbody tr').filter({ has: page.locator('input[value=\"user.roles[0]\"]') }); at /home/runner/work/bruno/bruno/tests/import/insomnia/import-insomnia-v5-environments.spec.ts:106:37 at /home/runner/work/bruno/bruno/tests/import/insomnia/import-insomnia-v5-environments.spec.ts:67:5
CLI Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Unit Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Playwright E2E Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
391 tests found
There are 391 tests, see "Raw output" for the full list of tests.
🎭 Playwright Run Summary
5 flaky [default] › tests/import/insomnia/import-insomnia-v5-environments.spec.ts:19:7 › Import Insomnia v5 Collection - Environment Import › Import Insomnia v5 collection with nested environments and verify flattening [default] › tests/preferences/autosave/autosave.spec.ts:139:7 › Autosave › should autosave existing drafts when autosave is enabled [default] › tests/preferences/default-collection-location/default-collection-location.spec.js:62:7 › Default Location Feature › Should use default location in Create Collection modal [default] › tests/sidebar/rename-collection-item.spec.ts:9:7 › Rename Collection Item - File Extension › should show .yml extension for OpenCollection format when renaming a request [default] › tests/variable-tooltip/variable-tooltip.spec.ts:21:7 › Variable Tooltip › should test tooltip functionality with environment variables 5 skipped 302 passed (17.3m)

Artifacts

Produced during runtime
Name Size Digest
playwright-report
22.3 MB
sha256:c6f160e8cd196eb08a851d16245bd2067feda0ef29478470d040e06218452540