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

No option to use x86 version of NUnit #14

Closed Holf closed 4 months ago

Holf commented 9 years ago

The 'nunit-console.exe' NUnit Console Runner is called out in the TeamCity.SpecFlowReporting.psm1 script.

I have some tests where I need to use 'nunit-console-x86.exe' instead. I've been able to work around this by replacing the relevant string in TeamCity.SpecFlowReporting.psm1 but this is not ideal.

Ideally this would be configurable; I know it sort of is, via the PathToNUnitConsoleExe setting, but a simple 'UseX86NUnit' flag would be cool.

jole78 commented 9 years ago

add it and issue a PR then...