Sha256: 1af848d28f3108a4dd7470a25bf601691483b68fa9d2ace426ffab09cb44356f

Contents?: true

Size: 375 Bytes

Versions: 12

Compression:

Stored size: 375 Bytes

Contents

@fails_on_1_9 @rspec2
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

12 entries across 12 versions & 1 rubygems

Version Path
cucumber-0.8.3 features/html_formatter.feature
cucumber-0.8.2 features/html_formatter.feature
cucumber-0.8.1 features/html_formatter.feature
cucumber-0.8.0 features/html_formatter.feature
cucumber-0.7.3 features/html_formatter.feature
cucumber-0.7.2 features/html_formatter.feature
cucumber-0.7.1 features/html_formatter.feature
cucumber-0.7.0 features/html_formatter.feature
cucumber-0.7.0.beta.8 features/html_formatter.feature
cucumber-0.7.0.beta.7 features/html_formatter.feature
cucumber-0.7.0.beta.6 features/html_formatter.feature
cucumber-0.7.0.beta.5 features/html_formatter.feature