feat(sqlite): encrypt stored runner request and response #4288
Annotations
2 errors, 1 warning, and 1 notice
|
Run E2E Tests:
tests/environments/save-shortcut/save-shortcut.spec.ts#L73
1) [default] › tests/environments/save-shortcut/save-shortcut.spec.ts:55:7 › Global environment save shortcut (Cmd/Ctrl+S) › saves a global environment and shows the success toast
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).not.toBeVisible() failed
Locator: locator('.request-tab.active').getByTestId('tab-draft-icon')
Expected: not visible
Received: visible
Timeout: 5000ms
Call log:
- Expect "not toBeVisible" with timeout 5000ms
- waiting for locator('.request-tab.active').getByTestId('tab-draft-icon')
14 × locator resolved to <span class="draft-icon-wrapper" data-testid="tab-draft-icon">…</span>
- unexpected value "visible"
71 |
72 | await test.step('The unsaved-changes dot is gone once saved', async () => {
> 73 | await expect(tabDraftIcon(page)).not.toBeVisible();
| ^
74 | });
75 | });
76 | });
at /home/runner/work/usebruno-bruno/bruno/bruno/tests/environments/save-shortcut/save-shortcut.spec.ts:73:44
at /home/runner/work/usebruno-bruno/bruno/bruno/tests/environments/save-shortcut/save-shortcut.spec.ts:72:5
|
|
Run E2E Tests:
tests/environments/save-shortcut/save-shortcut.spec.ts#L69
1) [default] › tests/environments/save-shortcut/save-shortcut.spec.ts:55:7 › Global environment save shortcut (Cmd/Ctrl+S) › saves a global environment and shows the success toast
Error: expect(locator).toBeVisible() failed
Locator: getByText('Changes saved successfully').last()
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByText('Changes saved successfully').last()
67 | await test.step('Pressing the save shortcut shows the success toast', async () => {
68 | await saveWithShortcut(page);
> 69 | await expect(page.getByText('Changes saved successfully').last()).toBeVisible();
| ^
70 | });
71 |
72 | await test.step('The unsaved-changes dot is gone once saved', async () => {
at /home/runner/work/usebruno-bruno/bruno/bruno/tests/environments/save-shortcut/save-shortcut.spec.ts:69:73
at /home/runner/work/usebruno-bruno/bruno/bruno/tests/environments/save-shortcut/save-shortcut.spec.ts:67:5
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run E2E Tests
1 flaky
[default] › tests/environments/save-shortcut/save-shortcut.spec.ts:55:7 › Global environment save shortcut (Cmd/Ctrl+S) › saves a global environment and shows the success toast
2 skipped
396 passed (24.2m)
|
background
wait
wait-all
cancel
parallel
Loading