I use IntelliJ to run Scalatest tests. The problem I am facing is that the tests end up from the heap space (probably due to the fact that my tests use Selenium and start the berths to hit my Api).
I know how to increase my heap space in IntelliJ, but after increasing the space, tests still end out of the heap.
Is there another place to increase heap space for tests, and not the usual IntelliJ info.plist (oh, by the way, I'm on a Mac)
source share