selenium - Create python behave context manually -


i'd test python behave scenarios manually calling before_all, after_all, etc start selenium webdriver , test manually can see error messages displayed in realtime.

how create valid behave context object programmatically can pass these scaffolding methods parameter without calling behave command line?

i think might want have @ context class:

https://github.com/behave/behave/blob/master/behave/runner.py


Comments