eyes_core 3.15.37 → 3.15.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b8633772307ef369666e3fac92c4334d712fd1b55bad8b7b74f526ae69a7b9d2
|
|
4
|
+
data.tar.gz: 1d1b2edd56f509d3d224608b8b93852a884872cc0508a6b61da00376dad55afc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6b126d462f430e6538436691e660216142c3ccb12ce216eb52dc364ec4a4df3069aa22f11bb61570ea4c38e38703f39f971cf3fe156f313cdc106c8f28fda6eb
|
|
7
|
+
data.tar.gz: 56d32c0e522f3cf24ff5920c5407755e5e135262ddf709d201e4567d6ed394229ccd9e030482ee009165832b91d02d5c3d770808937773295cc7c3517828ca48
|
|
@@ -18,7 +18,6 @@ module Applitools
|
|
|
18
18
|
|
|
19
19
|
def open(options = {})
|
|
20
20
|
Applitools::ArgumentGuard.hash options, 'open(options)', [:app_name, :test_name]
|
|
21
|
-
# options[:viewport_size] = Applitools::RectangleSize.from_any_argument options[:viewport_size]
|
|
22
21
|
open_base options
|
|
23
22
|
end
|
|
24
23
|
|
|
@@ -176,8 +175,8 @@ module Applitools
|
|
|
176
175
|
end
|
|
177
176
|
|
|
178
177
|
def get_tag_for_debug(name)
|
|
179
|
-
return "#{
|
|
180
|
-
"#{
|
|
178
|
+
return "#{app_name} #{test_name}" if name.empty?
|
|
179
|
+
"#{app_name} #{test_name} - #{name}"
|
|
181
180
|
end
|
|
182
181
|
end
|
|
183
182
|
end
|
|
@@ -9,7 +9,7 @@ Given(/^eyes test name is "([^"]*)"$/) do |name|
|
|
|
9
9
|
end
|
|
10
10
|
|
|
11
11
|
Given(/^eyes viewport size is "([^"]*)"$/) do |size|
|
|
12
|
-
Applitools::Calabash::EyesSettings.instance.viewport_size = Applitools::RectangleSize.from_any_argument(size)
|
|
12
|
+
Applitools::Calabash::EyesSettings.instance.viewport_size = Applitools::RectangleSize.from_any_argument(size)
|
|
13
13
|
end
|
|
14
14
|
|
|
15
15
|
Given(/^eyes API key "([^"]*)"$/) do |key|
|
data/lib/applitools/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: eyes_core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.15.
|
|
4
|
+
version: 3.15.38
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Applitools Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-10-
|
|
11
|
+
date: 2019-10-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: oily_png
|