Import Bruno API Tests into Blinq.io
Blinq.io now supports importing API requests from Bruno, a lightweight and developer-friendly API client. This integration allows you to migrate your existing Bruno API tests into Blinq.io without manually recreating each request.
To import Bruno API tests into Blinq.io:
- Export your collection from Bruno.
- Add the exported files to your Blinq.io project.
- Use the imported API steps in your test scenarios through the Recorder.
1. Export Your API Tests from Bruno
Begin by exporting your existing API collection from Bruno.
Steps:
Open Bruno and navigate to the collection containing your API requests.
Click the three-dot menu (⋮) next to the request you want to export.
Select Show in folder from the menu.
Bruno will open the folder containing the
.bru
file for that request.Copy the
.bru
file(s) for the requests you want to import.NOTE
.bru` files contain all the necessary request information, including method, URL, headers, body, authentication, variables, scripts, and tests.
2. Add Bruno Collection Files to Your Blinq.io Project
Once you have the exported files, add them to your Blinq.io project.
Steps:
Open your project in Visual Studio Code (VS Code).
In the root folder of your project, create a new folder named
bruno
.Paste the
.bru
files you copied into thisbruno
folder.Open the Project Manager in Blinq.io.
Find the files you just added.
Select and upload them to your project using the file upload interface.
NOTE
This step is manual. Make sure the files are placed and uploaded correctly before continuing.
3. Use Bruno API Steps in a Scenario from the Recorder
After uploading the files, you can use the imported API requests directly in your test scenarios.
Steps:
Launch the Recorder.
Create a new scenario or open an existing one.
Click Add and run an existing step/scenario.
Search Bruno and choose the appropriate API step from the imported Bruno steps.
Add the step to your scenario and continue building your test.