feat: add session snapshot persistence and restoration #10079
tests.yml
on: pull_request
Unit Tests
5m 32s
CLI Tests
3m 49s
Playwright E2E Tests
19m 37s
Annotations
4 errors, 3 warnings, and 1 notice
|
[default] › tests/variable-tooltip/variable-tooltip.spec.ts:278:7 › Variable Tooltip › should auto-save request when creating variable via tooltip:
tests/utils/page/actions.ts#L53
3) [default] › tests/variable-tooltip/variable-tooltip.spec.ts:278: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"
TimeoutError: locator.click: Timeout 30000ms exceeded.
Call log:
- waiting for locator('#sidebar-collection-name').filter({ hasText: 'draft-autosave-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/variable-tooltip/variable-tooltip.spec.ts:282:7
at /home/runner/work/bruno/bruno/tests/variable-tooltip/variable-tooltip.spec.ts:281:5
|
|
[default] › tests/variable-tooltip/variable-tooltip.spec.ts:278:7 › Variable Tooltip › should auto-save request when creating variable via tooltip:
tests/variable-tooltip/variable-tooltip.spec.ts#L0
3) [default] › tests/variable-tooltip/variable-tooltip.spec.ts:278: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.
|
|
[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
2) [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/import-environment/collection-env-import.spec.ts:10:7 › Collection Environment Import Tests › should import collection environment from file:
tests/environments/import-environment/collection-env-import.spec.ts#L62
1) [default] › tests/environments/import-environment/collection-env-import.spec.ts:10:7 › Collection Environment Import Tests › should import collection environment from file
Error: Timed out 5000ms waiting for expect(locator).toHaveValue(expected)
Locator: locator('input[name="5.name"]')
Expected string: "secretApiToken"
Received: <element(s) not found>
Call log:
- expect.toHaveValue with timeout 5000ms
- waiting for locator('input[name="5.name"]')
60 | await expect(page.locator('input[name="3.name"]')).toHaveValue('postTitle');
61 | await expect(page.locator('input[name="4.name"]')).toHaveValue('postBody');
> 62 | await expect(page.locator('input[name="5.name"]')).toHaveValue('secretApiToken');
| ^
63 | await expect(page.locator('input[name="5.secret"]')).toBeChecked();
64 | await envTab.hover();
65 | await envTab.getByTestId('request-tab-close-icon').click({ force: true });
at /home/runner/work/bruno/bruno/tests/environments/import-environment/collection-env-import.spec.ts:62:56
|
|
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
3 flaky
[default] › tests/environments/import-environment/collection-env-import.spec.ts:10:7 › Collection Environment Import Tests › should import collection environment from file
[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/variable-tooltip/variable-tooltip.spec.ts:278:7 › Variable Tooltip › should auto-save request when creating variable via tooltip
5 skipped
304 passed (17.0m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
|
8.36 MB |
sha256:27e8bfabe3f83bfd472901bb2d2363e67011a2344328871ef2ec06741d01e309
|
|