NBomber v6.2.0
In the NBomber v6.2.0 release, we focused primarily on improvements to cluster mode, and we also introduced several useful enhancements to the HTML Report.
HTML Report improvements​
One of the invisible but important changes in the new HTML Report is that it has been completely rewritten in TypeScript. For a long time, we used vanilla JavaScript with Vue, but over time it became difficult to manage complexity, reason about the code, and maintain correctness. Moving to TypeScript gives us type safety and makes future development more sustainable.
Now, let’s look at the visible improvements 🙂
Status code chart colors​
Previously, the colors for the status code chart were automatically selected by the charting library. This made it difficult to clearly distinguish successful responses from errors. In this release, we fixed that by introducing two distinct color groups—green for successful responses and red for errors—with slightly different shades.
This change significantly improves the clarity and readability of the status code chart.

Before: status codes chart

After: status codes chart


