Sha256: 797cb4379d1d480465faaee681846eae73eb3362ebefd8880f40bc7d006008cc

Contents?: true

Size: 1.11 KB

Versions: 26

Compression:

Stored size: 1.11 KB

Contents

Feature: Create a JSON compilation database

	Scenario: Showing file compilation
        Given I have a file to compile
        When I pipe to xcpretty with "--report json-compilation-database" and specify a custom path
        Then the JSON compilation database should contain an entry with a command
        Then the JSON compilation database should contain an entry with a directory
        Then the JSON compilation database should contain an entry with a file

    Scenario: Handling a complete xcodebuild session
    	Given some big input
    	When I pipe to xcpretty with "--report json-compilation-database" and specify a custom path
    	Then the JSON compilation database should be complete

    Scenario: Writing to a custom file path
        When I pipe to xcpretty with "--report json-compilation-database" and specify a custom path
        Then I should have a JSON compilation database in a custom path

    Scenario: Writing to multiple custom file paths
        When I pipe to xcpretty with two custom "json-compilation-database" report paths
        Then I should have JSON compilation databases in two custom paths

Version data entries

26 entries across 26 versions & 3 rubygems

Version Path
xcpretty-bb-0.1.12.bb14 features/json_compilation_database_report.feature
xcpretty-bb-0.1.12.bb13 features/json_compilation_database_report.feature
xcpretty-bb-0.1.12.bb12 features/json_compilation_database_report.feature
xcpretty-bb-0.1.12.bb11 features/json_compilation_database_report.feature
xcpretty-bb-0.1.12.bb10 features/json_compilation_database_report.feature
xcpretty-bb-0.1.12.bb9 features/json_compilation_database_report.feature
xcpretty-bb-0.1.12.bb8 features/json_compilation_database_report.feature
learn-xcpretty-0.1.12 features/json_compilation_database_report.feature
xcpretty-bb-0.1.12.bb7 features/json_compilation_database_report.feature
xcpretty-0.2.1 features/json_compilation_database_report.feature
xcpretty-bb-0.1.12.bb6 features/json_compilation_database_report.feature
xcpretty-0.2.0 features/json_compilation_database_report.feature
xcpretty-bb-0.1.12.bb5 features/json_compilation_database_report.feature
xcpretty-bb-0.1.12.bb4 features/json_compilation_database_report.feature
xcpretty-bb-0.1.12.bb3 features/json_compilation_database_report.feature
xcpretty-bb-0.1.12.bb2 features/json_compilation_database_report.feature
xcpretty-bb-0.1.12.bb1 features/json_compilation_database_report.feature
xcpretty-0.1.12 features/json_compilation_database_report.feature
xcpretty-0.1.11 features/json_compilation_database_report.feature
xcpretty-0.1.10 features/json_compilation_database_report.feature