I am using final builder 7 actions Nunit with fixture and xml output options. when i was running with NUnit version 2.6.4 it works fine. But i have upgraded version to 3.0 ie nunit3.console
Please check this link for final builder options provided for referernce. https://i.stack.imgur.com/CdYpG.png
I am facing below issues:
- Invalid argument /xml
- Invalid argument /fixture
I have tried to execute like a command as below:
nunit3.console.exe Test.dll --fixture=example --xml=example.xml
But it didn't work for me. Did i miss anything in command line syntax? My goal is to get separate xml files for each class i specified. Please help me to resolve this issue. Thanks in advance.