1 مستودع
Constructs full URLs from short identifiers by applying a configurable template for each link type (e.g., issue, test case) in test reports.
Distinct from Test Report Link Templates: Distinct from Test Report Link Templates: focuses on per-type template patterns (e.g., separate templates for issues vs test cases), not a single template for all links.
Explore 1 awesome GitHub repository matching user interface & experience · Per-Type Link Template Patterns. Refine with filters or upvote what's useful.
Allure is a test reporting framework that normalizes execution data from multiple test frameworks across different programming languages into a common intermediate format. It aggregates results from multiple sources into a shared directory of JSON files and generates self-contained HTML reports through a modular plugin pipeline. The architecture includes a hierarchical step tree model to represent test execution, metadata annotation injection to enrich results at runtime, and directory-watch incremental rendering that regenerates reports in real time as new data arrives. Unlike generic report
Construct full URLs from short identifiers by applying a configurable template for each link type in test reports.