- Qa Use
Qa Use
What is QA Use?
QA Use is an MCP (Model Context Protocol) server designed for comprehensive browser automation and QA testing capabilities, integrating with desplega.ai to facilitate automated testing, session monitoring, and intelligent test guidance using the AAA (Arrange-Act-Assert) framework.
How to use QA Use?
To use QA Use, you can run it locally with the command npx @desplega.ai/qa-use-mcp or set it up for remote access using HTTP transport. Ensure you have a valid API key from desplega.ai for authentication.
Key features of QA Use?
- Automated testing and session monitoring
- Batch test execution with dependency management
- Real-time progress notifications and session management
- Support for both local and remote browser automation
- Comprehensive documentation and built-in resources
Use cases of QA Use?
- Automating end-to-end testing for web applications.
- Monitoring and managing multiple QA testing sessions.
- Running batch tests to validate application functionality.
FAQ from QA Use?
-
Can QA Use handle all types of web applications?
Yes, QA Use is designed to work with various web applications, providing flexibility in testing. -
Is there a limit on the number of concurrent sessions?
Yes, QA Use supports up to 10 concurrent browser sessions with automatic cleanup for expired sessions. -
How do I get started with QA Use?
You can start by following the setup instructions in the MCP integration guide.
Server Config
{
"mcpServers": {
"desplega-qa": {
"command": "npx",
"args": [
"-y",
"@desplega.ai/qa-use-mcp@latest"
],
"env": {
"QA_USE_API_KEY": "your-desplega-ai-api-key"
}
}
}
}