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 -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -