feat(CI): configure workflow for different OS #26
tests-linux.yml
on: pull_request
Unit Tests (Linux)
5m 56s
CLI Tests (Linux)
3m 24s
Playwright E2E Tests (Linux)
24m 26s
SSL Tests (Linux)
4m 21s
Annotations
6 errors, 4 warnings, and 2 notices
|
[default] › tests/shortcuts/bound-actions.spec.ts:1660:11 › Shortcut Keys - BOUND_ACTIONS › SEARCH › SHORTCUT: Global Search › customized Alt+K Global Search Modal:
tests/shortcuts/bound-actions.spec.ts#L1680
4) [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
|
|
[default] › tests/shortcuts/bound-actions.spec.ts:1660:11 › Shortcut Keys - BOUND_ACTIONS › SEARCH › SHORTCUT: Global Search › customized Alt+K Global Search Modal:
tests/shortcuts/bound-actions.spec.ts#L0
4) [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.
|
|
[default] › tests/shortcuts/bound-actions.spec.ts:150:11 › Shortcut Keys - BOUND_ACTIONS › TABS › SHORTCUT: Close Tab › default Cmd/Ctrl+W closes the active tab:
tests/shortcuts/bound-actions.spec.ts#L155
3) [default] › tests/shortcuts/bound-actions.spec.ts:150:11 › Shortcut Keys - BOUND_ACTIONS › TABS › SHORTCUT: Close Tab › default Cmd/Ctrl+W closes the active tab
Error: Timed out 3000ms waiting for expect(locator).toHaveCount(expected)
Locator: locator('.request-tab')
Expected: 2
Received: 3
Call log:
- expect.toHaveCount with timeout 3000ms
- waiting for locator('.request-tab')
7 × locator resolved to 3 elements
- unexpected value "3"
153 |
154 | await page.keyboard.press(`${modifier}+KeyW`);
> 155 | await expect(page.locator('.request-tab')).toHaveCount(2, { timeout: 3000 });
| ^
156 | });
157 |
158 | test('customized Cmd/Ctrl+Shift+X closes the active tab', async ({ page, createTmpDir }) => {
at /home/runner/work/bruno/bruno/tests/shortcuts/bound-actions.spec.ts:155:52
|
|
[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
2) [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
|
|
[default] › tests/environments/global-env-workspace-persistence/global-env-workspace-persistence.spec.ts:51:7 › Global Environment Per-Workspace Persistence › should maintain independent global env selections per workspace:
tests/utils/page/actions.ts#L86
1) [default] › tests/environments/global-env-workspace-persistence/global-env-workspace-persistence.spec.ts:51:7 › Global Environment Per-Workspace Persistence › should maintain independent global env selections per workspace › Create collection "WS2 Collection" › Open collection "WS2 Collection"
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for locator('#sidebar-collection-name').filter({ hasText: 'WS2 Collection' })
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/environments/global-env-workspace-persistence/global-env-workspace-persistence.spec.ts:74:5
|
|
[default] › tests/environments/global-env-workspace-persistence/global-env-workspace-persistence.spec.ts:51:7 › Global Environment Per-Workspace Persistence › should maintain independent global env selections per workspace:
tests/environments/global-env-workspace-persistence/global-env-workspace-persistence.spec.ts#L0
1) [default] › tests/environments/global-env-workspace-persistence/global-env-workspace-persistence.spec.ts:51:7 › Global Environment Per-Workspace Persistence › should maintain independent global env selections per workspace › Create collection "WS2 Collection" › Open collection "WS2 Collection"
Test timeout of 30000ms exceeded.
|
|
CLI Tests (Linux)
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/
|
|
SSL Tests (Linux)
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/upload-artifact@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 (Linux)
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 (Linux)
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 Run Summary
15 passed (1.6m)
|
|
🎭 Playwright Run Summary
4 flaky
[default] › tests/environments/global-env-workspace-persistence/global-env-workspace-persistence.spec.ts:51:7 › Global Environment Per-Workspace Persistence › should maintain independent global env selections per workspace
[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/shortcuts/bound-actions.spec.ts:150:11 › Shortcut Keys - BOUND_ACTIONS › TABS › SHORTCUT: Close Tab › default Cmd/Ctrl+W closes the active tab
[default] › tests/shortcuts/bound-actions.spec.ts:1660:11 › Shortcut Keys - BOUND_ACTIONS › SEARCH › SHORTCUT: Global Search › customized Alt+K Global Search Modal
7 skipped
420 passed (22.0m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report-linux
|
19.5 MB |
sha256:39293d38c3482e1b273c72942ef5b03c4ec2062a0a7f8d7fbd3127f9e39a3c00
|
|
|
playwright-report-linux-ssl
|
298 KB |
sha256:3a107b0d35e28b4e570d82bef8f940f09feb2fb69b5aafe3f648b655e1010c30
|
|