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.11k stars 75 forks source link

Feature Request: Add support for test report generation in the replay command #71

Closed beam-me-up closed 1 year ago

beam-me-up commented 1 year ago

Overview

Currently, the replay command in the project does not generate a test report for the test run. This issue serves as a feature request to add support for test report generation in the replay command.

Proposal

It would be beneficial to have the ability to create a test report similar to the existing functionality in the cats command. To achieve this, I recommend incorporating the --output= argument from the cats command, which allows specifying the file or folder for the test report output.

Benefits

By implementing this enhancement, users will have the option to generate comprehensive test reports directly from the replay command. This feature will improve test result visibility and facilitate easier analysis of the test run.

en-milie commented 1 year ago

The feature is available in: https://github.com/Endava/cats/releases/tag/cats-8.7.0