Behat 3 is already out. You configure the paths as follows:
#behat.yml default: autoload: '': %paths.base%/tests/features/bootstrap suites: default: paths: - %paths.base%/tests/features
The path specified in the autoload section sets the path in which Behat searches for context classes. The paths in the suites section are where the function descriptions are (from the default set in this case).
christopheraue
source share