dotnetcoretest #4112
-
|
My cake version is 3.0. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
If you're able to run your tests with
|
Beta Was this translation helpful? Give feedback.
-
|
My cake version is 3.0. |
Beta Was this translation helpful? Give feedback.
-
|
If you're able to run your tests with
|
Beta Was this translation helpful? Give feedback.
If you're able to run your tests with
dotnet testyou can use the .NET test aliases which are shipped as part of Cake.DotNetCoreTestfrom Cake.Incubator internally calls this alias while providing a settings object specific to XUnit which is passed as arguments (see https://github.com/cake-contrib/Cake.Incubator/blob/develop/src/Cake.Incubator/DotNetCoreTestExtensions.cs#L54). If you require these parameters you can also pass them yourself toDotNetTestusing the overload which accepts aProcessArgumentBuilder: https://cakebuild.net/api/Cake.Common.Tools.DotNet/DotNetAliases/E12827F8