Great. What kind of tests are you doing? User Acceptance Testing, or unit tests/regression tests on your code?

Reply to this note

Please Login to reply.

Discussion

Mostly testing Laravel Livewire components as I use so much Livewire in my apps someone might call me an addict but thatโ€™s kostly because I hate JS ๐Ÿ˜Ž

To be more precise I test everything. Validation, filters, modals, custom component and Model logic, data and file exports, user access control etc

That is awesome!! I must dive into writing tests with AI like that.

Writing tests has never been easier and it's so important for complex apps where a simple change in one component can crash something you forgot you even have in your code ๐Ÿ˜‰