I have searched for same but faced with failure. Is there any other tool which can be utilised effectively to run the scripts on multiple node?
Asked
Active
Viewed 418 times
2 Answers
0
Posible duplicate of : How to execute cucumber test cases in parallel using Grid?
For me, TestNG is good to parallelize your tests and here is a question and answer about it : How to run the cucumber test parallelly_Junit/TestNg

sayhan
- 1,168
- 1
- 16
- 22
-
Yes. It is possible with testng. But I am looking for cucumber. – Jitendra Pisal Feb 22 '19 at 08:10
-
Yes, I am also giving solution for cucumber. Cucumber is framework for writing test and you should implement other libraries for running that framework parallelized. There is no way to do that with only cucumber @JitendraPisal – sayhan Feb 22 '19 at 08:12
0
Cucumber 4 provides native support to run scenarios in paralllel. You dont need cucumber -Jvm. you have to put number of threads in the runner file (--thread = 2) and just pass the selenium hub to your selenium driver during initialization.

Sureshmani Kalirajan
- 1,938
- 2
- 9
- 18