Skip to content

feat: remove .bru reference in error message (#7479) #10056

feat: remove .bru reference in error message (#7479)

feat: remove .bru reference in error message (#7479) #10056

Triggered via push March 13, 2026 17:08
Status Success
Total duration 19m 28s
Artifacts 1

tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors, 3 warnings, and 2 notices
[default] › tests/response/response-format-select-and-preview/response-format-select-and-preview.spec.ts:18:7 › Response Format Select and Preview › Verify Response Format Select and Preview features are rendering properly for JSON response: tests/utils/page/actions.ts#L729
4) [default] › tests/response/response-format-select-and-preview/response-format-select-and-preview.spec.ts:18:7 › Response Format Select and Preview › Verify Response Format Select and Preview features are rendering properly for JSON response › Switch to Editor, select XML, verify editor and preview error › Switch response format to XML Error: locator.waitFor: Target page, context or browser has been closed Call log: - waiting for getByTestId('format-response-tab-dropdown') to be visible at tests/utils/page/actions.ts:729 727 | // Wait for dropdown to be visible before clicking the format option 728 | const dropdown = page.getByTestId('format-response-tab-dropdown'); > 729 | await dropdown.waitFor({ state: 'visible' }); | ^ 730 | await dropdown.getByText(format).click(); 731 | }); 732 | }; at /home/runner/work/bruno/bruno/tests/utils/page/actions.ts:729:20 at switchResponseFormat (/home/runner/work/bruno/bruno/tests/utils/page/actions.ts:724:3) at /home/runner/work/bruno/bruno/tests/response/response-format-select-and-preview/response-format-select-and-preview.spec.ts:51:7 at /home/runner/work/bruno/bruno/tests/response/response-format-select-and-preview/response-format-select-and-preview.spec.ts:49:5
[default] › tests/response/response-format-select-and-preview/response-format-select-and-preview.spec.ts:18:7 › Response Format Select and Preview › Verify Response Format Select and Preview features are rendering properly for JSON response: tests/response/response-format-select-and-preview/response-format-select-and-preview.spec.ts#L0
4) [default] › tests/response/response-format-select-and-preview/response-format-select-and-preview.spec.ts:18:7 › Response Format Select and Preview › Verify Response Format Select and Preview features are rendering properly for JSON response › Switch to Editor, select XML, verify editor and preview error › Switch response format to XML 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
4 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/response/response-format-select-and-preview/response-format-select-and-preview.spec.ts:18:7 › Response Format Select and Preview › Verify Response Format Select and Preview features are rendering properly for JSON response 5 skipped 302 passed (16.9m)

Artifacts

Produced during runtime
Name Size Digest
playwright-report
15.2 MB
sha256:5943e09ff1b92f1c0646a55ed5816f26c2f9cb5d204d10dbd6dbc95c55c1f7e7