Skip to content

Commit 4c0245b

Browse files
Merge pull request #20 from turmyshevd/add-bitdive
Add BitDive API testing tool
2 parents 890a7f7 + a63a2bb commit 4c0245b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

data/bitdive.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "BitDive",
3+
"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.",
4+
"link": "https://bitdive.io/",
5+
"authorName": "BitDive",
6+
"authorLink": "https://bitdive.io/",
7+
"tags": [
8+
"testing",
9+
"api-testing",
10+
"mocking"
11+
]
12+
}
13+

0 commit comments

Comments
 (0)