We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d177f79 commit ecb7431Copy full SHA for ecb7431
1 file changed
PesterConfiguration.ps1
@@ -4,6 +4,11 @@ $config = @{
4
# 输出测试结果对象,因为我不需要解析结果对象,所以关掉
5
# PassThru = $True
6
PassThru = $False
7
+ # 多线程执行测试
8
+ Parallel = @{
9
+ Enabled = $true
10
+ MaxThreads = 4
11
+ }
12
}
13
CodeCoverage = @{
14
Enabled = $true
0 commit comments