Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We've added a folders to the ConsoleRunner command-line arguments.  If that option is specified, the initial directory will be considered a base path, and the folders option should contain a comma-separated list of subdirectories in that base path.  These subdirectories will be considered a root of features and an separate ConsoleRunner execution will be started for each subdirectory in the order specified.  Only if the previous execution has succeeded (no failed scenarios) will the next execution start.  In the configured output directory a subdirectory with the same name will be created for each execution, that directory will contain all reports for that execution.

If you specify the option with an empty string or a . (dot) as value, that amounts to the same thing as not specifying the value at all.

This reduces both some process and configuration overhead.

...