So I've been going through a lot of the testing tutorials on the net, especially on LaraCast, and have learned how to test Models and Controllers. But I don't see mention of how to test views, especially Blade views. What is the current workflow on this?
Thanks! ~Mike
I don't think that it is possible and necessary to unit test views. But you can use Laravel Dusk for browser testing and make assertions about the actual rendered HTML.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community