fix/902 --bail flag not stopping execution when a test fails #8103
Annotations
1 error, 2 warnings, and 1 notice
|
Run playwright Tests:
tests/import/insomnia/import-insomnia-v4-environments.spec.ts#L187
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 Development Environment - verify new variables
TimeoutError: locator.waitFor: Timeout 15000ms exceeded.
Call log:
- waiting for locator('input[value="newFeature.version"]') to be visible
185 | // guarantees every other input is also in DOM by the time the
186 | // per-input asserts below run.
> 187 | await page.locator('input[value="newFeature.version"]').waitFor({ state: 'visible', timeout: 15000 });
| ^
188 |
189 | // **Assertion 1: Multiple Top-level Variable Overrides**
190 | // Verifies that development environment can override multiple base environment values
at /home/runner/work/bruno/bruno/tests/import/insomnia/import-insomnia-v4-environments.spec.ts:187:63
at /home/runner/work/bruno/bruno/tests/import/insomnia/import-insomnia-v4-environments.spec.ts:175:5
|
|
Complete job
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. Node.js 20 will be removed from the runner on September 16th, 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/
|
|
Run playwright Tests:
[default] › tests/shortcuts/bound-actions.spec.ts#L0
[default] › tests/shortcuts/bound-actions.spec.ts took 9.0m
|
|
Run playwright Tests
1 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
7 skipped
559 passed (32.6m)
|
background
wait
wait-all
cancel
Loading