All Versions
10
Latest Version
Avg Release Cycle
18 days
Latest Release
2248 days ago

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
  • 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, 2017

    When 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, 2017

    Taking 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.