How run test for all modules/ how to run tests for a single module #1274
Answered
by
SocolaDaiCa
alphaolomi
asked this question in
Q&A
-
I have setup a a project with several modules Running How do you run test in the modules??? |
Beta Was this translation helpful? Give feedback.
Answered by
SocolaDaiCa
Aug 30, 2021
Replies: 2 comments 3 replies
-
@alphaolomi
SocolaDaiCa\Audit\Tests: namespace of folder Tests in your module |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
alphaolomi
-
To include all tests from all modules you can use this code for both Unit and Feature:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@alphaolomi
try
SocolaDaiCa\Audit\Tests: namespace of folder Tests in your module