Customize Junit configuration with default before launch
Answered
Hi,
I would like to add a couple of maven goals to the before launch automatically whenever I right click a test file and say "Run".
By default make is added to the junit configuration.
But I want to add my goals automatically instead of me adding to the before launch manually.
Pradeep.
Please sign in to leave a comment.
Edit the default JUnit configuration.
Cool.. Thank you.. That worked..