NUnit adds/removes command line arguments and not all of them are supported by plugin.
https://github.com/nunit/docs/wiki/Console-Command-Line
I'm interested in "--agents" and "--labels".
However instead of adding support for this specific argument I think It would be useful to have possibility to modify command line right before project.exec and inject any argument.
NUnit adds/removes command line arguments and not all of them are supported by plugin.
https://github.com/nunit/docs/wiki/Console-Command-Line
I'm interested in "--agents" and "--labels".
However instead of adding support for this specific argument I think It would be useful to have possibility to modify command line right before project.exec and inject any argument.