import from bruno

Feature Request
Please add support for importing form bruno. Bruno uses a simple, and easy to parse format.
I am open for contributing. as I see it is Tauri, so I guess I should be ok, exsept the rust part :)

Please add support for importing form bruno. Bruno uses a simple, and easy to parse format.
I am open for contributing. as I see it is Tauri, so I guess I should be ok, exsept the rust part :)
Sign in to leave a comment.
This is an awesome feature to have!!! I can create a pull request to implement the feature.
See my above comment if you’re still interested!
https://feedback.yaak.app/p/import-from-bruno/comment/6778c40ba5cac89b2edb2214
My apologies for the late reply! I’d be happy to accept a contribution for this. Yes, Yaak is Rust, but the importers are implemented as plugins (NodeJS) if that helps.
Bruno exports to postman format, which yaak imports quite nicely. Is another format is required?
I’m going to close this, as Bruno supports exporting to Postman format, which can then be imported to Yaak.
@Greg Schier I’ve just tried migrating from Bruno, and encountered issues using both formats:
OpenAPI spec: imports only a subset of requests, folder layout is messed up, only 1 environment
Postman format: imports only 1 environment
These might well be issues with how Bruno exports to those formats, but I wonder if there’s any chance something could be improved on Yaak’s side?
EDIT: double checked the exported JSON, there’s indeed no env data exported. There’s a PR to support this:
https://github.com/usebruno/bruno/pull/5773