Sha256: f29d53f8cdd5cf28506101a66fe1edbf9fc0a88f8bdcbc8c263020a37b072713

Contents?: true

Size: 1.96 KB

Versions: 26

Compression:

Stored size: 1.96 KB

Contents

Feature: Showing RSpec-style test output

    Scenario: Showing failed tests
        Given I have a failing test in my suite
        When I pipe to xcpretty with "--test --no-color"
        Then I should see a failed test icon

    Scenario: Showing passing tests
        Given I have a passing test in my suite
        When I pipe to xcpretty with "--test --no-color"
        Then I should see a passing test icon in ASCII

    Scenario: Showing pending tests
        Given I have a pending test in my suite
        When I pipe to xcpretty with "--test --no-color"
        Then I should see a pending test icon in ASCII

    Scenario: Showing measuring tests
        Given I have a measuring test in my suite
        When I pipe to xcpretty with "--test --no-color"
        Then I should see a measuring test icon in ASCII

    Scenario: Showing some tests failed with color
        Given I have a failing test in my suite
        And the test suite has finished
        When I pipe to xcpretty with "--test --color"
        Then I should see a red failed test icon
        And I should see the path of a failed test
        And the final execution message should be red

    Scenario: Showing passing tests with color
        Given I have a passing test in my suite
        When I pipe to xcpretty with "--test --color"
        Then I should see a green passing test icon

    Scenario: Showing pending tests with color
        Given I have a pending test in my suite
        When I pipe to xcpretty with "--test --color"
        Then I should see a yellow pending test icon

    Scenario: Showing measuring tests with color
        Given I have a measuring test in my suite
        When I pipe to xcpretty with "--test --color"
        Then I should see a yellow measuring test icon

    Scenario: Showing that all tests passed with color
        Given all of my tests will pass in my suite
        When I pipe to xcpretty with "--test --color"
        Then the final execution message should be green

Version data entries

26 entries across 26 versions & 3 rubygems

Version Path
xcpretty-0.4.0 features/test_format.feature
xcpretty-security-patched-0.3.2 features/test_format.feature
xcpretty-security-patched-0.3.0 features/test_format.feature
xcpretty-0.3.0 features/test_format.feature
xcpretty-0.2.8 features/test_format.feature
xcpretty-0.2.7 features/test_format.feature
xcpretty-0.2.6 features/test_format.feature
xcpretty-0.2.4 features/test_format.feature
xcpretty-0.2.3 features/test_format.feature
xcpretty-bb-0.1.12.bb14 features/test_format.feature
xcpretty-bb-0.1.12.bb13 features/test_format.feature
xcpretty-bb-0.1.12.bb12 features/test_format.feature
xcpretty-bb-0.1.12.bb11 features/test_format.feature
xcpretty-bb-0.1.12.bb10 features/test_format.feature
xcpretty-bb-0.1.12.bb9 features/test_format.feature
xcpretty-bb-0.1.12.bb8 features/test_format.feature
xcpretty-0.2.2 features/test_format.feature
xcpretty-bb-0.1.12.bb7 features/test_format.feature
xcpretty-0.2.1 features/test_format.feature
xcpretty-bb-0.1.12.bb6 features/test_format.feature