How can i configure Intellij to continue running my java script after one fails
已回答
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
请先登录再写评论。
You can try this plug-in: https://plugins.jetbrains.com/plugin/7248-multirun/ .
Thank you so much it worked.