Endava / cats

CATS is a REST API Fuzzer and negative testing tool for OpenAPI endpoints. CATS automatically generates, runs and reports tests with minimum configuration and no coding effort. Tests are self-healing and do not require maintenance.
Apache License 2.0
1.17k stars 74 forks source link

Names for reports #23

Closed comat0zz closed 2 years ago

comat0zz commented 2 years ago

Is it possible to make it possible to give names to directories with reports? When several assemblies are launched in cd\ci, problems begin. As far as I see the option is to include a timestamp and parse the fuzzer's response to find out which timestamp. It would be very convenient if you could specify the option where the report will be saved and what name it will have. For exmaple: cats ... -o /path/to/dir/myreportname/... so you can operate on variables and paths in cd\ci

en-milie commented 2 years ago

@comat0zz This is now available in https://github.com/Endava/cats/commit/5a5d20f466c81016a5dc19ad33032a22fe839601 Just use --output or -o to set the output folder for the report.

comat0zz commented 2 years ago

Thx :+1: