From e221ef72942328aa019ee793869a6ece9cf7ef01 Mon Sep 17 00:00:00 2001 From: Lucas Teixeira <38733166+lucasjct@users.noreply.github.com> Date: Wed, 20 Nov 2024 06:07:38 -0300 Subject: [PATCH] improve the readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e82741e..dffb999 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # bruno-api-testing How to test API using Bruno -> [!TIP] -> [Check how to test api with Golang](test/readme.md) +> [!TIP] +> Sometimes, it is a good idea to create tests in the same language used by the team, it can increase the collaboration and improve quality. In this case, Bruno may be more appropriate for exploratory API testing. +> [Check an example how to test api with Golang](test/readme.md) Bruno is an open-source alternative to API testing. We can use Bruno instead of Postman, Insomnia, etc. It is available for Linux, Windows and MacOS. To download it, access [Bruno](https://www.usebruno.com/).