Questions tagged [nunit-gui]

3 questions
0
votes
0 answers

How can I run specflow test scenarios in Nunit GUI?

Hello my question is simple, how can I run specflow test scenarios in Nunit GUI? The only way I found is: [Test] [Given(@"Ingreso a la pagina de login del aplicativo")] public void GivenIngresoALaPaginaDeLoginDelAplicativo() { …
0
votes
1 answer

OpenCover and NUnit GUI

I'm trying to use NUnit-Gui with OpenCover. To do it I'm starting the OpenCover with NUnit-Gui as main process, with the command as follow: C:\OpenCover\OpenCover.Console.exe -target:"C:\Nunit\nunit-gui.exe" -register:user…
0
votes
1 answer

myfile.csproj don't run in NUnit-GUI

How to import my test files into the NUnit-GUI? When I open my myfile.csproj the run state is Not Runnable.
kame
  • 20,848
  • 33
  • 104
  • 159