Every time I try to run a single test (or test class) by right clicking > run or debug, Intellij creates a new run configuration for it, running the same test 3 times gives MyTest, MyTest (1), MyTest (2), etc.
Is there a way to stop it from auto creating these configs and just running the test, or at least create 1 config max? I know I can go to the run config and hit run from there, but I prefer the right click > run method.