Class Cucumber::Formatter::Pretty
In: lib/cucumber/formatter/pretty.rb
Parent: Object

The formatter used for —format pretty (the default formatter).

This formatter prints features to plain text - exactly how they were parsed, just prettier. That means with proper indentation and alignment of table columns.

If the output is STDOUT (and not a file), there are bright colours to watch too.

Methods

Included Modules

FileUtils Console Io Gherkin::Formatter::Escaping

Attributes

indent  [W] 
step_mother  [R] 

Public Class methods

Public Instance methods

[Validate]