Test parallelism with IntelliJ and TestNG

后端 未结 5 1957
深忆病人
深忆病人 2021-02-08 16:12

I\'m attempting to run some TestNG tests in parallel but don\'t have access to a testng.xml as IntelliJ builds it on the fly. I\'ve tried adding parameters such as \'parallel=m

5条回答
  •  闹比i
    闹比i (楼主)
    2021-02-08 16:36

    The best option for Intellij IDEA is to create additional testng.xml or you may run test from command line.

提交回复
热议问题