Add package directories to .gitignore (fix #6249) (#6250) #23
tests.yml
on: push
Unit Tests
4m 24s
CLI Tests
3m 8s
Playwright E2E Tests
11m 39s
Annotations
4 errors and 1 notice
|
[default] › tests/variable-tooltip/variable-tooltip.spec.ts:309:7 › Variable Tooltip › should auto-save request when creating variable via tooltip:
tests/variable-tooltip/variable-tooltip.spec.ts#L331
2) [default] › tests/variable-tooltip/variable-tooltip.spec.ts:309:7 › Variable Tooltip › should auto-save request when creating variable via tooltip › Edit URL to create draft with undefined variable
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for locator('#request-url .CodeMirror')
- locator resolved to <div translate="no" class="CodeMirror cm-s-default CodeMirror-focused">…</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
- <div class="go2072408551">…</div> from <div>…</div> subtree intercepts pointer events
- retrying click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div role="status" aria-live="polite" class="go3958317564">Sandbox mode updated successfully</div> from <div>…</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="go2072408551">…</div> from <div>…</div> subtree intercepts pointer events
- retrying click action
- waiting 100ms
49 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="go2072408551">…</div> from <div>…</div> subtree intercepts pointer events
- retrying click action
- waiting 500ms
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="flex items-center">…</div> from <div class="StyledWrapper__Wrapper-gSYgQv cpCziS flex relative h-full">…</div> subtree intercepts pointer events
- retrying click action
- waiting 500ms
329 | // Edit the URL to add a variable reference
330 | const urlEditor = page.locator('#request-url .CodeMirror');
> 331 | await urlEditor.click();
| ^
332 | await page.keyboard.press('End');
333 | await page.keyboard.type('/users/{{myApiKey}}');
334 |
at /home/runner/work/bruno/bruno/tests/variable-tooltip/variable-tooltip.spec.ts:331:23
at /home/runner/work/bruno/bruno/tests/variable-tooltip/variable-tooltip.spec.ts:328:16
|
|
[default] › tests/variable-tooltip/variable-tooltip.spec.ts:309:7 › Variable Tooltip › should auto-save request when creating variable via tooltip:
tests/variable-tooltip/variable-tooltip.spec.ts#L0
2) [default] › tests/variable-tooltip/variable-tooltip.spec.ts:309:7 › Variable Tooltip › should auto-save request when creating variable via tooltip › Edit URL to create draft with undefined variable
Test timeout of 30000ms exceeded.
|
|
[default] › tests/environments/create-environment/collection-env-create.spec.ts:5:7 › Collection Environment Create Tests › should import collection and create environment for request usage:
tests/environments/create-environment/collection-env-create.spec.ts#L93
1) [default] › tests/environments/create-environment/collection-env-create.spec.ts:5:7 › Collection Environment Create Tests › should import collection and create environment for request usage
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for locator('tr').filter({ has: locator('input[name="4.name"]') }).locator('.CodeMirror')
- locator resolved to <div translate="no" class="CodeMirror cm-s-default">…</div>
- 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></div> 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></div> intercepts pointer events
- retrying click action
- waiting 100ms
47 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div></div> intercepts pointer events
- retrying click action
- waiting 500ms
91 | .filter({ has: page.locator('input[name="4.name"]') })
92 | .locator('.CodeMirror')
> 93 | .click();
| ^
94 | await page.keyboard.type('super-secret-token-12345');
95 | await page.locator('input[name="4.secret"]').check();
96 |
at /home/runner/work/bruno/bruno/tests/environments/create-environment/collection-env-create.spec.ts:93:8
|
|
[default] › tests/environments/create-environment/collection-env-create.spec.ts:5:7 › Collection Environment Create Tests › should import collection and create environment for request usage:
tests/environments/create-environment/collection-env-create.spec.ts#L0
1) [default] › tests/environments/create-environment/collection-env-create.spec.ts:5:7 › Collection Environment Create Tests › should import collection and create environment for request usage
Test timeout of 30000ms exceeded.
|
|
🎭 Playwright Run Summary
2 flaky
[default] › tests/environments/create-environment/collection-env-create.spec.ts:5:7 › Collection Environment Create Tests › should import collection and create environment for request usage
[default] › tests/variable-tooltip/variable-tooltip.spec.ts:309:7 › Variable Tooltip › should auto-save request when creating variable via tooltip
1 skipped
179 passed (9.5m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
Expired
|
12.2 MB |
sha256:e87bb0c98b204e83a111244cc43b90e36936e5ca9ebc0b025680ea3f1f12e837
|
|