Sha256: 8819e94870eee0c6876015ebe6562512c25c36f15269a6f117d8339f686a472a

Contents?: true

Size: 470 Bytes

Versions: 46

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

46 entries across 46 versions & 2 rubygems

Version Path
testautoa-0.4.4 lib/calabash-android/steps/additions_manual_steps.rb
calabash-android-0.4.6 lib/calabash-android/steps/additions_manual_steps.rb
calabash-android-0.4.5 lib/calabash-android/steps/additions_manual_steps.rb
calabash-android-0.4.5.pre1 lib/calabash-android/steps/additions_manual_steps.rb
testautoa-0.4.3 lib/calabash-android/steps/additions_manual_steps.rb
calabash-android-0.4.4 lib/calabash-android/steps/additions_manual_steps.rb