Sha256: 8e696dcd0156b4fb14be04e6cdb8a47ec6c5e16faab97df4c4a0037777fe28d6

Contents?: true

Size: 367 Bytes

Versions: 10

Compression:

Stored size: 367 Bytes

Contents

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

10 entries across 10 versions & 2 rubygems

Version Path
cucumber-0.7.0.beta.4 features/html_formatter.feature
cucumber-0.7.0.beta.3 features/html_formatter.feature
cucumber-0.7.0.beta.2 features/html_formatter.feature
cucumber-0.7.0.beta.1 features/html_formatter.feature
cucumber-0.6.4 features/html_formatter.feature
cucumber-0.6.3 features/html_formatter.feature
davidtrogers-cucumber-0.6.2 features/html_formatter.feature
cucumber-0.6.2 features/html_formatter.feature
cucumber-0.6.1 features/html_formatter.feature
cucumber-0.6.0 features/html_formatter.feature