feat: moves visit to the core

This commit is contained in:
Nuno Maduro
2025-06-28 18:18:26 +01:00
parent a22013a7d3
commit 0bc3219a2b
7 changed files with 70 additions and 3 deletions

View File

@ -0,0 +1,17 @@
<div class="mx-2 mb-1">
<p>
<span>Using the <span class="text-yellow font-bold">visit()</span> function requires the Pest Plugin Browser to be installed.</span>
<span class="ml-1 text-yellow font-bold">Run:</span>
</p>
<div>
<span class="text-gray mr-1">- </span>
<span>composer require pestphp/pest-plugin-browser:^4.0 --dev</span>
</div>
<div>
<span class="text-gray mr-1">- </span>
<span>npx playwright install</span>
</div>
</div>