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 logs
  • getAutomationTestNetworkLogs - Fetch HAR network traffic logs
  • getAutomationTestBrowserConsoleLogs - Fetch browser console output (errors, warnings)
  • getAutomationTestSeleniumLogs - Fetch raw WebDriver/Appium logs

Steps

Installs
1
First Seen
Jun 19, 2026
debug-automation-tests — lambdatest/testmuai-cursor-plugin