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?
Asked
Active
Viewed 316 times
0

kame
- 20,848
- 33
- 104
- 159
1 Answers
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