selenium-cucumber / selenium-cucumber-java

Behavior driven development (BDD) approach to write automation test scripts to test web applications.
https://seleniumcucumber.info/
MIT License
195 stars 280 forks source link

How to execute each scenario for each @test #21

Open MaheshUpadhyay opened 6 years ago

MaheshUpadhyay commented 6 years ago

Hi,

Lets say, within my .feature file, i do have 3 Scenarios (A, B & C), I have all define into definition file. Now i have a requirement to execute each scenario from each @Test of TestNG. How to execute per scenario 1 @Test?

So that whenever i have executed, every scenario should consider as a separate test case.

Thanks for the help in advance

Thanks, Mahesh