Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.

PrettyFormatter options #331

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Feb 17, 2015

  1. PrettyFormatter: option to right-align numeric values in tables

    e.g.
          | title             | traded      | effective   |
          | Required Forecast |    53781.89 |    53781.89 |
          | Eligible Forecast | 10756437.88 | 10756437.88 |
    muhqu committed Feb 17, 2015
    Configuration menu
    Copy the full SHA
    bd32031 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a88b489 View commit details
    Browse the repository at this point in the history
  3. PrettyFormatter: option to center-align step keywords

    e.g.
    |   Given I have ...
    |    When I do ...
    |     And I do ...
    |    Then I should ...
    muhqu committed Feb 17, 2015
    Configuration menu
    Copy the full SHA
    4db5b66 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea68671 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1d4751c View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2015

  1. PrettyFormatter: option to preserve a single blank line between steps

    e.g.
    |    Given there are 12 cucumbers
    |    When I eat 3 cucumbers
    |    Then I should have 9 cucumbers
    |
    |    When I eat 2 cucumbers
    |    Then I should have 7 cucumbers
    |
    |    When I eat 1 cucumbers
    |    Then I should have 6 cucumbers
    muhqu committed Feb 24, 2015
    Configuration menu
    Copy the full SHA
    d0240dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    754bb69 View commit details
    Browse the repository at this point in the history