Extra parameters on Nunit action

Need to add extra parameters to the nunit action (i.e. /framework option etc). Now I have to fall back to calling the nunit-console.exe myself (and loosing the nunit testview in finalbuilder server).

 

This ought to be a standard feature on all actions that call a console app (in order to avoid situations where you havent provided an option in the action GUI for all the latest option of the console app)

 

This ought to be a standard feature on all actions that call a console app

Indeed, have a look the available properties of the action using the Properties tab (View → Action Properties Tab) and you’ll see the category ‘Extra Command Line Parameters’, this is available on just about all actions that execute an external process.

Regards,
Paul.

Aha, thank you!

...and I who thought that Action properties and action properties was the same :-)