标签: perl selenium parallel-processing automation
有没有人知道使用selen在perl中并行执行测试用例。
在JUnit中是否有类似于ParallelComputer的perl模块。
答案 0 :(得分:1)
In your test files:
use Test::WWW::Selenium; ⋮
Call the harness:
prove --jobs 10