Connection check
local install
qa-use
Agent-first E2E testing CLI
Tools
13
GitHub stars
27
Installs / wk
1k
Licence
MIT
Transport
stdio
Last checked
never
Tools & capabilities
13 toolsRead from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.
ensure_installed
from source
Ensure API key is set, validate authentication, and install Playwright browsers. Does not start browsers (lazy initialization on session start). Ensure API key is set, validate authentication, and install Playwright browsers. Does not start browsers (lazy initialization on session start).
get_configuration
from source
interact_with_session
from source
Interact with a session - respond to questions, pause, or close the session Interact with a session - respond to questions, pause, or close the session
monitor_session
from source
Monitor a session status. Keep calling until status is Monitor a session status. Keep calling until status is
register_user
from source
Register a new user and get API key Register a new user and get API key
reset_browser_sessions
from source
run_automated_tests
from source
Execute multiple automated tests simultaneously. If a test has a matrix configured, all variants are run in parallel automatically (bounded by Hatchet Execute multiple automated tests simultaneously. If a test has a matrix configured, all variants are run in parallel automatically (bounded by Hatchet
search_automated_test_runs
from source
search_automated_tests
from source
Search for automated tests by ID or query. If testId provided, returns detailed info for that test. Otherwise searches with optional query/pagination. Search for automated tests by ID or query. If testId provided, returns detailed info for that test. Otherwise searches with optional query/pagination.
search_sessions
from source
Search and list all sessions (automated tests and development sessions) with pagination and filtering Search and list all sessions (automated tests and development sessions) with pagination and filtering
start_automated_session
from source
Start an automated E2E test session for QA flows and automated testing. Returns sessionId (data.agent_id) for monitoring. URL is optional - uses app config base_url if not provided… Start an automated E2E test session for QA flows and automated testing. Returns sessionId (data.agent_id) for monitoring. URL is optional - uses app config base_url if not provided.
start_dev_session
from source
Start an interactive development session for debugging and exploration. Session will not auto-pilot and allows manual browser interaction. Start an interactive development session for debugging and exploration. Session will not auto-pilot and allows manual browser interaction.
update_configuration
from source