Category "python-behave"

Is it possible to pass python behave command-line arguments from file

I wonder, is it possible to pass behave arguments, eg. "-D environment". by default they are taken from the behave file. Maybe there is some way to keep each co

Is it possible to specifiy which step implementation to use in behave?

My test suite have features/scenarios for both desktop and mobile. some steps will eventually have the same name (i.e., when I go to home page, when i click or

Pass a variable from command line into scenario or feature in feature file

Currently I have Behave tests that run in Selenium but pick which browser to test based on an Environment Variable. Is there any way to pass text from the comma