Sha256: 06e6948bff23b37214df7e68c074a0fc12b143e8147c220f0c1dbe81286ebb65

Contents?: true

Size: 589 Bytes

Versions: 1

Compression:

Stored size: 589 Bytes

Contents

Feature: CLI behavior

    Scenario: Xcode tests have failed
        Given I have a failing test in my suite
        When I pipe to xcpretty
        Then the exit status code should be 1

    Scenario: Xcode build has failed
        Given the build has failed
        When I pipe to xcpretty
        Then the exit status code should be 1

    Scenario: Starting xcpretty without any flags
        When I run xcpretty
        Then I should see the help banner

    Scenario: Starting xcpretty with version
        When I run xcpretty with -v
        Then I should see the xcpretty version

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
xcpretty-0.0.8 features/xcpretty.feature