From a3d9176156027e778d3e982665a0c6f85c73d99a Mon Sep 17 00:00:00 2001 From: Marketionist Date: Mon, 15 Sep 2025 14:42:48 -0400 Subject: [PATCH] Add Insomnia --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 841444d..f3a5e49 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ We love all the free things out there, but it would be good to keep it on topic. - cURL - Dredd - Postman + - Insomnia - Pactum * [Unit Testing](#unit-testing): - Mocha @@ -162,6 +163,8 @@ Useful links: * [Part 3: Single collection pattern](https://medium.com/@dmitriev.victor/creating-postman-tests-that-scale-4-5-ae8aaaac58f7). * [Part 4: Easy assertions](https://medium.com/@dmitriev.victor/creating-postman-tests-that-scale-6ac92c514750). +* [Insomnia](https://developer.konghq.com/insomnia/): initial release date: **May 5, 2017**, written in: **JavaScript**. The open-source, cross-platform API client for GraphQL, REST, WebSockets, SSE and gRPC. With Cloud, Local and Git storage. + * [Dredd](https://dredd.org/en/latest/installation.html): initial release date: **October 25, 2013**, written in: **JavaScript**. Dredd is a language-agnostic command-line tool for validating API description document against backend implementation of the API. Dredd reads your API description and step by step validates whether your API implementation replies with responses as they are described in the documentation. Useful links: