We are working on a laravel project, that consist of one main app that is more or less a container for many vendor modules.
When we implement a new feature set this is solved as a module hat goes into the vendor folder, installed via composer.
I would like to be able to test each module independently. Having its own test config, features and suits.
But for now when I followed the Behat for laravel Installation Guide I can only test features in the main app context.
Running Behat init in a submodule folder works as expected. Running a test in the submodule folder fails with laravel bootstrap file not found.
Could not locate the path to the Laravel bootstrap file.
This is my behat.yml in vendor/mymodule/mysubmodule/