Skip to main content
Glama

detailed_analyze_launch_failures

Analyze failed tests in Zebrunner launches to identify root causes, group similar errors, and generate Jira tickets with recommendations for efficient debugging.

Instructions

🚀 Analyze failed tests WITHOUT linked issues in a launch with grouping, statistics, and recommendations. Automatically analyzes all tests if ≤10, otherwise first 10 (use offset/limit for more). Use filterType: 'all' to include tests with issues. Supports pagination and screenshot analysis. NEW: Jira format with smart grouping - creates combined tickets for similar errors! 💡 TIP: Can be auto-invoked from Zebrunner launch URLs like: https://workspace.zebrunner.com/projects/PROJECT/automation-launches/LAUNCH_ID

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
testRunIdYesLaunch ID / Test Run ID (e.g., 120806)
projectKeyNoProject key (e.g., 'MCP') - alternative to projectId
projectIdNoProject ID - alternative to projectKey
filterTypeNoFilter: 'without_issues' = only tests without linked Jira tickets (DEFAULT), 'all' = all failed testswithout_issues
includeScreenshotAnalysisNoDownload and analyze screenshots with AI for each test (increases analysis time)
screenshotAnalysisTypeNoScreenshot analysis type if enableddetailed
formatNoOutput format: 'detailed' = full analysis, 'summary' = condensed, 'jira' = ready for Jira tickets with smart groupingsummary
jiraDetailLevelNoJira detail level: 'basic' = fast (no deep analysis), 'full' = comprehensive with deep analysis (DEFAULT, slower but thorough)full
executionModeNoExecution mode: sequential (safe), parallel (fast), or batches (balanced)sequential
batchSizeNoBatch size if executionMode is 'batches' (default: 5)
offsetNoPagination offset - start from test N (e.g., 0 for first 20, 20 for next 20)
limitNoNumber of tests to analyze (default: 20, max recommended: 30)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/maksimsarychau/mcp-zebrunner'

If you have feedback or need assistance with the MCP directory API, please join our Discord server