You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.