Open vuhi opened 5 years ago
@igniteram Even i have setup my tests to run around this framework, can you please confirm if currently there is no support for scenario like this mentioned above? So as per now we have to write one scenario per feature file multiple scenario is not possible?
@vuhi and @rahulkedia1409 You can maintain multiple scenarios in one file and can run multiple scenarios at once or run each scenarios at once. Here, to run multiple you just need to run the feature file. But to run each scenario you need to add a tag to it
To know more about cucumber tag check this link: https://cucumber.io/docs/cucumber/api/#tags
Hello team, I am new to e2e. I have a feature file with multiple scenarios like this:
I have a step file like this:
My questions are: