You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the documentation running-test, to save testing time, I can use the php artisan dusk:fails command to rerun the test.
But when I run the command, I get the message The "pest" option does not exist. even though the pestphp/pest-plugin-laravel plugin is properly installed, and works fine when I run the command php artisan dusk --pest
Description:
According to the documentation running-test, to save testing time, I can use the
php artisan dusk:fails
command to rerun the test.But when I run the command, I get the message
The "pest" option does not exist.
even though thepestphp/pest-plugin-laravel
plugin is properly installed, and works fine when I run the commandphp artisan dusk --pest
Steps To Reproduce:
composer create-project larave/laravel test
cd test
configure .env
composer require --dev laravel/dusk
php artisan dusk:install
composer require --dev pestphp/pest-plugin-laravel
php artisan pest:install
php artisan dusk --pest
and make the test an error
Then fix the test and run
php artisan dusk:fails
and I get an error like this:
The text was updated successfully, but these errors were encountered: