Feature: pretty face report Background: When I run `cucumber fixtures --profile fixture` Scenario: Cucumber crefates an html report Then the following files should exist: | results/fixture.html | Scenario: Generating the basic html page from the erb Then the file "results/fixture.html" should contain "DOCTYPE html PUBLIC" And the file "results/fixture.html" should contain "" And the file "results/fixture.html" should contain "" And the file "results/fixture.html" should contain "Test Results" Scenario: Generating some basic stats from the erb Then the file "results/fixture.html" should contain "Executed<" And the file "results/fixture.html" should contain "Average Duration" And the file "results/fixture.html" should contain "Scenarios" And the file "results/fixture.html" should contain "Steps" Scenario: Including the styles for the main page Then the file "results/fixture.html" should contain "" And the file "results/fixture.html" should not contain "" Scenario: Including an image / logo Then the file "results/fixture.html" should contain "