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
PK
Povilas Korop
✓ Link copied!
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.
DV
Daniela Venegas
✓ Link copied!
What happens if you use vue for the frontend, would this work anyway?
PK
Povilas Korop
✓ Link copied!
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.
SL
self learn
✓ Link copied!
maybe you can use browser test https://laravel.com/docs/10.x/dusk
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.