Search code examples
laravelphpunitlaravel-nova

How can one test Laravel nova actions?


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?


Solution

  • I use a package that helps me a lot:

    nova-assertions