tester-army/testerarmy
v1.0.0MIT
TesterArmy runs agents that click through your web and mobile app the way a real user would, on every pull request. Create tests in plain language, start runs, and read what broke without leaving your editor.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
testerarmystreamable-http
{
"type": "streamable-http",
"url": "https://tester.army/mcp"
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "testerarmy",
"version": "1.0.0",
"description": "TesterArmy runs agents that click through your web and mobile app the way a real user would, on every pull request. Create tests in plain language, start runs, and read what broke without leaving your editor.",
"author": {
"name": "TesterArmy",
"email": "support@tester.army",
"url": "https://tester.army"
},
"homepage": "https://docs.tester.army/cli/mcp",
"repository": "https://github.com/tester-army/cli",
"license": "MIT",
"keywords": [
"testing",
"qa",
"end-to-end",
"mcp",
"agents",
"playwright",
"mobile"
],
"extensions": {
"com.openai": {
"interface": {
"displayName": "TesterArmy",
"shortDescription": "Agents that test like users",
"longDescription": "TesterArmy (YC 26) tests your product the way a person would. It opens the app, follows plain-language flows, and reports what passed, what failed and what was blocked, with a recording and a full transcript of every step. There are no test scripts to write or maintain. Through this connector your agent can list and create projects, environments and credentials, write and update tests in plain language, group them, start runs or a discovery pass, and then debug a failure by reading the run verdict, the transcript of what the agent did, and the browser console and network evidence. A built-in guide tool teaches your agent how to size and organise tests and how to debug runs. Signing in uses your TesterArmy account through OAuth, so there is no API key to create or rotate. The free tier is enough to connect and run your first tests.",
"developerName": "TesterArmy",
"category": "Developer Tools",
"capabilities": [
"Read",
"Write"
],
"defaultPrompt": [
"Test this pull request like a real user with TesterArmy",
"Write a TesterArmy test in plain language for the signup flow",
"Show me why the latest TesterArmy run failed and what to fix"
],
"websiteURL": "https://tester.army",
"privacyPolicyURL": "https://tester.army/privacy",
"termsOfServiceURL": "https://tester.army/terms",
"brandColor": "#FF8001",
"logo": "./assets/logo.png",
"composerIcon": "./assets/logo.png"
}
}
}
}
What else this package ships
These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.
- openai.yaml
- LICENSE
Client extensions
Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.
- com.openai