We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f02539 commit 0fe557aCopy full SHA for 0fe557a
src/Commands/MagicTestCommand.php
@@ -13,7 +13,8 @@ class MagicTestCommand extends Command
13
public function handle()
14
{
15
$this->comment('Your Magic Test session is starting...');
16
+
17
$filter = $this->option('filter') ? (' --filter ' . $this->option('filter')) : '';
- shell_exec('DUSK_HEADLESS_DISABLED=1 MAGIC_TEST=1 php artisan dusk' . $filter);
18
+ shell_exec('php artisan dusk --browse' . $filter);
19
}
20
0 commit comments