laracasts / Behat-Laravel-Extension

Laravel extension for Behat functional testing.
MIT License
260 stars 73 forks source link

Use for Laravel5 Package Development #18

Open MaxTwentythree opened 9 years ago

MaxTwentythree commented 9 years ago

Hi, I'm trying to use the Behat-Laravel-Extension for Package Development (Laravel 5), but when I try to run behat I'm receiving the error "Could not locate the path to the Laravel bootstrap file." (because the bootstrap file is searched in my packages folder, where it can't be found of course).

Is there a way to adapt Behat-Laravel-Extension to Package Development?

alnutile commented 8 years ago

@MaxTwentythree this might be solved with setting an alternative behat profile in your behat.yml that overwrites the default profiles path.