0

I have many tests in the .cs format. When I want to run nunit-console C:\Users\...\Desktop\web-testing\xxxxxx.dll /output="C:\Users\...\Desktop\result.xml", I need a dll. But how to create this file?

kame
  • 20,848
  • 33
  • 104
  • 159

1 Answers1

0

Using the exe-file

nunit-console  C:\Users\...\Desktop\web-testing\xxxxxx.exe /output="C:\Users\...\Desktop\result.xml"

is working.

kame
  • 20,848
  • 33
  • 104
  • 159