robotframework吧 关注:157贴子:168
  • 1回复贴,共1

求助:用pabot分布式执行robot!!!

只看楼主收藏回复

请问哪位大神用过pabot分布式执行robot脚本,就是把一个test suite分发到2台主机上。
怎样实现2台机器的通信呀?


1楼2020-01-14 21:04回复
    Pabot will split test execution from suite files and not from individual test level.
    pabot 通过开启多个进程以Suite为单位并行运行robotframework测试案例(pabot以suite为最小单位,做不到把一个test suite分割分发到两台机器)。


    IP属地:北京2楼2020-02-24 10:17
    回复