nunomaduro / laravel-console-dusk

Laravel Console Dusk allows the usage of Laravel Dusk in Laravel/Laravel Zero artisan commands.
MIT License
151 stars 22 forks source link

[1.1] Missing configuration file #6

Closed nerdalertdk closed 6 years ago

nerdalertdk commented 6 years ago

Hi

Is there anyway to mute the output ? on complex request there is a lot of noise.

would like just to use $this-info() when i need something echo to the screen

Edit: found inSecret(), that helps a little bout an global option would be nice :)

nunomaduro commented 6 years ago

@nerdalertdk That would be a good first issue. Publish a configuration file that allows to configure that option.

nunomaduro commented 6 years ago

At the same time, that configuration file should also allow to configure some parameters on the this code:

https://github.com/nunomaduro/laravel-console-dusk/blob/156da08a87bca3e9f2810fadde45b97cc2e62c30/src/LaravelConsoleDuskServiceProvider.php#L23

Like screenshots folder, logs folder, etc.

nunomaduro commented 6 years ago

Thanks to @claudiunicolaa this feature has been added.