From a63a2bb0c4b8e442d943074c08c7572d33a87b1e Mon Sep 17 00:00:00 2001 From: Dmitry Turmyshev Date: Fri, 28 Nov 2025 15:05:43 +0000 Subject: [PATCH] Add BitDive API testing tool --- data/bitdive.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 data/bitdive.json diff --git a/data/bitdive.json b/data/bitdive.json new file mode 100644 index 0000000..90b0f14 --- /dev/null +++ b/data/bitdive.json @@ -0,0 +1,13 @@ +{ + "name": "BitDive", + "description": "Zero-code API testing platform for Java/Kotlin. Captures real runtime behavior (HTTP, SQL, methods), auto-generates mocks from production traffic, and replays scenarios for automated testing.", + "link": "https://bitdive.io/", + "authorName": "BitDive", + "authorLink": "https://bitdive.io/", + "tags": [ + "testing", + "api-testing", + "mocking" + ] +} +