Skip to content

v5.3.2

Compare
Choose a tag to compare
@en-milie en-milie released this 22 Apr 18:43
· 1601 commits to master since this release

Release Notes:

  • add support for html only reports. This is achievable using the --reportFormat=htmlOnly argument. Html only reports are easier to embed in CI server reports due to javascript content security policies
  • test reports are now written in cats-report folder instead of test-report (this was a bit generic and confusing)
  • add a new argument called --skipPaths=LIST which can be used to skip a list of paths from fuzzing
  • all Long values are written in CATS report as String as Javascript has issues parsing Long numbers
  • add Fuzzer name in the CATS report summary table
  • test cases are now displayed as separated html page instead of javascript popup
  • drastically improved CATS report load time from tens of seconds (for thousands of tests) to 1 second
  • add test timestamp in the test case page