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?

0
2 comments

Hello Russell,

You may add this option to "JUnit" run configuration template. So it'll be added automatically.

0

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.

0

Please sign in to leave a comment.