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