Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

## Automated Testing Tools

- [agent-qa](https://github.com/vostride/agent-qa) - Open-source agentic QA harness for natural-language web and mobile tests with self-healing execution, memory, a CLI, and a dashboard.
- [Athena](https://athena-oss.github.io/) - Automation platform with a plugin architecture that allows you to easily create and share services.
- [Ava](https://github.com/avajs/ava) - Test runner for Node.js with a concise API, detailed error output, process isolation, and support for new language features.
- [BitDive](https://bitdive.io/) - Zero-code API testing platform for Java/Kotlin. Captures runtime behavior (HTTP, SQL, methods), auto-generates mocks from real traffic, and enables Live Context Replay for regression testing and debugging.
Expand Down
10 changes: 9 additions & 1 deletion site/data/tools.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"generatedAt": "2026-06-19T11:46:12.063Z",
"generatedAt": "2026-07-02T21:02:56.279Z",
"categories": [
"Automated Testing Tools",
"Load Testing Tools",
Expand All @@ -10,6 +10,14 @@
"Contract Testing Tools"
],
"tools": [
{
"id": "agent-qa",
"name": "agent-qa",
"description": "Open-source agentic QA harness for natural-language web and mobile tests with self-healing execution, memory, a CLI, and a dashboard.",
"url": "https://github.com/vostride/agent-qa",
"category": "Automated Testing Tools",
"channel": 47
},
{
"id": "athena",
"name": "Athena",
Expand Down