Update PestDuskCommand.php

Add Dusk command argument --browse
This commit is contained in:
Andrei Pristavu
2021-03-22 01:16:09 +02:00
committed by GitHub
parent 7917313422
commit a6cced6b63

View File

@ -16,7 +16,9 @@ final class PestDuskCommand extends DuskCommand
*
* @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.