One thing that I really like about behave ( https://behave.readthedocs.io/en/stable/ ) is that you can use the stage flag and it will run different step implementations for each one. If you pass the flag --stage=ui, then all step implementations inside ui_steps will run. I don't want to be stuck with behave, but I didn't see this feature in other runner ( like cucumber.js or even cucumber for java) Any ideia on how to implement this?
question from:https://stackoverflow.com/questions/66050318/cucumber-ui-and-api-implementation-of-the-same-scenario