Yes, you can.
You can disable Make before starting.
(For IntelliJ 14 itβs written: different versions may have slightly different layouts, but as far as I remember, these parameters were the same for a while)
For one test
- Go to the "Run" - "Edit Configurations ..."
- Select test case configuration
- On the tab with the name "Configuration" there is a list of "Before starting" with one entry "Make". Delete this entry.
- Confirm with OK
For all tests:
If you want to remove this by default for all new test configurations (which may not be a good idea, since you build manually all the time when running tests)
- Go to the "Run" - "Edit Configurations ..."
- Select "Defaults" in the tree
- Select a test program (most likely Junit or TestNG)
- On the tab with the name "Configuration" there is a list of "Before starting" with one entry "Make". Delete this entry.
- Confirm with OK
cbeutenmueller
source share