debug-automation-tests
Installation
SKILL.md
Debug Automation Tests
When to Use
- Investigating why an automated test failed on TestMu AI
- Retrieving command, network, console, or Selenium logs from a test session
- Understanding test execution details (browser, OS, timing, status)
- Debugging Selenium or Appium test issues
MCP Tools Used
getAutomationTestDetails- Fetch test metadata (browser, OS, status, timing)getAutomationTestCommandLogs- Fetch Selenium/Appium command execution logsgetAutomationTestNetworkLogs- Fetch HAR network traffic logsgetAutomationTestBrowserConsoleLogs- Fetch browser console output (errors, warnings)getAutomationTestSeleniumLogs- Fetch raw WebDriver/Appium logs