Hello,Thanks for the class, do you have any test examples like the one in this lesson but with Livewire? and with 2 cases, one like this that the values appear in the Edit view and another if they are inside a modal
I don't have any specific examples for Livewire, sorry, I didn't cover that topic because I guess it's all well covered in Livewire documentation itself.
Hello,Thanks for the class, do you have any test examples like the one in this lesson but with Livewire? and with 2 cases, one like this that the values appear in the Edit view and another if they are inside a modal
I don't have any specific examples for Livewire, sorry, I didn't cover that topic because I guess it's all well covered in Livewire documentation itself.
What happens if you use vue for the frontend, would this work anyway?
It depends on what you want to test. Laravel testing does not test JavaScript code directly, so probably it wouldn't work the same way.
maybe you can use browser test https://laravel.com/docs/10.x/dusk