I just started with XUnit and configured Jenkins, and I wanted to ask if there is a way to run XUnit Tests directly launched by Jenkins, and not using the Windows batch command command that runs the XUnit console operator.
I know that it is possible to run XUnit tests by running a Windows command through the Console Runner, but im looking for a plugin / everything, for example, that includes XUnit Runner, and you should only point to the DLL so that it runs the tests and processes the output XML
source
share