Sha256: 99d6732546ddd4e53b7fac8ba25ab0bb44ed69b8dc9b931f54ceccf7a51ec928

Contents?: true

Size: 842 Bytes

Versions: 12

Compression:

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

12 entries across 12 versions & 2 rubygems

Version Path
learn-xcpretty-0.1.12 features/steps/report_steps.rb
xcpretty-0.1.12 features/steps/report_steps.rb
xcpretty-0.1.11 features/steps/report_steps.rb
xcpretty-0.1.10 features/steps/report_steps.rb
learn-xcpretty-0.1.11 features/steps/report_steps.rb
xcpretty-0.1.9 features/steps/report_steps.rb
xcpretty-0.1.8 features/steps/report_steps.rb
xcpretty-0.1.7 features/steps/report_steps.rb
xcpretty-0.1.6 features/steps/report_steps.rb
xcpretty-0.1.5 features/steps/report_steps.rb
xcpretty-0.1.4 features/steps/report_steps.rb
xcpretty-0.1.3 features/steps/report_steps.rb