Summary
Gets or sets a file containing the tests to run.
- Namespace
- Cake
.Common .Tools .NUnit - Containing Type
- NUnit3Settings
Syntax
public FilePath TestList { get; set; }
Value
Type | Description |
---|---|
FilePath | File path containing a list of tests to run, one per line. |