我在IntelliJ中遇到了运行Cucumber测试的问题.当我尝试运行某个功能或方案时,出现以下错误:
"Error running 'Feature <feature>': Command line is too long. Shorten command line for Feature: <feature> or also for Cucumber java default configuration"
Run Code Online (Sandbox Code Playgroud)
我知道,作为IntelliJ 2017.3版本的一部分,他们在运行/调试配置中添加了对"缩短命令行"选项的支持.但是,如果我比较默认配置,我不认为它是Cucumber Java配置的一部分,但我确实在JUnit配置中看到它.
我没有得到其他人提到的关于动态.classpath的弹出提示,我假设因为这个新版本.有任何想法吗?