Catalog
io.github.fasteningcode/claudetest
OfficialPlaywright & Appium test automation for Claude. Generate tests, diagnose failures, open fix PRs.
Generates and runs Playwright and Appium tests, diagnoses failures, opens fix PRs.
README not available yet.
Install
Configuration
Environment variables
GITHUB_TOKENrequiredsecretGitHub personal access token with repo and workflow scopes
claude_desktop_config.json
{
"mcpServers": {
"claudetest": {
"command": "npx",
"args": [
"-y",
"@fasteningcode/claudetest@0.0.3"
],
"env": {
"GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>"
}
}
}
}