Skip to content

v0.11.1

Compare
Choose a tag to compare
@janschaefer janschaefer released this 06 Feb 20:30
· 2440 commits to master since this release

New Features

HTML Report size reduction

  • The size of the HTML report has been greatly reduced by compressing the scenario data with gzip. This significantly reduces the load time of large reports on slow network connections. #186

Fixed Issues

  • HTML Report: fixed an issue with the search input in the mobile menu that was hidden on mobile devices when the virtual keyboard appeared. #182
  • JUnit: throwing an AssumptionViolationException will not lead to a failed scenario anymore. Instead, the scenario will be ignored and will not appear in the report at all. #185