Release Notes:
- add support for html only reports. This is achievable using the
--reportFormat=htmlOnlyargument. Html only reports are easier to embed in CI server reports due to javascript content security policies - test reports are now written in
cats-reportfolder instead oftest-report(this was a bit generic and confusing) - add a new argument called
--skipPaths=LISTwhich can be used to skip a list of paths from fuzzing - all
Longvalues are written in CATS report asStringas Javascript has issues parsingLongnumbers - add
Fuzzername 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