Allure test reporting framework for comprehensive test result visualization
Scanned 9/2/2026
Install to Claude Code
npx -y skills add a5c-ai/babysitter --skill allure-reporting --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Allure Reporting?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/a5c-ai-allure-reporting-babysitter)More formats (shields.io, HTML) on the badges page.
---
name: Allure Test Reporting
description: Allure test reporting framework for comprehensive test result visualization
allowed-tools:
- Bash
- Read
- Write
- Edit
- Glob
- Grep
graph:
domains: [domain:software-engineering]
specializations: [specialization:qa-testing-automation]
skillAreas: [skill-area:regression-testing, skill-area:metrics-dashboarding]
roles: [role:qa-engineer]
topics: [topic:test-driven-development]
---
# Allure Test Reporting Skill
## Overview
This skill provides expert-level capabilities for Allure-based test reporting, enabling rich test result visualization, trend analysis, and stakeholder reporting.
## Capabilities
### Reporter Configuration
- Configure Allure reporter for multiple frameworks
- Jest, Mocha, pytest, JUnit integration
- Playwright and Cypress integration
### Report Generation
- Generate Allure test reports
- Combine results from multiple test runs
- Generate execution timeline
### Test Documentation
- Add test steps and descriptions
- Attach screenshots and logs
- Add parameters and links
- Configure severity and priority
### Categories & Environment
- Configure test categories
- Set up environment information
- Custom category definitions
### Trend Analysis
- Analyze test trends and history
- Track pass/fail rates over time
- Identify flaky tests
### Integration
- Configure Allure TestOps integration
- CI/CD pipeline integration
- Custom widgets and dashboards
## Target Processes
- `automation-framework.js` - Framework reporting setup
- `metrics-dashboard.js` - Test metrics visualization
- `continuous-testing.js` - CI/CD reporting
- `quality-gates.js` - Quality reporting
## Dependencies
- `allure-commandline` - Allure CLI
- Framework-specific adapters
- Allure TestOps (optional)
## Usage Example
```javascript
{
kind: 'skill',
skill: {
name: 'allure-reporting',
context: {
action: 'generate-report',
resultsDir: 'allure-results',
outputDir: 'allure-report',
historyDir: 'allure-history',
cleanFirst: true
}
}
}
```
## Configuration
The skill integrates with various test frameworks and provides unified reporting across test types.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!