Sitesh Shrivastava
Sitesh Shrivastava

Reputation: 29

How to run profile specific test cases with junit in Maven?

I have multiple profiles in my Java Project. Each of them handles exclusive sets of requests. When I build project for a selected profile, I want to run tests that are relevant to only that profile. Is the possible to do with some sort of Junit or Maven configuration?

Upvotes: 1

Views: 2625

Answers (1)

Related Questions