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.

source

open run > edit configurations. select defaults > junit in left tree , add vm arguments. arguments used every new junit run configuration automatically.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -