我正在尝试使用 dotnet test 命令重新运行失败的测试。我想从测试运行期间创建的文件传递失败测试的列表。我似乎无法正确理解“--filter”选项的“&”运算符语法。我每次运行只能通过一个测试名称。例子: dotnet test --filter "FullyQualifiedName~TestOne1 & FullyQualifiedName~TestOne2"
dotnet test --filter "FullyQualifiedName~TestOne1 & FullyQualifiedName~TestOne2"
nunit .net-core dotnet-test
.net-core ×1
dotnet-test ×1
nunit ×1