feat(CI): configure workflow for different OS #30
Annotations
10 errors, 1 warning, and 1 notice
|
Run playwright Tests:
tests/variable-tooltip/variable-tooltip.spec.ts#L0
6) [default] › tests/variable-tooltip/variable-tooltip.spec.ts:280: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.
|
|
Run playwright Tests:
tests/utils/page/actions.ts#L86
5) [default] › tests/transient-requests/transient-requests.spec.ts:29:7 › Transient Requests › Create transient HTTP request - should not appear in sidebar
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for locator('#sidebar-collection-name').filter({ hasText: 'transient-requests-test' })
at tests/utils/page/actions.ts:86
84 | const openCollection = async (page, collectionName: string) => {
85 | await test.step(`Open collection "${collectionName}"`, async () => {
> 86 | await page.locator('#sidebar-collection-name').filter({ hasText: collectionName }).click();
| ^
87 | });
88 | };
89 |
at /home/runner/work/bruno/bruno/tests/utils/page/actions.ts:86:88
at openCollection (/home/runner/work/bruno/bruno/tests/utils/page/actions.ts:85:14)
at /home/runner/work/bruno/bruno/tests/utils/page/actions.ts:127:11
at createCollection (/home/runner/work/bruno/bruno/tests/utils/page/actions.ts:100:3)
at /home/runner/work/bruno/bruno/tests/transient-requests/transient-requests.spec.ts:15:5
|
|
Run playwright Tests:
tests/transient-requests/transient-requests.spec.ts#L10
5) [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
|
|
Run playwright Tests:
tests/utils/page/actions.ts#L86
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"
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:86
84 | const openCollection = async (page, collectionName: string) => {
85 | await test.step(`Open collection "${collectionName}"`, async () => {
> 86 | await page.locator('#sidebar-collection-name').filter({ hasText: collectionName }).click();
| ^
87 | });
88 | };
89 |
at /home/runner/work/bruno/bruno/tests/utils/page/actions.ts:86:88
at openCollection (/home/runner/work/bruno/bruno/tests/utils/page/actions.ts:85:14)
at /home/runner/work/bruno/bruno/tests/utils/page/actions.ts:127:11
at createCollection (/home/runner/work/bruno/bruno/tests/utils/page/actions.ts:100: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
|
|
Run playwright Tests:
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.
|
|
Run playwright Tests:
tests/shortcuts/bound-actions.spec.ts#L1680
3) [default] › tests/shortcuts/bound-actions.spec.ts:1660:11 › Shortcut Keys - BOUND_ACTIONS › SEARCH › SHORTCUT: Global Search › customized Alt+K Global Search Modal
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('global-search-input')
1678 | await page.keyboard.up('Alt');
1679 |
> 1680 | await page.getByTestId('global-search-input').click();
| ^
1681 | await expect(page.getByTestId('global-search-input')).toBeVisible({ timeout: 2000 });
1682 |
1683 | await page.keyboard.down('Escape');
at /home/runner/work/bruno/bruno/tests/shortcuts/bound-actions.spec.ts:1680:55
|
|
Run playwright Tests:
tests/shortcuts/bound-actions.spec.ts#L0
3) [default] › tests/shortcuts/bound-actions.spec.ts:1660:11 › Shortcut Keys - BOUND_ACTIONS › SEARCH › SHORTCUT: Global Search › customized Alt+K Global Search Modal
Test timeout of 30000ms exceeded.
|
|
Run playwright Tests:
tests/import/insomnia/import-insomnia-v4-environments.spec.ts#L112
2) [default] › tests/import/insomnia/import-insomnia-v4-environments.spec.ts:19:7 › Import Insomnia v4 Collection - Environment Import › Import Insomnia v4 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]"]')
110 | const v4UserRoles1Input = page.locator('input[value="user.roles[1]"]');
111 | await expect(v4UserRoles0Input).toBeVisible();
> 112 | await expect(v4UserRoles1Input).toBeVisible();
| ^
113 |
114 | // Assert: Array elements are accessible via JavaScript-style square bracket notation
115 | 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-v4-environments.spec.ts:112:39
at /home/runner/work/bruno/bruno/tests/import/insomnia/import-insomnia-v4-environments.spec.ts:70:5
|
|
Run playwright Tests:
tests/utils/page/actions.ts#L51
1) [default] › tests/environments/global-env-config-selection/global-env-config-selection.spec.ts:10:7 › Global Environment Configuration Selection Tests › should open global 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:51
49 | const firstCollection = page.locator('[data-testid="collections"] .collection-name').first();
50 | await firstCollection.hover();
> 51 | await firstCollection.locator('.collection-actions .icon').click();
| ^
52 | await page.locator('.dropdown-item').getByText('Remove').click();
53 |
54 | // Wait for modal to appear - could be either regular remove or drafts confirmation
at /home/runner/work/bruno/bruno/tests/utils/page/actions.ts:51:66
at closeAllCollections (/home/runner/work/bruno/bruno/tests/utils/page/actions.ts:45:3)
at /home/runner/work/bruno/bruno/tests/environments/global-env-config-selection/global-env-config-selection.spec.ts:7:5
|
|
Run playwright Tests:
tests/environments/global-env-config-selection/global-env-config-selection.spec.ts#L5
1) [default] › tests/environments/global-env-config-selection/global-env-config-selection.spec.ts:10:7 › Global Environment Configuration Selection Tests › should open global environment config with currently active environment selected
Test timeout of 30000ms exceeded while running "afterEach" hook.
3 |
4 | test.describe('Global 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/global-env-config-selection/global-env-config-selection.spec.ts:5:8
|
|
Complete job
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/
|
|
Run playwright Tests
8 flaky
[default] › tests/environments/global-env-config-selection/global-env-config-selection.spec.ts:10:7 › Global Environment Configuration Selection Tests › should open global environment config with currently active environment selected
[default] › tests/import/insomnia/import-insomnia-v4-environments.spec.ts:19:7 › Import Insomnia v4 Collection - Environment Import › Import Insomnia v4 collection with nested environments and verify flattening
[default] › tests/shortcuts/bound-actions.spec.ts:1660:11 › Shortcut Keys - BOUND_ACTIONS › SEARCH › SHORTCUT: Global Search › customized Alt+K Global Search 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/transient-requests/transient-requests.spec.ts:29:7 › Transient Requests › Create transient HTTP request - should not appear in sidebar
[default] › tests/variable-tooltip/variable-tooltip.spec.ts:280:7 › Variable Tooltip › should auto-save request when creating variable via tooltip
[default] › tests/variable-tooltip/variable-tooltip.spec.ts:388:7 › Variable Tooltip › should handle invalid variable names with warning
[default] › tests/workspace/close-tab-stays-in-workspace.spec.ts:23:7 › Close tab stays in workspace › after closing last request tab in WorkspaceB, active tab is not from WorkspaceA and workspace stays WorkspaceB
7 skipped
418 passed (24.1m)
|
Loading