Class CressTestEngine
public static class CressTestEngine
- Inheritance
-
CressTestEngine
- Inherited Members
Methods
RunFlowAsync(string, string, string?, IReadOnlyList<string>?, CancellationToken)
public static Task<RunResult> RunFlowAsync(string projectPath, string flowPath, string? profile = null, IReadOnlyList<string>? reportFormats = null, CancellationToken cancellationToken = default)
Parameters
projectPathstringflowPathstringprofilestringreportFormatsIReadOnlyList<string>cancellationTokenCancellationToken
Returns
RunProjectAsync(string, string?, IReadOnlyList<string>?, CancellationToken)
public static Task<RunResult> RunProjectAsync(string projectPath, string? profile = null, IReadOnlyList<string>? reportFormats = null, CancellationToken cancellationToken = default)
Parameters
projectPathstringprofilestringreportFormatsIReadOnlyList<string>cancellationTokenCancellationToken