JGiven v0.11.1 Release Notes

  • ๐Ÿ†• 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