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.Karma.
Summary
Creates a new runner based on run mode.
Syntax
public KarmaRunner<TSettings> CreateRunner<TSettings>(KarmaRunMode runMode)
where TSettings : KarmaSettings, new()
Type Parameters
Name |
Description |
TSettings |
The type of settings to use for the runner. |
Parameters
Name |
Type |
Description |
runMode |
KarmaRunMode |
The run mode of the command. |
Return Value