test
Runs tests via dotnet test, optionally batched through a generated solution.
@dotnet test {
configuration = "Debug"
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) Build configuration. Default value isDebug.restore- (Optional) Runs restore before tests. Default value istrue.build- (Optional) Runs build before tests. Default value istrue.filter- (Optional) Filter expression (--filter).args- (Optional) Extradotnet testarguments.
Last updated on