We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jack-beanstalk-2022/PistachioMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
---
name: run-android-test
version: 1.0.0
description: Run instrumented test on android simulator for a Pistachio project.
license: Complete terms in LICENSE.txt
---
Following these steps:
1. Find the project directory (pwd + / + {PISTACHIO_PROJECT_NAME})
2. Find the test_suite_name and test_name to run in {PISTACHIO_PROJECT_NAME}/composeApp/src/androidInstrumentedTest/kotlin/${PISTACHIO_PACKAGE_NAME//./\/}/.
3. Run the test with "npx tsx test-android.ts path/to/project {PISTACHIO_PACKAGE_NAME//./\/} {test_suite_name} {test_name}".
4. Examine the error log and the frames_{test_name} folder. Remove the frames_{test_name} folder afterwards.