Espresso Testing Framework
Integrates with Espresso testing framework to enable automated Android application testing through test execution, result analysis, and mobile UI interaction capabilities.
0 stars
0 tools
Created Aug 2025
@vs4vijay/vs4vijay-espresso-testing-framework-espresso-mcpAbout
Integrates with Espresso testing framework to enable automated Android application testing through test execution, result analysis, and mobile UI interaction capabilities.
Categories
general
Installation
npm
npm install @vs4vijay/vs4vijay-espresso-testing-framework-espresso-mcp
Configuration
{
"mcpServers": {
"vs4vijay-espresso-testing-framework-espresso-mcp": {
"command": "npx",
"args": [
"-y",
"@vs4vijay/vs4vijay-espresso-testing-framework-espresso-mcp"
]
}
}
}