Skip to content
Open
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
14 changes: 14 additions & 0 deletions src/constants/development-tools.data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,20 @@ export const developmentTools = [
highlight: "Insightful",
link: "https://www.coderabbit.ai/",
},
{
title: "Agent QA",
description:
"Agent QA is a source-available application testing tool for defining and running natural-language regression flows across Web, mobile, and desktop applications. It provides CLI and MCP interfaces, retains execution memory, adapts flows to UI changes, and records reviewable evidence. Licensed under FSL-1.1-ALv2, with each release converting to Apache-2.0 after two years.",
icon: "/images/fallback-icon.png",
category: "Development",
benefits: [
"Natural-language Web, mobile, and desktop regression flows",
"CLI and MCP interfaces with execution memory",
"Reviewable steps, screenshots, and results",
],
highlight: "Regression",
link: "https://github.com/vostride/agent-qa",
},
{
title: "HeroUI",
description:
Expand Down