Before running anything (e.g. a TestNG test), I want to execute a CLI command, and I would like to place it into the Run/Debug window Before launch section if it is possible.
So far, I have found a way to create a bash script, there I can write the command. Here: https://youtrack.jetbrains.com/issue/IJPL-531/Command-Line-Run-Configuration
However I cannot find a way to execute it before launch.