Skip to content

Commit 19b9c85

Browse files
authored
Blog post about the IntelliJ plugin 0.8.0 (#24)
Blog post about the IntelliJ plugin 0.8.0
1 parent 4e33da8 commit 19b9c85

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: "OpenFastTrace IntelliJ Plugin 0.8.0"
3+
date: "2026-06-10T19:25:40+02:00"
4+
draft: false
5+
author: "Sebastian"
6+
---
7+
8+
The [OpenFastTrace IntelliJ Plugin 0.8.0](https://github.com/itsallcode/openfasttrace-intellij-plugin/releases/tag/0.8.0) is out. While version 0.7.0 made OFT runs configurable, this release focuses on how you interact with the results.
9+
10+
## Test Runner UI Integration
11+
12+
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.
13+
14+
This integration provides several benefits:
15+
- **Visual Feedback**: Results are grouped by source file, specification item, and trace link. Clean items show as passed, while defects appear as failures.
16+
- **Deep Inspection**: You can expand source files to see affected items and inspect incoming/outgoing trace links as sub-tests.
17+
- **Contextual Information**: Item IDs, link status, and defect explanations are visible in the test details.
18+
- **Easy Navigation**: You can jump from result nodes directly to the source files, specification declarations, or coverage tags.
19+
20+
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.
21+
22+
## Improved Identity
23+
24+
We have also added JetBrains-compliant icon assets. This means the plugin is now easier to identify in the IDE and on the JetBrains Marketplace. OpenFastTrace run configurations now use a dedicated icon instead of the generic execution icon.
25+
26+
## Documentation and Maintenance
27+
28+
This release also includes a new use-case-centric user guide to help you get the most out of the plugin. On the build side, we have added dependency locks and improved our version checking to ensure a more stable build process.
29+
30+
If you are using IntelliJ, give it a try. You can find the release and the full changelog on [GitHub](https://github.com/itsallcode/openfasttrace-intellij-plugin/releases/tag/0.8.0).
31+

0 commit comments

Comments
 (0)