Best practice for testing Nova #3743
-
|
This is a very general question 😄 .
with
ref: |
Beta Was this translation helpful? Give feedback.
Answered by
davidhemphill
Feb 16, 2022
Replies: 2 comments 2 replies
-
|
found
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
One of the best ways to learn how to test Nova is by checking out our own test suite. We typically use a mixture of unit tests and feature tests (ours are powered by https://github.com/orchestral/testbench, but you can just use Laravel's built-in feature tests for the same purpose). |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
davidhemphill
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
One of the best ways to learn how to test Nova is by checking out our own test suite. We typically use a mixture of unit tests and feature tests (ours are powered by https://github.com/orchestral/testbench, but you can just use Laravel's built-in feature tests for the same purpose).