Here's my problem.
I'm using a single project with so many testClass
--Package
----TestClass1
----TestClass2
----TestClass3
Every testClass
is a test suite, that contains it's own beforeTest
, test
and afterTest
annotations
I want to implements a number of jenkins jonbs as much as testClass
Now my only dummy solutions is to duplicate project and create a single testClass for each job.
Is there a way to say to maven to point at a class by it's name, or something similar to that ? Someting like mvn clean test -D=className
Sorry for my english