I have made a laravel nova application with many resources. Most of these resources have a nova action attached to them.
How can I unit test Laravel nova actions?
I use a package that helps me a lot:
nova-assertions