AnWeber / httpyac

Command Line Interface for *.http and *.rest files. Connect with http, gRPC, WebSocket and MQTT
https://httpyac.github.io/
MIT License
396 stars 37 forks source link

test summary behavior change with 6.15.0 release #762

Closed chenrui333 closed 1 month ago

chenrui333 commented 2 months ago

👋 looks like 6.15.0 release has test summary behavior change as below (0 failed part got removed somehow and extra ) in the summary report)

- 2 requests processed (2 succeeded, 0 failed)
+ 2 requests processed (2 succeeded))

is that expected? Thankss!

relates to https://github.com/Homebrew/homebrew-core/pull/179991

AnWeber commented 2 months ago

Yes was expected. I added better skipped and Errorerd Handling to cli. The summary got bloated. Now I only show the actual result status. I would recommend using Exit Code to get failed cli result. Is there a problem with the behavior?

chenrui333 commented 1 month ago

it has two )) in the end, which seems a bit off, wdyt?

AnWeber commented 1 month ago

Ops. Yeah typo

AnWeber commented 1 month ago

thx

chenrui333 commented 1 month ago

np, I saw it fixed now :)

gonna ship via https://github.com/Homebrew/homebrew-core/pull/182073