Versions Compared

Key

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

...

  • parallel execution of features in separate processes
  • automatic retry of failed scenarios
  • default logging and html report generation
Info

ConsoleRunner was originally designed as a command-line tool, but can easily be executed from code. See Executing ConsoleRunner from JUnit for more information.

Getting started

We usually configure running the features from Maven.  The simplest pom xml might look like this:

...