Merge pull request #280 from pristavu/master

Add Dusk command argument --browse
This commit is contained in:
Nuno Maduro
2021-03-25 12:57:46 +00:00
committed by GitHub

View File

@ -16,7 +16,9 @@ final class PestDuskCommand extends DuskCommand
* *
* @var string * @var string
*/ */
protected $signature = 'pest:dusk {--without-tty : Disable output to TTY}'; protected $signature = 'pest:dusk
{--browse : Open a browser instead of using headless mode}
{--without-tty : Disable output to TTY}';
/** /**
* The console command description. * The console command description.