-
Notifications
You must be signed in to change notification settings - Fork 153
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
Passing test run parameters when using dotnet test through command line #404
Comments
I don't think this is the right project, as the console is not used by I'll leave the issue open until a more knowledgeable person can provide a definite answer. |
@mikkelbu is correct, it isn't currently possible to pass command line parameters using |
It is a very basic and necessary feature, please add this. |
I planned to move from .Net framework to .Net Core, if you can't send parameters via command line, I would have to wait :( |
Hi, Is there any progress with dotnet nunit command? Thanks! |
Not yet sorry. It's very much on our roadmap. |
But we should remember / be aware that this could be a lot of work (aka hitting a moving target). https://twitter.com/xunit/status/1000073513015767040?s=19 |
Interesting! |
I'm not sure how this will end up, but we have been making a bit of progress in the background merging our .NET Standard code back into the engine so that we have one codebase again. I hope that this will allow us to create our own .NET Core command line runner, but we will see how that turns out with the shifting landscape 😄 |
This issue will be taken care of under #475. We're continuing work on .NET Core support at the moment - please see https://github.com/nunit/nunit-console/projects/1 for the overall project view. I'm going to close this issue in favour of the #475 - but please feel free to add any comments over there. 🙂 |
--params flag does not work when using "dotnet test" from the command line.
command:
dotnet test --params=test=test
The text was updated successfully, but these errors were encountered: