<executable>cmd</executable>
<arguments>
<argument>/C</argument>
<argument>C:\Users\spretorius\AppData\Roaming\npm\cucumber-js</argument>
</arguments>
</configuration>
</plugin>
Outputs
[INFO] --- exec-maven-plugin:1.2.1:exec (run-ui-cucumber-tests) @ cucumber-js-tests ---
←[31mF←[0m[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.704s
[INFO] Finished at: Wed Jan 29 12:01:55 GMT 2014
[INFO] Final Memory: 11M/244M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (run-ui-cucumber-tests) on project cucumber-js-tests: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [Help 1]
Summary
The part that is interesting is that it seems to be outputting the first part of the cucumber output but not the rest. eg. ( [31mF←[0m[INFO and F--...... ) See below. Any ideas?
Maven output
[31mF←[0m[INFO
Command line output
F--......
(::) failed steps (::)
No phantom-proxy bridge present
Failing scenarios:
c:\xampp\htdocs\wol-development\anywhereart
3 scenarios (1 failed, 2 passed)
9 steps (1 failed, 2 skipped, 6 passed)