Skip to content

Release 4.8.0

Choose a tag to compare

@github-actions github-actions released this 01 Aug 18:53
· 4 commits to main since this release

OpenFastTrace 4.8.0, released 2026-08-01

Code name: Transitive Defect Distinction

Summary

OpenFastTrace now distinguishes between direct and transitive defects in both HTML and plain text reports.
A direct defect is a failure of the item itself, while a transitive defect is inherited from covered items that are failed.
This helps users to identify and focus on the root causes of failures.

New Features

  • #251: Distinguished between direct and transitive defects in HTML and plain text reports.