From a6cced6b6362c9dbfa4d708cb9e498f6df0be09b Mon Sep 17 00:00:00 2001 From: Andrei Pristavu Date: Mon, 22 Mar 2021 01:16:09 +0200 Subject: [PATCH] Update PestDuskCommand.php Add Dusk command argument --browse --- src/Laravel/Commands/PestDuskCommand.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Laravel/Commands/PestDuskCommand.php b/src/Laravel/Commands/PestDuskCommand.php index 44067d855..725de2c49 100644 --- a/src/Laravel/Commands/PestDuskCommand.php +++ b/src/Laravel/Commands/PestDuskCommand.php @@ -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.