v5.3.2
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 oftest-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 asString
as Javascript has issues parsingLong
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