fix(openapi-sync): simplify IPC calls, fix state priorities, and improve stored spec missing UX #10074
tests.yml
on: pull_request
Unit Tests
5m 48s
CLI Tests
3m 23s
Playwright E2E Tests
19m 54s
Annotations
7 errors, 3 warnings, and 1 notice
|
[default] › tests/transient-requests/transient-requests.spec.ts:29:7 › Transient Requests › Create transient HTTP request - should not appear in sidebar:
tests/utils/page/actions.ts#L53
4) [default] › tests/transient-requests/transient-requests.spec.ts:29:7 › Transient Requests › Create transient HTTP request - should not appear in sidebar
TimeoutError: locator.click: Timeout 30000ms exceeded.
Call log:
- waiting for locator('#sidebar-collection-name').filter({ hasText: 'transient-requests-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/transient-requests/transient-requests.spec.ts:15:5
|
|
[default] › tests/transient-requests/transient-requests.spec.ts:29:7 › Transient Requests › Create transient HTTP request - should not appear in sidebar:
tests/transient-requests/transient-requests.spec.ts#L10
4) [default] › tests/transient-requests/transient-requests.spec.ts:29:7 › Transient Requests › Create transient HTTP request - should not appear in sidebar
"beforeAll" hook timeout of 30000ms exceeded.
8 | let locators: ReturnType<typeof buildCommonLocators>;
9 |
> 10 | test.beforeAll(async ({ page, createTmpDir }) => {
| ^
11 | locators = buildCommonLocators(page);
12 |
13 | // Create a temporary collection
at /home/runner/work/bruno/bruno/tests/transient-requests/transient-requests.spec.ts:10:8
|
|
[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#L765
3) [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 Raw, verify editor and preview › Switch response format to Raw
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:765
763 | // Wait for dropdown to be visible before clicking the format option
764 | const dropdown = page.getByTestId('format-response-tab-dropdown');
> 765 | await dropdown.waitFor({ state: 'visible' });
| ^
766 | await dropdown.getByText(format).click();
767 | });
768 | };
at /home/runner/work/bruno/bruno/tests/utils/page/actions.ts:765:20
at switchResponseFormat (/home/runner/work/bruno/bruno/tests/utils/page/actions.ts:760:3)
at /home/runner/work/bruno/bruno/tests/response/response-format-select-and-preview/response-format-select-and-preview.spec.ts:67:7
at /home/runner/work/bruno/bruno/tests/response/response-format-select-and-preview/response-format-select-and-preview.spec.ts:65: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
3) [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 Raw, verify editor and preview › Switch response format to Raw
Test timeout of 30000ms exceeded.
|
|
[default] › tests/request/response-pane-update-when-focused.spec.ts:30:7 › Response pane updates when focused and request is re-sent › Response pane shows new response after re-send with Cmd+Enter while focused in response:
tests/utils/page/actions.ts#L30
2) [default] › tests/request/response-pane-update-when-focused.spec.ts:30:7 › Response pane updates when focused and request is re-sent › Response pane shows new response after re-send with Cmd+Enter while focused in response
TimeoutError: locator.click: Timeout 30000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Discard All and Remove' })
- locator resolved to <button type="button">…</button>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
at tests/utils/page/actions.ts:30
28 | if (hasDiscardButton) {
29 | // Drafts modal - click "Discard All and Remove"
> 30 | await page.getByRole('button', { name: 'Discard All and Remove' }).click();
| ^
31 | } else {
32 | // Regular modal - click the submit button
33 | await page.locator('.bruno-modal-footer .submit').click();
at /home/runner/work/bruno/bruno/tests/utils/page/actions.ts:30:76
at closeAllCollections (/home/runner/work/bruno/bruno/tests/utils/page/actions.ts:12:3)
at /home/runner/work/bruno/bruno/tests/request/response-pane-update-when-focused.spec.ts:27:5
|
|
[default] › tests/request/response-pane-update-when-focused.spec.ts:30:7 › Response pane updates when focused and request is re-sent › Response pane shows new response after re-send with Cmd+Enter while focused in response:
tests/request/response-pane-update-when-focused.spec.ts#L26
2) [default] › tests/request/response-pane-update-when-focused.spec.ts:30:7 › Response pane updates when focused and request is re-sent › Response pane shows new response after re-send with Cmd+Enter while focused in response
"afterAll" hook timeout of 30000ms exceeded.
24 | });
25 |
> 26 | test.afterAll(async ({ page }) => {
| ^
27 | await closeAllCollections(page);
28 | });
29 |
at /home/runner/work/bruno/bruno/tests/request/response-pane-update-when-focused.spec.ts:26:8
|
|
[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
1) [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
|
|
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/
|
|
🎭 Playwright Run Summary
4 flaky
[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/request/response-pane-update-when-focused.spec.ts:30:7 › Response pane updates when focused and request is re-sent › Response pane shows new response after re-send with Cmd+Enter while focused in response
[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
[default] › tests/transient-requests/transient-requests.spec.ts:29:7 › Transient Requests › Create transient HTTP request - should not appear in sidebar
5 skipped
303 passed (17.3m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
|
18.2 MB |
sha256:3c0f6482b3cfee1b0f71ed7c1c5d33a9acb3881f4a30fb3c275cb9d30b764506
|
|