Selecting a Testclass from outside (JUnit Selenium) -


is there way specify testclasses run in junit testsuite outside?

so analyse parameters in junit testsuite , run junit tests selected classes?

you can use -dtest=testclass#testmethod command line parameter, can pass in jenkins.


Comments