We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Saik0s/mcp-browser-use'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
conftest.py•429 B
"""Pytest configuration and fixtures for mcp-browser-use tests."""
def pytest_configure(config):
"""Register custom markers."""
config.addinivalue_line("markers", "e2e: End-to-end tests requiring real API keys and browser")
config.addinivalue_line("markers", "integration: Integration tests with mocked LLM but real browser automation")
config.addinivalue_line("markers", "slow: Tests that take longer to run")