Sha256: 8743e4938f6ee4bf4401fd77fa3e7b7b3ba881cd2adc18a1fd9799b5347f032f

Contents?: true

Size: 843 Bytes

Versions: 17

Compression:

Stored size: 843 Bytes

Contents

Given(/^I have tests in my suite from 2 classes$/) do
  add_run_input SAMPLE_OCUNIT_TEST
  add_run_input SAMPLE_KIWI_TEST
end

When(/^I pipe to xcpretty with "(.*?)" and specify a custom path$/) do |args|
  step("I pipe to xcpretty with \"#{args} --output #{custom_report_path}\"")
end

When(/^I pipe to xcpretty with two custom "(.*?)" report paths$/) do |type|
  step("I pipe to xcpretty with \"--report #{type} --output #{custom_report_path} --report #{type} --output #{other_custom_report_path}\"")
end

Then(/^I should have test reports in two custom paths$/) do
  step("I should have a test report at \"#{custom_report_path}\"")
  step("I should have a test report at \"#{other_custom_report_path}\"")
end

Then(/^I should have a test report in a custom path$/) do
  step("I should have a test report at \"#{custom_report_path}\"")
end

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
xcpretty-bb-0.1.12.bb14 features/steps/report_steps.rb
xcpretty-bb-0.1.12.bb13 features/steps/report_steps.rb
xcpretty-bb-0.1.12.bb12 features/steps/report_steps.rb
xcpretty-bb-0.1.12.bb11 features/steps/report_steps.rb
xcpretty-bb-0.1.12.bb10 features/steps/report_steps.rb
xcpretty-bb-0.1.12.bb9 features/steps/report_steps.rb
xcpretty-bb-0.1.12.bb8 features/steps/report_steps.rb
xcpretty-0.2.2 features/steps/report_steps.rb
xcpretty-bb-0.1.12.bb7 features/steps/report_steps.rb
xcpretty-0.2.1 features/steps/report_steps.rb
xcpretty-bb-0.1.12.bb6 features/steps/report_steps.rb
xcpretty-0.2.0 features/steps/report_steps.rb
xcpretty-bb-0.1.12.bb5 features/steps/report_steps.rb
xcpretty-bb-0.1.12.bb4 features/steps/report_steps.rb
xcpretty-bb-0.1.12.bb3 features/steps/report_steps.rb
xcpretty-bb-0.1.12.bb2 features/steps/report_steps.rb
xcpretty-bb-0.1.12.bb1 features/steps/report_steps.rb