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

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

javascript - Get parameter of GET request -

javascript - Twitter Bootstrap - how to add some more margin between tooltip popup and element -