📜  testng 中的并行执行 - 任何代码示例

📅  最后修改于: 2022-03-11 14:56:22.428000             🧑  作者: Mango

代码示例1
● In xml file write.
○ parallel=”tests”thread-count=”4”
● Thread-count is how many browsers you want to open same time
● In xml file you can add .* to run everything
○ Ex:
● TestNGhas its own reports -When you run xml, 
it gives you the report in test-output folder
● Contains the test report in html