I ran into the problem of running Cucumber tests in IntelliJ. When I try to run a function or script, I get the following error:
"Error running 'Feature <feature>': Command line is too long. Shorten command line for Feature: <feature> or also for Cucumber java default configuration"
I know that as part of IntelliJ release 2017.3 , they added support for the "Shorten the command line" option in Run / Debug configurations. However, if I compare the default configuration, I do not see it as part of the Cucumber Java configuration, but I see it in the JUnit configuration, for example.
I am not getting a tooltip that others mentioned dynamic .classpath, I guess because of this new version. Any ideas?
source
share