Sha256: 4454e3dd950697297c073d35410e6871309847f188dcc18b0ee938d1cd8f507d

Contents?: true

Size: 727 Bytes

Versions: 4

Compression:

Stored size: 727 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

    Scenario: Performance
        When I run xcpretty over a big file
        Then the performance should be way faster than running cat

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
xcpretty-0.1.2 features/xcpretty.feature
xcpretty-0.1.1 features/xcpretty.feature
xcpretty-0.1.0 features/xcpretty.feature
xcpretty-0.0.9 features/xcpretty.feature