-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NUnit v2 Test Adapter to support .runsettings file #161
Comments
Hi! We will be adding some of the parameters from the runsettings to this adapter, but had really hoped people could migrate to NUnit3.
|
Would it not be more appropriate to ask the 3rdParty tool to start supporting NUnit 3 which has been out for 4 years now? Just asking 😄 |
Hi All,
BTW, Thank you! |
|
I read the Tips and Tricks and some more and trying to understand: I hope I’ve not got this all wrong…. |
The For the V2 adapter, we would need to do the same thing: (1) examine nunit-console options and determine which ones make sense to emulate under VS, (2) implement code to get the settings from the file and (3) implement code to instruct the V2 core to use those settings. Step 1 is crucial. Some console settings, like |
Thanks for the clarifications. The console settings that would be very useful to have with the adapter are:
Thanks. |
I indicated |
Hi
While working with a 3rd party tool which relies on NUnit 2, and running night builds with TFS vNext 2017, we need a way to pass on some parameters to NUnit.
As I read, with NUnit 3 adapter it is easy since it supports .runsettings.
Any possibilty to add this capability in the (very) near future?
Thanks!!
The text was updated successfully, but these errors were encountered: