Sha256: cb6ca23b15130a0aebc19127da05b26adc0d7a50a38a07e6e81b0a896c72f552
Contents?: true
Size: 946 Bytes
Versions: 1
Compression:
Stored size: 946 Bytes
Contents
Feature: Showing RSpec-style test output Scenario: Showing failed tests Given I have a failing test in my suite When I run piping with options "--test" Then I should see a failed test icon Scenario: Showing passing tests Given I have a passing test in my suite When I run piping with options "--test" Then I should see a passing test icon Scenario: Showing some tests failed with colorization Given I have a failing test in my suite When I run piping with options "--test --color" Then I should see a red failed test icon And the final execution message should be red Scenario: Showing passing tests with colorization Given I have a passing test in my suite When I run piping with options "--test --color" Then I should see a green passing test icon Scenario: Showing that all tests passed with color Given all of my tests will pass in my suite When I run piping with options "--test --color" Then the final execution message should be green
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
xcpretty-0.0.1 | features/test_format.feature |