How can i configure Intellij to continue running my java script after one fails
Answered
I have set up a run configuration of about 15 scripts, but when one script fails i have to edit the configuration.
So how can configure Intellij to continue running my java script after one fails
Please sign in to leave a comment.
You can try this plug-in: https://plugins.jetbrains.com/plugin/7248-multirun/ .
Thank you so much it worked.