java - IntelliJ - test configuration. How to configure once run for everyone? -
i want run junit tests in intellij separately. need pass special configuration run them. everytime want run new test have create new run configuration. need pass vm argument: -dwebdriver.firefox.bin="c:\program files (x86)\mozilla firefox_16en\firefox.exe"
environment variables
.
how define configuration details once , run particular test want settings?
if want change default run/debug configuration settings, expand defaults node, select desired configuration type, , modify required.
open run > edit configurations
. select defaults > junit
in left tree , add vm arguments. arguments used every new junit run configuration automatically.
Comments
Post a Comment