feat: add Bruno collections generated from Postman sources - #1759
Open
neeshsilva wants to merge 1 commit into
Open
feat: add Bruno collections generated from Postman sources#1759neeshsilva wants to merge 1 commit into
neeshsilva wants to merge 1 commit into
Conversation
Adds BrunoCollections/, a Bruno equivalent of PostmanCollections/ written in the OpenCollection format (opencollection: 1.0.0): 92 collections, 297 folders, 1183 requests and 92 environments, one self-contained collection per API to mirror the one-file-per-API layout of the Postman sources. A workspace.yml links all 92 so they open together from the title-bar workspace switcher. Bruno does not support nesting collections, so the container is a workspace rather than a parent collection. The 1126 portman-generated pm.* test blocks do not run in Bruno and were rewritten against its test()/expect() API, including 804 JSON-schema assertions compiled through the bundled ajv, which resolves under the default `safe` script sandbox. Generation lives in BrunoCollections/_tools and is rerunnable via convert.sh, so this directory can be refreshed as the portman workflow updates PostmanCollections/. Secret variables are declared with no value, keeping credentials out of the committed files.
🛡️ SDD Check — action requiredI couldn't detect an SDD in this PR. Please check one option below (requires write access to the repo):
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds BrunoCollections/, a Bruno equivalent of PostmanCollections/ written in the OpenCollection format (opencollection: 1.0.0): 92 collections, 297 folders, 1183 requests and 92 environments, one self-contained collection per API to mirror the one-file-per-API layout of the Postman sources.
A workspace.yml links all 92 so they open together from the title-bar workspace switcher. Bruno does not support nesting collections, so the container is a workspace rather than a parent collection.
The 1126 portman-generated pm.* test blocks do not run in Bruno and were rewritten against its test()/expect() API, including 804 JSON-schema assertions compiled through the bundled ajv, which resolves under the default
safescript sandbox.Generation lives in BrunoCollections/_tools and is rerunnable via convert.sh, so this directory can be refreshed as the portman workflow updates PostmanCollections/. Secret variables are declared with no value, keeping credentials out of the committed files.
Types of changes
Changelog
Do not forget to update your changes to our Developer Portal's changelog. Did you create a release note?