Search code examples
javacucumbercucumber-java

Cucumber CLI - get more information about execution


I'm running test based on run-cucumber-tests-from-cli and except getting the status code from the execution, is there a way to view the test output or any other data related?


Solution

  • You can use the command line option --plugin pretty to get more output. You can also use --help to see more information about other available options and plugins.