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.0.14 lib/calabash-android/steps/additions_manual_steps.rb
calabash-android-0.0.13 lib/calabash-android/steps/additions_manual_steps.rb
calabash-android-0.0.12 lib/calabash-android/steps/additions_manual_steps.rb
calabash-android-0.0.11 lib/calabash-android/steps/additions_manual_steps.rb
calabash-android-0.0.10 lib/calabash-android/steps/additions_manual_steps.rb
calabash-android-0.0.8 lib/calabash-android/steps/additions_manual_steps.rb
calabash-android-0.0.7 lib/calabash-android/steps/additions_manual_steps.rb
calabash-android-0.0.6 lib/calabash-android/steps/additions_manual_steps.rb
calabash-android-0.0.5 lib/calabash-android/steps/additions_manual_steps.rb
calabash-android-0.0.4 lib/calabash-android/steps/additions_manual_steps.rb
calabash-android-0.0.3 lib/calabash-android/steps/additions_manual_steps.rb
calabash-android-0.0.2 lib/calabash-android/steps/additions_manual_steps.rb
calabash-android-0.0.1 lib/calabash-android/steps/additions_manual_steps.rb