tl;dr Should I setup with Dusk or wait for Pest v4 to be fixed?
I'm setting up browser testing for my application and I followed the advice in the Laravel docs to set it up with Pest v4.
That was mostly smooth, until I encountered an issue with testing environments not loading correctly for subdomains - already reported here: https://github.com/pestphp/pest/issues/1520
Now, I could just continue with Dusk, though I'm not sure how difficult it would be to migrate to Pest when that becomes the default for browser testing.
Can anyone offer some advice for what I should do he from a maintainability perspective.
Thanks!
Laravel is a PHP web application framework with expressive, elegant syntax. We’ve already laid the foundation — freeing you to create without sweating the small things.