We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jfarcand/pierre_mcp_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# ABOUTME: Test that settings screen renders properly (not blank)
# ABOUTME: Converted from settings.test.js "screen rendering - prevents blank screen regression"
appId: com.pierre.fitness
---
# Launch and login
- runFlow:
file: ../helpers/launch-app.yaml
- runFlow:
file: ../helpers/login.yaml
# Navigate to Settings
- runFlow:
file: ../helpers/navigate-to-settings.yaml
# Test: should show settings screen (not blank)
- assertVisible:
id: "settings-screen"
# Test: should show profile section with user info
- assertVisible:
id: "settings-profile-section"
# Test: should show Edit Profile button
- assertVisible: "Edit Profile"