PragmaticFlow / NBomber

Modern and flexible load testing framework for Pull and Push scenarios, designed to test any system regardless a protocol (HTTP/WebSockets/AMQP etc) or a semantic model (Pull/Push).
https://nbomber.com
Other
2.08k stars 129 forks source link

Enable/disable automatic cleaning of reporting directory #743

Open michaelplavnik opened 2 months ago

michaelplavnik commented 2 months ago

From usability perspective, I need to collect reports for several executions of NBomber into a single folder. By default report folder is cleaned and there is no option to control this behavior.

Might be you can add a parameter WithReportFolder(path, autoClean: false)

Originally posted by @michaelplavnik in https://github.com/PragmaticFlow/NBomber/discussions/734