Initial Commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace App\Console\Commands;
|
||||
|
||||
use Illuminate\Console\Attributes\Description;
|
||||
use Illuminate\Console\Attributes\Signature;
|
||||
|
||||
#[Signature('app:debug-playwright')]
|
||||
#[Description('Command description')]
|
||||
class DebugPlaywright extends RunsPlaywrightScript
|
||||
{
|
||||
protected $signature = 'direct:debug';
|
||||
protected $description = 'Run the Playwright network/DOM debugging script against Instagram Direct inbox';
|
||||
protected string $script = 'debugger.spec.js';
|
||||
}
|
||||
Reference in New Issue
Block a user