eyes_calabash 3.15.37 → 3.15.38
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e143d015c05cf501981a33218f13e964f94c7726fbf85959868bbe24cfc0ca49
|
4
|
+
data.tar.gz: f64b48f0ce7e22f4fdb362de27bf9d5d1791c715d73cab23b8bf3bbc0a461c49
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cd89a8f02da6fa13503515633c602945dc1fdb628c8f465194abc6af738f04a7a7cfce521c3e7bbd6f237ffd58976115fdc7a554b770b4c4843ca8f47c027164
|
7
|
+
data.tar.gz: 4b50d45ddcc24c79200a2f9e25a227f07c6f39315304d2786822996793df80e646febf09bebc2eccd6cf24569cd001d154f744af2f93c92ba9b11eeb44894ced
|
@@ -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_calabash
|
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: cucumber
|
@@ -58,14 +58,14 @@ dependencies:
|
|
58
58
|
requirements:
|
59
59
|
- - '='
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: 3.15.
|
61
|
+
version: 3.15.38
|
62
62
|
type: :runtime
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - '='
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: 3.15.
|
68
|
+
version: 3.15.38
|
69
69
|
description: Provides SDK for writing Applitools Calabash tests.
|
70
70
|
email:
|
71
71
|
- team@applitools.com
|