JanJorgensen / StepBro

Automation framework for .net
MIT License
3 stars 0 forks source link

Make it possible to save report to a specific file #280

Closed MolaeMaceria closed 2 months ago

MolaeMaceria commented 2 months ago

This makes it so there will not be generated many files if you run the same tests over and over again, and also so you can customize the name of the file.

Specifically with the --print_report option (i.e. it should not save to any file if the --print_report option is not set).

Currently report.sbr is still being generated even if --print_report is not set, this should be fixed.