Sha256: c439496febc4bc0813829b666a0942ddffbd7c609dc2ac240523782b3b696942

Contents?: true

Size: 470 Bytes

Versions: 113

Compression:

Stored size: 470 Bytes

Contents

Then /^I compare the current screen with the reference image "([^\"]*) manually"$/ do |name|
    # TODO: once test artifacts directory is configurable, the image location
    # will need to be either a fully qualified path somewhere (webserver?) or
    # be relative to the output HTML file
    raise Exception, "Reference image not found: #{name}" if !File.exists?(name)
    embed(name, 'image/png', name)
end

Then /^I manually (.*)$/ do |action|
    # Do nothing
end

Version data entries

113 entries across 113 versions & 2 rubygems

Version Path
calabash-android-0.4.3 lib/calabash-android/steps/additions_manual_steps.rb
testautoa-0.4.2.pre1 lib/calabash-android/steps/additions_manual_steps.rb
calabash-android-0.4.3.pre8 lib/calabash-android/steps/additions_manual_steps.rb
calabash-android-0.4.3.pre7 lib/calabash-android/steps/additions_manual_steps.rb
calabash-android-0.4.3.pre6 lib/calabash-android/steps/additions_manual_steps.rb
calabash-android-0.4.3.pre5 lib/calabash-android/steps/additions_manual_steps.rb
calabash-android-0.4.3.pre4 lib/calabash-android/steps/additions_manual_steps.rb
calabash-android-0.4.3.pre3 lib/calabash-android/steps/additions_manual_steps.rb
testautoa-0.4.2 lib/calabash-android/steps/additions_manual_steps.rb
calabash-android-0.4.3.pre2 lib/calabash-android/steps/additions_manual_steps.rb
calabash-android-0.4.3.pre1 lib/calabash-android/steps/additions_manual_steps.rb
testautoa-0.4.1 lib/calabash-android/steps/additions_manual_steps.rb
calabash-android-0.4.2 lib/calabash-android/steps/additions_manual_steps.rb
calabash-android-0.4.1 lib/calabash-android/steps/additions_manual_steps.rb
calabash-android-0.4.0 lib/calabash-android/steps/additions_manual_steps.rb
calabash-android-0.4.0.pre18 lib/calabash-android/steps/additions_manual_steps.rb
testautoa-0.4.0.pre19 lib/calabash-android/steps/additions_manual_steps.rb
testautoa-0.4.0.pre18 lib/calabash-android/steps/additions_manual_steps.rb
testautoa-0.4.0.pre16 lib/calabash-android/steps/additions_manual_steps.rb
calabash-android-0.4.0.pre17 lib/calabash-android/steps/additions_manual_steps.rb