How to execute the feature file one by one mentioned order in feature tag of testng runner class

109 Views Asked by At

How to execute the feature file one by one in a mentioned order of feature tag in testng runner class

ex:

@cucumberOptions( tag="src/feature3.feature, src/feature1.feature" )

Need to execute the feature3 first after that feature1 need to be executed.

0

There are 0 best solutions below