I am running my unit tests using vstest.console.exe. Now I am moving my jenkins to a MacOS machine (because I have to compile a xamarin project for OSx).
Using "dotnet test" does not work (yet?) with xamarin forms (see here).
Is vstest.console.exe also avialble on OSX (Visual Studio for Mac is installed)?
I cannot find it anywhere ...