As developers, we all know how important it is to ensure that our applications are thoroughly tested. One area that requires particular attention is the index views, which are commonly […]
Mixing up Browser and API[Feature/Unit] test in Laravel.
In my case, I wanted to test first a request which only was able to execute using api from mobile devices. And once the api is requested, I needed to […]