This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.VSforMac.
Summary
Runs UITests in a given assembly using NUnit
Syntax
public static void UITest(this ICakeContext context, FilePath testsAssembly, NUnitSettings nunitSettings = null)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
testsAssembly |
FilePath |
The assembly containing NUnit UITests. |
nunitSettings |
NUnitSettings |
The NUnit settings. |
Return Value