InterviewSolution
Saved Bookmarks
| 1. |
How To Run A Particular Scenario From A Feature File? |
|
Answer» We can RUN particular scenario from a FEATURE FILE by giving the scenario line NUMBER Ex: cucumber features/test.feature:21 We can run particular scenario from a feature file by giving the scenario line number Ex: cucumber features/test.feature:21 |
|