fix(bru-2096): handle options prop for req body apis in safe mode (#6… #7
tests.yml
on: push
Unit Tests
4m 9s
CLI Tests
2m 50s
Playwright E2E Tests
10m 7s
Annotations
6 errors and 2 notices
|
Test suite has no errors (https://httpbun.com/mix/s=302/c=foo:bar/r=https%3A%2F%2Fhttpbun.org%2Fget) with error:
https://httpbun.com/mix/s=302/c=foo:bar/r=https%3A%2F%2Fhttpbun.org%2Fget#L0
packages/bruno-tests/collection/junit.xml [took 0s]
|
|
CLI Tests
Process completed with exit code 1.
|
|
[default] › tests/collection/moving-requests/tag-persistence.spec.ts:75:7 › Tag persistence › verify tag persistence while moving requests between folders:
tests/collection/moving-requests/tag-persistence.spec.ts#L110
2) [default] › tests/collection/moving-requests/tag-persistence.spec.ts:75:7 › Tag persistence › verify tag persistence while moving requests between folders
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for locator('.dropdown-item').getByText('New Request')
- locator resolved to <div class="dropdown-item">New Request</div>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- element is not visible
- retrying click action
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
108 | button: 'right'
109 | });
> 110 | await page.locator('.dropdown-item').getByText('New Request').click()
| ^
111 | await page.getByRole('textbox', { name: 'Request Name' }).fill('r2');
112 | await page.locator('#new-request-url textarea').fill('https://httpfaker.org/api/echo');
113 | await page.getByRole('button', { name: 'Create' }).click();
at /home/runner/work/bruno/bruno/tests/collection/moving-requests/tag-persistence.spec.ts:110:67
|
|
[default] › tests/collection/moving-requests/tag-persistence.spec.ts:75:7 › Tag persistence › verify tag persistence while moving requests between folders:
tests/collection/moving-requests/tag-persistence.spec.ts#L0
2) [default] › tests/collection/moving-requests/tag-persistence.spec.ts:75:7 › Tag persistence › verify tag persistence while moving requests between folders
Test timeout of 30000ms exceeded.
|
|
[default] › tests/collection/moving-requests/cross-collection-drag-drop-folder.spec.ts:123:7 › Cross-Collection Drag and Drop for folder › Verify cross-collection folder drag and drop:
tests/collection/moving-requests/cross-collection-drag-drop-folder.spec.ts#L162
1) [default] › tests/collection/moving-requests/cross-collection-drag-drop-folder.spec.ts:123:7 › Cross-Collection Drag and Drop for folder › Verify cross-collection folder drag and drop, a duplicate folder exist. expected to throw error toast
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for locator('.dropdown-item').filter({ hasText: 'New Request' })
- locator resolved to <div class="dropdown-item">New Request</div>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
160 | // Add a request to the folder to make it more realistic
161 | await page.locator('.collection-item-name').filter({ hasText: 'folder-1' }).click({ button: 'right' });
> 162 | await page.locator('.dropdown-item').filter({ hasText: 'New Request' }).click();
| ^
163 | await page.getByPlaceholder('Request Name').fill('http-request');
164 | await page.locator('#new-request-url .CodeMirror').click();
165 | await page.locator('textarea').fill('https://echo.usebruno.com');
at /home/runner/work/bruno/bruno/tests/collection/moving-requests/cross-collection-drag-drop-folder.spec.ts:162:77
|
|
[default] › tests/collection/moving-requests/cross-collection-drag-drop-folder.spec.ts:123:7 › Cross-Collection Drag and Drop for folder › Verify cross-collection folder drag and drop:
tests/collection/moving-requests/cross-collection-drag-drop-folder.spec.ts#L0
1) [default] › tests/collection/moving-requests/cross-collection-drag-drop-folder.spec.ts:123:7 › Cross-Collection Drag and Drop for folder › Verify cross-collection folder drag and drop, a duplicate folder exist. expected to throw error toast
Test timeout of 30000ms exceeded.
|
|
227 tests found
There are 227 tests, see "Raw output" for the full list of tests.
|
|
🎭 Playwright Run Summary
2 flaky
[default] › tests/collection/moving-requests/cross-collection-drag-drop-folder.spec.ts:123:7 › Cross-Collection Drag and Drop for folder › Verify cross-collection folder drag and drop, a duplicate folder exist. expected to throw error toast
[default] › tests/collection/moving-requests/tag-persistence.spec.ts:75:7 › Tag persistence › verify tag persistence while moving requests between folders
146 passed (7.9m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
Expired
|
17 MB |
sha256:d43d6ef011107824da5114bbee995b667fd98718876a453975fcf014d1889bf2
|
|