Running tests in Laravel Dusk
Until 5.3 Laravel was offering API to create very basic Browser tests. It was possible to use assertions like assertRedirectedTo, assertViewHas and so on. But since Laravel 5.4 it was changes. Those assertions are no longer available by default. You can use laravel/browser-kit-testing package if you want to support old style tests but preferred way … [Read more…]