symfony - Application level feature set -
i moved feature set application level. in order that, had add context.class parameter behat.yml file. reason moved them application level able run of features 1 place, have featurecontext class files either @ application level or in each class's appropriate bundle. there way supply array context.class feature automatically in multiple featurecontext class files in multiple bundles?
there's no such parameter (yet). things gonna change in behat 3.0.
for now, class can autoloaded, can used behat. need configure main context class in behat.yml. it's featurecontext class.
in featurecontext can include additional contexts subcontexts. subcontexts can placed wherever want.
however, think it's stick 1 approach. mean, if prefer have feature files in 1 folder, same context files.
Comments
Post a Comment