trying to test filament routes with pest
Im trying to implement this Pestphp smoke testing https://x.com/enunomaduro/status/1621203345036742656
but idk why it just dont work with filament routes
i get all routes from
but not even the single
but idk why it just dont work with filament routes
i get all routes from
php artisan route:listbut not even the single
->with(['/panel/login']) work, what am i doing wrong?Solution
@Dennis Koch I tried following that tweet code example and used a route string like
panel/login, but I figured it's better to use something like PostResource::getUrl('index') instead