Python behave: get list of selected features in before_all
For a pre-processing (cross-cutting) task, I would like to obtain a list of all selected “Features” already in the before_all hook. However, I only get very basic data via the Context there, like “Context.config”. Where, as far as I can see, only an in-memory representation of the run configuration (command line parameters) is accessible.
python behave not able to detect step definition
I am trying to implement bdd test cases for flask application api end points. i am getting following error.