The OpenFastTrace IntelliJ Plugin 0.8.0 is out. While version 0.7.0 made OFT runs configurable, this release focuses on how you interact with the results.
#
Test Runner UI Integration
The most significant change is that OpenFastTrace results now integrate directly with IntelliJ’s built-in Test Runner UI. Instead of scanning a text report, you get a structured tree of results.
This integration provides several benefits:
- Visual Feedback: Results are grouped by source file, specification item, and trace link. Clean items show as passed, while defects appear as failures.
- Deep Inspection: You can expand source files to see affected items and inspect incoming/outgoing trace links as sub-tests.
- Contextual Information: Item IDs, link status, and defect explanations are visible in the test details.
- Easy Navigation: You can jump from result nodes directly to the source files, specification declarations, or coverage tags.
The global Tools | OpenFastTrace | Trace Project action and new run configurations use this UI by default. If you prefer the raw report, you can still opt into the plain text output in the run configuration.