All Versions
10
Latest Version
Avg Release Cycle
18 days
Latest Release
2618 days ago
Changelog History
Changelog History
-
v3.3.1
February 27, 2018 -
v3.3.0 Changes
February 26, 2018- ๐ Used new plotting library. Added lines to the generated plots to connect the dots, as the dot size was reduced significantly.
- ๐ Fixed the color for each run group across many old and changing the list of run groups. This can also mean repeating colours in the chart
- โ Added a popover for the chart
- ๐ Fixed ghost update bug when the network is slow loading results
-
v3.2.0
January 17, 2018 -
v3.1.1
January 11, 2018 -
v3.1.0 Changes
January 10, 2018๐ New graph options
- Total requests / Concurrency
- 2xx requests / Concurrecy
- 4xx requests / Concurrecy
- Failed requests / Concurrency
- Requests per second / Concurrency
Other changes
- Smaller dots in the graph, for less visual noise
- Compiled with GHC 8.2.2
-
v3.0.1
November 08, 2017 -
v3.0.0 Changes
November 06, 2017- โ
Run details are remembered and displayed in a new
Test List
panel - ๐ Ability to see whether the test is still running or it was stopped from the main view
- โ
Ability to group test runs in
Sets
and ability to filter by set
- โ
Run details are remembered and displayed in a new
-
v2.4.2 Changes
October 11, 2017โ The number of test runs to show on the right panel is now capped to 30 items, as we have no more colours in the list anyway.
-
v2.4.1 Changes
September 20, 2017When dobleclicking on a group name in the plot view, only show its data points
This is a quick way of hiding everything but a single group
-
v2.4.0 Changes
September 15, 2017Taking the 4xx errors out of the acceptance criteria for a successful run
โ The reason is that testing user errors, like validation errors in an API
โ is a common thing to do, and we should not abort the test because the
server is doing the right thing.