DevOps / Maven Surefire Plugin Interview Questions
Can wildcards be used with the -Dtest property?
Yes. -Dtest=*ServiceTest runs every class ending in ServiceTest, and -Dtest=com.example.service.* runs everything in that package. Multiple patterns can be comma-separated in a single invocation.
More Related questions...