jole78 / TeamCity.SpecFlow.Reporting

Automates, via PowerShell, the process of executing SpecFlow features via specflow.exe to produce a html report that can be shown in TeamCity.
MIT License
19 stars 1 forks source link

Make use of $VerbosePreference and $DebugPreference #9

Open jole78 opened 10 years ago

jole78 commented 10 years ago

Instead of having a separate Verbose property on the $tsr object we should respect the use of the $VerbosePreference and/or -Verbose switch. Same goes for debug.

jole78 commented 10 years ago

1.3.7 has some of these improvements