VM options made sticky...
Answered
Is there any way for `Run -> Edit Configurations -> JUnit -> All in <project>` to become sticky such that, if I have:
`ea -Dlog4j.configuration=log4j-development.xml`
set, the next time I right-click on a test case (method), it will inherit this setting and run with it?
Please sign in to leave a comment.
Hello Russell,
You may add this option to "JUnit" run configuration template. So it'll be added automatically.
Thank you. I was seeing it disappear because I could only set it on already created JUnit configurations, but I see now how to do that.