Gradle TestNG always launch 5 threads, how to increase threads?

前端 未结 0 1342
自闭症患者
自闭症患者 2020-12-10 07:10

My Gradle:

    task runRegrTest(type: Test) {
    retry {
        maxRetries = System.getProperty("maxRetryCount") as Integer
        maxFailures =          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题