Search code examples
python-behave

BDD python behave runner


At the moment I am running feature files either individually or using the terminal and using the command behave.

Is there a runner class I can find somewhere that will run all the features one after the other that I can configure?

Thanks


Solution

  • Behave already include configurable runner into it.