1.0.1 • Published 8 years ago

laravel53-elixir-behat v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

Laravel 5.3 Elixir Behat

Since the release of Laravel Elixir 5.3 the use of gulp-behat isn't really needed so I created this as a simple added that can be extended/modified

Simply added the following to the top of the page:

require('laravel53-elixir-behat');

You can change the configuration of where the feature files are with:

Elixir.config.testing.behat.path = 'releative/path/to/features';

And then add to your gulp file:

elixir(mix => {
    mix.behat();
});