Hello, this would be a nice feature for dredd to have. I'll try to describe it.
Use case:
On CI server I need to run dredd with different configuration than locally.
Solution:
Adding an option for dredd to choose config file via optional parameter would solve this issue.
Consider following:
dredd # defaults to dredd.yml
dredd --config dredd.ci.yml # or dredd -f dredd.ci.yml
HI @romansklenar,
This makes perfect sense to me. I think it will be very easy to implement and it can be coupled with some work on CLI arguments in very near future.
Thanks! :heart: Looking forward!
I just went searching to see if this was possible, glad I'm not the only one!
Implemented by #548!
Most helpful comment
Implemented by #548!