I am a beginner with Serenity Junit. I am trying to clarify if there is any way to execute a single test of a specified test class via mvn
command-line? I also tried with mvn clean verify -Dtest="com.studentapp.junit.studentsinfo.StudentsCRUDTest"
but all of my tests were executed instead of only the tests in StudentsCRUDTest class.
As you see in my capture, there is only one test in my StudentsCRUDTest
class
Your help to clarify my concern would be extremely appreciated from my indeed. Thanks