我已经按照他们在他的网站上所说的完全配置了编解码和机器人:
https://codeception.com/docs/12-ParallelExecution
我已经完成了验收测试。最后,按照文档中的说明运行robo parallel:run
,但是当控制台中的运行着5个进程时,它仅运行1个实例。
也许这是我没有得到的东西,非常感谢您的帮助。
这是我运行robo parallel:run
时的控制台日志:
$ robo parallel:run
[ParallelExec] call D:\Programas\xampp\htdocs\robo2\vendor\bin\codecept.bat run acceptance --group paracept_1 --xml tests/_log/result_1.xml
[ParallelExec] call D:\Programas\xampp\htdocs\robo2\vendor\bin\codecept.bat run acceptance --group paracept_2 --xml tests/_log/result_2.xml
[ParallelExec] call D:\Programas\xampp\htdocs\robo2\vendor\bin\codecept.bat run acceptance --group paracept_3 --xml tests/_log/result_3.xml
[ParallelExec] call D:\Programas\xampp\htdocs\robo2\vendor\bin\codecept.bat run acceptance --group paracept_4 --xml tests/_log/result_4.xml
[ParallelExec] call D:\Programas\xampp\htdocs\robo2\vendor\bin\codecept.bat run acceptance --group paracept_5 --xml tests/_log/result_5.xml
5/5 [============================] 100%
[ParallelExec] 5 processes finished running
[ParallelExec] Done in 43.315s