Skip to main content
Glama
counter_flow.yaml675 B
appId: ${APP_ID} name: Counter Flow Test --- # Counter UI Tests - launchApp # Verify Counter tab is displayed - assertVisible: "Specter Counter" # Test increment button (use text "+" for cross-platform compatibility) - tapOn: "+" - assertVisible: "1" # Tap increment again - tapOn: "+" - assertVisible: "2" # Test decrement button - tapOn: "-" - assertVisible: "1" # Test reset button - tapOn: "Reset" - assertVisible: "0" # Multiple increments - tapOn: "+" - tapOn: "+" - tapOn: "+" - assertVisible: "3" # Multiple decrements to negative - tapOn: "-" - tapOn: "-" - tapOn: "-" - tapOn: "-" - assertVisible: "-1" # Reset to zero - tapOn: "Reset" - assertVisible: "0"

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/abd3lraouf/specter-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server