Running multiple Selenium tests at the same time

后端 未结 4 1907
没有蜡笔的小新
没有蜡笔的小新 2020-12-01 06:02

I would like to run multiple Selenium Tests (on a Jenkins server) at the same time.

It currently runs only a single test at a time cause ChromeDriver seems to commun

4条回答
  •  猫巷女王i
    2020-12-01 06:06

    I agree using grid in combination with Maven parallelized class, you can run multiple instance in one PC. Jenkins is possible when you are using Ant for your build ,then you can specify which test can be run parallel. Its quite easy to set it up though ;)

提交回复
热议问题