How to execute any step n number of times

113 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 answers

0
lchicoti On

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