test
Runs tests via dotnet test, optionally batched through a generated solution.
@dotnet test {
configuration = "Release"
restore = "true"
build = "true"
filter = "TestCategory!=integration"
args = "--blame-hang"
}Capabilities
| Capability | Info |
|---|---|
| Cache | remote |
| Bach | yes |
Argument Reference
The following arguments are supported:
configuration- (Optional) Configuration (defaults toDebug).restore- (Optional) Perform restore (omit to add--no-restore).build- (Optional) Build before testing (omit to add--no-build).filter- (Optional) Test filter expression (--filter).args- (Optional) Additional arguments fordotnet test.
Last updated on