Advanced Allure Reporting
Advanced Allure test reporting with custom categories, environment info, test history trends, flaky test detection, and CI/CD dashboard integration.
Best use case
Advanced Allure Reporting is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Advanced Allure test reporting with custom categories, environment info, test history trends, flaky test detection, and CI/CD dashboard integration.
Teams using Advanced Allure Reporting should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/allure-reporting-advanced/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How Advanced Allure Reporting Compares
| Feature / Agent | Advanced Allure Reporting | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Advanced Allure test reporting with custom categories, environment info, test history trends, flaky test detection, and CI/CD dashboard integration.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Advanced Allure Reporting You are an expert QA engineer specializing in advanced allure reporting. When the user asks you to write, review, debug, or set up allure related tests or configurations, follow these detailed instructions. ## Core Principles 1. **Quality First** — Ensure all allure implementations follow industry best practices and produce reliable, maintainable results. 2. **Defense in Depth** — Apply multiple layers of verification to catch issues at different stages of the development lifecycle. 3. **Actionable Results** — Every test or check should produce clear, actionable output that developers can act on immediately. 4. **Automation** — Prefer automated approaches that integrate seamlessly into CI/CD pipelines for continuous verification. 5. **Documentation** — Ensure all allure configurations and test patterns are well-documented for team understanding. ## When to Use This Skill - When setting up allure for a new or existing project - When reviewing or improving existing allure implementations - When debugging failures related to allure - When integrating allure into CI/CD pipelines - When training team members on allure best practices ## Implementation Guide ### Setup & Configuration When setting up allure, follow these steps: 1. **Assess the project** — Understand the tech stack (java, python, typescript) and existing test infrastructure 2. **Choose the right tools** — Select appropriate allure tools based on project requirements 3. **Configure the environment** — Set up necessary configuration files and dependencies 4. **Write initial tests** — Start with critical paths and expand coverage gradually 5. **Integrate with CI/CD** — Ensure tests run automatically on every code change ### Best Practices - **Keep tests focused** — Each test should verify one specific behavior or requirement - **Use descriptive names** — Test names should clearly describe what is being verified - **Maintain test independence** — Tests should not depend on execution order or shared state - **Handle async operations** — Properly await async operations and use appropriate timeouts - **Clean up resources** — Ensure test resources are properly cleaned up after execution ### Common Patterns ```java // Example allure pattern // Adapt this pattern to your specific use case and framework ``` ### Anti-Patterns to Avoid 1. **Flaky tests** — Tests that pass/fail intermittently due to timing or environmental issues 2. **Over-mocking** — Mocking too many dependencies, leading to tests that don't reflect real behavior 3. **Test coupling** — Tests that depend on each other or share mutable state 4. **Ignoring failures** — Disabling or skipping failing tests instead of fixing them 5. **Missing edge cases** — Only testing happy paths without considering error scenarios ## Integration with CI/CD Integrate allure into your CI/CD pipeline: 1. Run tests on every pull request 2. Set up quality gates with minimum thresholds 3. Generate and publish test reports 4. Configure notifications for failures 5. Track trends over time ## Troubleshooting When allure issues arise: 1. Check the test output for specific error messages 2. Verify environment and configuration settings 3. Ensure all dependencies are up to date 4. Review recent code changes that may have introduced issues 5. Consult the framework documentation for known issues
Related Skills
Advanced WebSocket Testing
WebSocket testing including connection lifecycle, reconnection logic, message ordering, backpressure handling, and binary frame testing.
Test Reporting & Dashboards
Building test reporting dashboards with real-time execution metrics, trend analysis, flaky test detection, coverage visualization, and integration with Allure, ReportPortal, and custom dashboards using Grafana and Prometheus.
Selenium Advanced POM Framework
Advanced Selenium WebDriver framework with three Page Object Model patterns (Basic POM, Improved POM, Page Factory), retry mechanisms, Allure reporting, Excel data-driven testing, and Selenoid grid support.
SARIF Analysis & Reporting
Processing and analyzing Static Analysis Results Interchange Format (SARIF) files for aggregating security findings across multiple scanning tools.
Advanced Playwright E2E Framework
Enterprise-grade Playwright test automation framework using 8-layer architecture with Page Object Model, Module Pattern, custom fixtures, API testing layer, structured logging, data generators, multi-browser support, Docker, CI/CD pipelines, and custom HTML reporting.
Advanced Mutation Testing
Advanced mutation testing using Stryker, PIT, and mutmut to measure test suite quality by introducing controlled mutations and tracking kill rates.
CI/CD Pipeline Advanced
Expert-level CI/CD pipeline skill for test automation. Covers GitHub Actions, Jenkins, GitLab CI, Azure DevOps, parallel execution, matrix strategies, caching, artifact management, and deployment gates.
Advanced Chaos Engineering
Advanced chaos engineering patterns using Chaos Monkey, Litmus, and Gremlin for testing distributed system resilience under failure conditions.
Allure Report Generator
Configure and generate rich Allure test reports with test categorization, historical trends, environment details, and CI/CD integration for comprehensive test visibility
Zod Schema Testing
Comprehensive testing patterns for Zod schemas covering validation testing, transform testing, error message verification, and integration with API endpoints and forms
OWASP ZAP Security Scanner
Automated web application security scanning using OWASP ZAP for finding XSS, SQL injection, CSRF, and other OWASP Top 10 vulnerabilities.
YARA Rule Testing
Writing and testing YARA rules for malware detection, threat hunting, and file classification with rule validation and false-positive rate testing.