laravel-elixir-codeception
laravel-elixir-codeception copied to clipboard
Laravel Elixir wrapper for Codeception
Results
2
laravel-elixir-codeception issues
Sort by
recently updated
recently updated
newest added
I've installed codeception using composer: Codeception version 2.1.5 I've installed laravel-elixir-codeception via npm but adding mix.codeception() into gulpfile.js and running gulp watch gives the following error `TypeError: mix.codeception is not...
I work alone on a project, where I'm doing both frontend and backend development. I launch gulp as follow : ``` gulp watch tdd ``` I've noticed that whenever I...