You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've searched existing issues and found nothing related to my issue.
Describe the bug
When my service is not running at all, and bruno get connection refused errors, this does not fail test results.
The tests and assertions are not executed, but requests should not be reported as passed, and everything should not be green
.bru file to reproduce the bug
No response
Screenshots/Live demo link
[18:40:07] ❯ bru run --env localhost e2e-test/
(node:99034) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Running Folder
e2e-test/01_post-topic ()
e2e-test/02_post-topic-viewpoint ()
e2e-test/03_post-comment-viewpoint ()
e2e-test/04_post-comment ()
Requests: 4 passed, 4 total
Tests: 0 passed, 0 total
Assertions: 0 passed, 0 total
Ran all requests - 0 ms
The text was updated successfully, but these errors were encountered:
I agree that requests shouldn’t be marked as passed, and the entire status shouldn't show green. @Pragadesh-45, let’s set aside some time next week to review this and get it resolved.
I have checked the following:
Describe the bug
When my service is not running at all, and bruno get connection refused errors, this does not fail test results.
The tests and assertions are not executed, but requests should not be reported as passed, and everything should not be green
.bru file to reproduce the bug
No response
Screenshots/Live demo link
The text was updated successfully, but these errors were encountered: