Sha256: 125f936f32858652b7f165dfc941d8fcf230b4b32e209586c8e337c459c06a93

Contents?: true

Size: 352 Bytes

Versions: 81

Compression:

Stored size: 352 Bytes

Contents

Feature: HTML formatter
  In order to make it easy to read Cucumber results
  there should be a HTML formatter with an awesome CSS
  
  Scenario: Everything in examples/self_test
    When I run cucumber -q --format html --out tmp/a.html features
    Then "examples/self_test/tmp/a.html" should have the same contents as "features/html_formatter/a.html"

Version data entries

81 entries across 81 versions & 9 rubygems

Version Path
cucumber-0.3.9 features/html_formatter.feature