We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be useful, if we could add custom text messages to the Bruno runner output.
Preferably by passing (HTML?) strings to some new function like bru.runner.log().
bru.runner.log()
Maybe be also extending runner utility functions like setNextRequest(), skipRequest(), etc. by passing a message param.
setNextRequest()
skipRequest()
message
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have checked the following:
Describe the feature you want to add
It would be useful, if we could add custom text messages to the Bruno runner output.
Preferably by passing (HTML?) strings to some new function like
bru.runner.log()
.Maybe be also extending runner utility functions like
setNextRequest()
,skipRequest()
, etc. by passing amessage
param.Mockups or Images of the feature
The text was updated successfully, but these errors were encountered: