java - Is it possible to create a top-level test run configuration in Intelij IDEA so that all my JUnit tests run with it? -
i've got bunch of selenium tests in project , i'd love running them idea. need pass vm arguments (where firefox binary located etc.) , don't want create run config every test class have.
there many tests run every time.
so, know if it's possible create "parent" run config used tests in path whether run them or single one?
now feel silly :p
run configurations
has defaults
tab can set default values junit tasks
Comments
Post a Comment