AppCenterTestRunUitestSettings.

ExcludeCategory Property

Summary

--exclude-category <arg> NUnit category to not run. (Can be used multiple times) (When include and/or fixture are combined with exclude, all tests with the included categories are run, except for those also marked with the excluded categories)

Syntax

public string[] ExcludeCategory { get; set; }

Attributes

Type Description
NullableAttribute

Value

Type Description
string[]