Command line is too long. Shorten command line for xxx or also for JUnit default configuration.
问题
项目启动或者单侧启动时报
Command line is too long. Shorten command line for CasesSeekServiceImplTest.testDistributeCaseNo or also for JUnit default configuration.
解决办法
在workspace.xml配置文件中的PropertiesComponent组件中加入标签
<property name="dynamic.classpath" value="true" />
保存然后再启动ok了,如下图