Open OskarStark opened 7 years ago
This is my file structure:
This line fixes it:
default:
extensions:
FriendsOfBehat\PerformanceExtension: ~
Behat\Symfony2Extension: ~
Behat\MinkExtension:
sessions:
my_session:
symfony2: ~
suites:
app_bundle_suite:
+ paths:
+ features: tests/
type: symfony_bundle
bundle: AppBundle
contexts: [ Tests\AppBundle\Features\Context\HeadlessContext ]
Maybe the default value could be changed based on the Sf version?
Would be nice to have a feature, that autoloads tests automatically from a Symfony3 filesystem structure!
:+1:
Hi guys,
this is my
behat.yml
:and the following versions:
I have
login.feature
which is located here:src/tests/AppBundle/Features/login.feature
Would be great to get a hint what to change to get this working!
Cheers, Oskar