fix(timeout): allow inherit request timeout for yaml requests#8382
Open
shubh-bruno wants to merge 5 commits into
Open
fix(timeout): allow inherit request timeout for yaml requests#8382shubh-bruno wants to merge 5 commits into
shubh-bruno wants to merge 5 commits into
Annotations
5 errors and 1 notice
|
Detect flaky tests
Process completed with exit code 1.
|
|
Run Playwright tests:
tests/import/postman/import-oauth2-implicit-grant-type.spec.ts#L35
3) [default] › tests/import/postman/import-oauth2-implicit-grant-type.spec.ts:22:7 › Import Postman Collection with OAuth2.0 Implicit Grant Type › should import Postman collection with OAuth2.0 Implicit Grant Type successfully › Open import collection modal
TimeoutError: locator.click: Timeout 30000ms exceeded.
Call log:
- waiting for getByTestId('collections-header-add-menu')
- locator resolved to <button tabindex="-1" aria-expanded="false" data-tabindex="inline" title="Add new collection" data-testid="collections-header-add-menu" class="StyledWrapper-iYvzMB btWNSr action-icon">…</button>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="bruno-modal-backdrop"></div> from <div class="StyledWrapper__Wrapper-jjqtyM DwvBf">…</div> subtree intercepts pointer events
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="bruno-modal-backdrop"></div> from <div class="StyledWrapper__Wrapper-jjqtyM DwvBf">…</div> subtree intercepts pointer events
- retrying click action
- waiting 100ms
58 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="bruno-modal-backdrop"></div> from <div class="StyledWrapper__Wrapper-jjqtyM DwvBf">…</div> subtree intercepts pointer events
- retrying click action
- waiting 500ms
33 |
34 | await test.step('Open import collection modal', async () => {
> 35 | await locators.plusMenu.button().click();
| ^
36 | await locators.plusMenu.importCollection().click();
37 | const importModal = locators.import.modal();
38 | await importModal.waitFor({ state: 'visible' });
at /home/runner/work/bruno/bruno/tests/import/postman/import-oauth2-implicit-grant-type.spec.ts:35:40
at /home/runner/work/bruno/bruno/tests/import/postman/import-oauth2-implicit-grant-type.spec.ts:34:16
|
|
Run Playwright tests:
tests/import/postman/import-oauth2-implicit-grant-type.spec.ts#L0
3) [default] › tests/import/postman/import-oauth2-implicit-grant-type.spec.ts:22:7 › Import Postman Collection with OAuth2.0 Implicit Grant Type › should import Postman collection with OAuth2.0 Implicit Grant Type successfully › Open import collection modal
Test timeout of 30000ms exceeded.
|
|
Run Playwright tests:
tests/import/insomnia/import-insomnia-v5-environments.spec.ts#L80
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
TimeoutError: locator.waitFor: Timeout 15000ms exceeded.
Call log:
- waiting for locator('input[value="config.debug"]') to be visible
78 | // key here guarantees every shallower input is also in DOM by the
79 | // time the per-input asserts below run.
> 80 | await page.locator('input[value="config.debug"]').waitFor({ state: 'visible', timeout: 15000 });
| ^
81 |
82 | // **Assertion 1: Basic Variables (Top-level keys)**
83 | // Verifies that simple key-value pairs from the base environment are imported correctly
at /home/runner/work/bruno/bruno/tests/import/insomnia/import-insomnia-v5-environments.spec.ts:80:57
at /home/runner/work/bruno/bruno/tests/import/insomnia/import-insomnia-v5-environments.spec.ts:67:5
|
|
Run Playwright tests:
tests/import/insomnia/import-insomnia-v4-environments.spec.ts#L83
1) [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
TimeoutError: locator.waitFor: Timeout 15000ms exceeded.
Call log:
- waiting for locator('input[value="user.roles[1]"]') to be visible
81 | // Waiting on the deepest asserted key here guarantees every shallower
82 | // input is also in DOM by the time the per-input asserts below run.
> 83 | await page.locator('input[value="user.roles[1]"]').waitFor({ state: 'visible', timeout: 15000 });
| ^
84 |
85 | // **Assertion 1: Basic Variables (Top-level keys)**
86 | // Verifies that simple key-value pairs from the base environment are imported correctly
at /home/runner/work/bruno/bruno/tests/import/insomnia/import-insomnia-v4-environments.spec.ts:83:58
at /home/runner/work/bruno/bruno/tests/import/insomnia/import-insomnia-v4-environments.spec.ts:70:5
|
|
Run Playwright tests
3 flaky
[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/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/import/postman/import-oauth2-implicit-grant-type.spec.ts:22:7 › Import Postman Collection with OAuth2.0 Implicit Grant Type › should import Postman collection with OAuth2.0 Implicit Grant Type successfully
9 skipped
876 passed (53.9m)
|
background
wait
wait-all
cancel
parallel
Loading