I recently started using the terminal window inside of IntelliJ IDEA so that I don't context switch between IDE and the Mac terminal window.
On my Mac terminal, I had set "unlimited scrollback" to true which means that when I am running my unit tests, I can scroll through the entire run.
Now inside of IntelliJ terminal, when I run my tests, it truncates the output and therefore I cannot go to the beginning of the test run.
I tried looking in the settings, but I didn't find anything which will give me a unlimited scrollback.