Is there a plan for a "bruno-as-a-library"? #2656
ouvreboite
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
@helloanoop Hi, Looks like copilot is suggesting the below library, but I'm unable to find this library in NPM registry. Could you please advise me whether this library is available?
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
On postman's side, newman (the CLI) can also be used as a JS SDK/library. This allows to execute postman collections in various Node/JS context (in the browser, has part of a test step, in a webserver, ...)
Basically, having something like this:
(this is not a design proposal, just to clarify what I mean by a "library")
Beta Was this translation helpful? Give feedback.
All reactions