Skip to content

fix: allow __Host- prefixed cookies to be stored via script API (#7549) #113

fix: allow __Host- prefixed cookies to be stored via script API (#7549)

fix: allow __Host- prefixed cookies to be stored via script API (#7549) #113

Triggered via push April 3, 2026 10:56
Status Success
Total duration 26m 0s
Artifacts 1

tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 4 warnings, and 1 notice
[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#L54
6) [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" TimeoutError: locator.click: Timeout 30000ms exceeded. Call log: - waiting for locator('#sidebar-collection-name').filter({ hasText: 'YML Rename Test' }) at tests/utils/page/actions.ts:54 52 | const openCollection = async (page, collectionName: string) => { 53 | await test.step(`Open collection "${collectionName}"`, async () => { > 54 | await page.locator('#sidebar-collection-name').filter({ hasText: collectionName }).click(); | ^ 55 | }); 56 | }; 57 | at /home/runner/work/bruno/bruno/tests/utils/page/actions.ts:54:88 at openCollection (/home/runner/work/bruno/bruno/tests/utils/page/actions.ts:53:14) at /home/runner/work/bruno/bruno/tests/utils/page/actions.ts:95:11 at createCollection (/home/runner/work/bruno/bruno/tests/utils/page/actions.ts:68: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
6) [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/request/multipart-boundary/multipart-boundary.spec.ts:109:7 › Multipart boundary preservation › should auto-generate boundary when none is specified in Content-Type header: tests/utils/page/actions.ts#L31
5) [default] › tests/request/multipart-boundary/multipart-boundary.spec.ts:109:7 › Multipart boundary preservation › should auto-generate boundary when none is specified in Content-Type header 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:31 29 | if (hasDiscardButton) { 30 | // Drafts modal - click "Discard All and Remove" > 31 | await page.getByRole('button', { name: 'Discard All and Remove' }).click(); | ^ 32 | } else { 33 | // Regular modal - click the submit button 34 | await page.locator('.bruno-modal-footer .submit').click(); at /home/runner/work/bruno/bruno/tests/utils/page/actions.ts:31:76 at closeAllCollections (/home/runner/work/bruno/bruno/tests/utils/page/actions.ts:13:3) at /home/runner/work/bruno/bruno/tests/request/multipart-boundary/multipart-boundary.spec.ts:38:5
[default] › tests/request/multipart-boundary/multipart-boundary.spec.ts:109:7 › Multipart boundary preservation › should auto-generate boundary when none is specified in Content-Type header: tests/request/multipart-boundary/multipart-boundary.spec.ts#L37
5) [default] › tests/request/multipart-boundary/multipart-boundary.spec.ts:109:7 › Multipart boundary preservation › should auto-generate boundary when none is specified in Content-Type header "afterAll" hook timeout of 30000ms exceeded. 35 | }); 36 | > 37 | test.afterAll(async ({ page }) => { | ^ 38 | await closeAllCollections(page); 39 | }); 40 | at /home/runner/work/bruno/bruno/tests/request/multipart-boundary/multipart-boundary.spec.ts:37: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
4) [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/environments/collection-env-config-selection/collection-env-config-selection.spec.ts:10:7 › Collection Environment Configuration Selection Tests › should open collection environment config with currently active environment selected: tests/utils/page/actions.ts#L19
3) [default] › tests/environments/collection-env-config-selection/collection-env-config-selection.spec.ts:10:7 › Collection Environment Configuration Selection Tests › should open collection environment config with currently active environment selected TimeoutError: locator.click: Timeout 30000ms exceeded. Call log: - waiting for locator('[data-testid="collections"] .collection-name').first().locator('.collection-actions .icon') - locator resolved to <svg width="18" height="18" fill="none" stroke-width="2" viewBox="0 0 24 24" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-dots">…</svg> - attempting click action 2 × waiting for element to be visible, enabled and stable - element is not visible - retrying click action - waiting 20ms 2 × waiting for element to be visible, enabled and stable - element is not visible - retrying click action - waiting 100ms 58 × waiting for element to be visible, enabled and stable - element is not visible - retrying click action - waiting 500ms at tests/utils/page/actions.ts:19 17 | const firstCollection = page.locator('[data-testid="collections"] .collection-name').first(); 18 | await firstCollection.hover(); > 19 | await firstCollection.locator('.collection-actions .icon').click(); | ^ 20 | await page.locator('.dropdown-item').getByText('Remove').click(); 21 | 22 | // Wait for modal to appear - could be either regular remove or drafts confirmation at /home/runner/work/bruno/bruno/tests/utils/page/actions.ts:19:66 at closeAllCollections (/home/runner/work/bruno/bruno/tests/utils/page/actions.ts:13:3) at /home/runner/work/bruno/bruno/tests/environments/collection-env-config-selection/collection-env-config-selection.spec.ts:7:5
[default] › tests/environments/collection-env-config-selection/collection-env-config-selection.spec.ts:10:7 › Collection Environment Configuration Selection Tests › should open collection environment config with currently active environment selected: tests/environments/collection-env-config-selection/collection-env-config-selection.spec.ts#L5
3) [default] › tests/environments/collection-env-config-selection/collection-env-config-selection.spec.ts:10:7 › Collection Environment Configuration Selection Tests › should open collection environment config with currently active environment selected Test timeout of 30000ms exceeded while running "afterEach" hook. 3 | 4 | test.describe('Collection Environment Configuration Selection Tests', () => { > 5 | test.afterEach(async ({ pageWithUserData: page }) => { | ^ 6 | // cleanup: close all collections 7 | await closeAllCollections(page); 8 | }); at /home/runner/work/bruno/bruno/tests/environments/collection-env-config-selection/collection-env-config-selection.spec.ts:5:8
[default] › tests/collection/draft/draft-values-in-requests.spec.ts:10:7 › Draft values are used in requests › Verify draft collection headers are used in HTTP requests: tests/utils/page/actions.ts#L54
2) [default] › tests/collection/draft/draft-values-in-requests.spec.ts:10:7 › Draft values are used in requests › Verify draft collection headers are used in HTTP requests › Create collection "test-draft-headers" › Open collection "test-draft-headers" TimeoutError: locator.click: Timeout 30000ms exceeded. Call log: - waiting for locator('#sidebar-collection-name').filter({ hasText: 'test-draft-headers' }) at tests/utils/page/actions.ts:54 52 | const openCollection = async (page, collectionName: string) => { 53 | await test.step(`Open collection "${collectionName}"`, async () => { > 54 | await page.locator('#sidebar-collection-name').filter({ hasText: collectionName }).click(); | ^ 55 | }); 56 | }; 57 | at /home/runner/work/bruno/bruno/tests/utils/page/actions.ts:54:88 at openCollection (/home/runner/work/bruno/bruno/tests/utils/page/actions.ts:53:14) at /home/runner/work/bruno/bruno/tests/utils/page/actions.ts:95:11 at createCollection (/home/runner/work/bruno/bruno/tests/utils/page/actions.ts:68:3) at /home/runner/work/bruno/bruno/tests/collection/draft/draft-values-in-requests.spec.ts:14:5
[default] › tests/collection/draft/draft-values-in-requests.spec.ts:10:7 › Draft values are used in requests › Verify draft collection headers are used in HTTP requests: tests/collection/draft/draft-values-in-requests.spec.ts#L0
2) [default] › tests/collection/draft/draft-values-in-requests.spec.ts:10:7 › Draft values are used in requests › Verify draft collection headers are used in HTTP requests › Create collection "test-draft-headers" › Open collection "test-draft-headers" Test timeout of 30000ms exceeded.
[default] › tests/collection/delete/delete-collection.spec.ts:7:7 › Delete collection › Delete collection from workspace overview removes files from disk: tests/collection/delete/delete-collection.spec.ts#L17
1) [default] › tests/collection/delete/delete-collection.spec.ts:7:7 › Delete collection › Delete collection from workspace overview removes files from disk Error: expect(received).toBe(expected) // Object.is equality Expected: true Received: false 15 | 16 | // Verify collection directory exists on disk > 17 | expect(fs.existsSync(collectionPath)).toBe(true); | ^ 18 | 19 | // Capture any uncaught errors during deletion 20 | const pageErrors: Error[] = []; at /home/runner/work/bruno/bruno/tests/collection/delete/delete-collection.spec.ts:17:43
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. Node.js 20 will be removed from the runner on September 16th, 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. Node.js 20 will be removed from the runner on September 16th, 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. Node.js 20 will be removed from the runner on September 16th, 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/
Slow Test: [default] › tests/shortcuts/bound-actions.spec.ts#L0
[default] › tests/shortcuts/bound-actions.spec.ts took 7.9m
🎭 Playwright Run Summary
6 flaky [default] › tests/collection/delete/delete-collection.spec.ts:7:7 › Delete collection › Delete collection from workspace overview removes files from disk [default] › tests/collection/draft/draft-values-in-requests.spec.ts:10:7 › Draft values are used in requests › Verify draft collection headers are used in HTTP requests [default] › tests/environments/collection-env-config-selection/collection-env-config-selection.spec.ts:10:7 › Collection Environment Configuration Selection Tests › should open collection environment config with currently active environment selected [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/multipart-boundary/multipart-boundary.spec.ts:109:7 › Multipart boundary preservation › should auto-generate boundary when none is specified in Content-Type header [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 7 skipped 423 passed (23.4m)

Artifacts

Produced during runtime
Name Size Digest
playwright-report
23.4 MB
sha256:767666c6a73c1237d49978e9428a6e4dc46de6da6f1fc2fa9e5df34f87385d97