📐Use
it's very easy to use just use this command
php artisan tomato:testit will ask you about the test case name and it will generate a test class on the path tests/Browser/Tomato
after you generate it you can add your code and after that register the class on the tomato-dusk.php config file and run
php artisan config:cacheyou now can run your test cases by GUI or this command
php artisan tomato-dusk:runLast updated
Was this helpful?