Is there anyway where we can use if/else concept in feature file? For example:
Scenario: User should be able to check login page Given I am on login pag
You can use parameter in feature file and implement the If else in the Code based on the parameter passed.