How to execute any step n number of times

151 Views Asked by At

Although I am able to run any story n number of times using JBehave, I want to execute a step n number of times. Is it possible?

1

There are 1 best solutions below

0
On

It should be possible. Try configuring your runner class to create your n steps instances and run n story files associated.