eyes_selenium 4.6.3 → 5.0.0
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: 8441f0a1de233ae7ad4354b2eb6d1a9b6657145d8f6e556c50482edcd96371d3
|
|
4
|
+
data.tar.gz: 2cb0048ca6f1dadf69250bc2e730cdfacadb73123dd32fc42e31ae4aadd22de4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 44c58f47ba81960692c784299984a956c3e9af4aacae7c25690dcaf89efca2a14a734def1dcfba530b63e2ab51b90bdedb231481da439fed15983fa2520c59c3
|
|
7
|
+
data.tar.gz: b1ddee32a88320f387ecfa3493b4cc185599fcdc27f19ebf4d1b9781de8201175ea680a0b514ad26ea56edd0d2eea66667cb45a3d805a90c97649e9a083acee5
|
|
@@ -317,7 +317,8 @@ module Applitools
|
|
|
317
317
|
end
|
|
318
318
|
|
|
319
319
|
def close_async
|
|
320
|
-
test_list.each(&:close)
|
|
320
|
+
# test_list.each(&:close)
|
|
321
|
+
close(false)
|
|
321
322
|
end
|
|
322
323
|
|
|
323
324
|
def close(throw_exception = true)
|
|
@@ -329,8 +330,7 @@ module Applitools
|
|
|
329
330
|
# require 'pry'
|
|
330
331
|
# binding.pry
|
|
331
332
|
raise Applitools::EyesError.new("Request failed: #{universal_results[:message]}") if server_error?(universal_results)
|
|
332
|
-
|
|
333
|
-
results = key_transformed_results.map {|result| Applitools::TestResults.new(result) }
|
|
333
|
+
results = universal_results.map {|result| Applitools::TestResults.new(result) }
|
|
334
334
|
# results = results.first if results.size == 1
|
|
335
335
|
# session_results_url = results.url
|
|
336
336
|
all_results = results.compact
|
|
@@ -361,7 +361,8 @@ module Applitools
|
|
|
361
361
|
end
|
|
362
362
|
end
|
|
363
363
|
|
|
364
|
-
failed_results.empty? ? all_results.first : failed_results.first
|
|
364
|
+
# failed_results.empty? ? all_results.first : failed_results.first
|
|
365
|
+
all_results.first
|
|
365
366
|
end
|
|
366
367
|
|
|
367
368
|
def abort_async
|
data/lib/applitools/version.rb
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# frozen_string_literal: false
|
|
2
2
|
|
|
3
3
|
module Applitools
|
|
4
|
-
VERSION = '
|
|
5
|
-
IMAGES_VERSION = '
|
|
6
|
-
UNIVERSAL_VERSION = '3.
|
|
7
|
-
UNIVERSAL_CORE_VERSION = '3.
|
|
4
|
+
VERSION = '5.0.0'.freeze
|
|
5
|
+
IMAGES_VERSION = '5.0.0'.freeze
|
|
6
|
+
UNIVERSAL_VERSION = '3.6.0'.freeze
|
|
7
|
+
UNIVERSAL_CORE_VERSION = '3.6.0'.freeze
|
|
8
8
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: eyes_selenium
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 5.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Applitools Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-07-
|
|
11
|
+
date: 2023-07-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: eyes_core
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version:
|
|
19
|
+
version: 5.0.0
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - '='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version:
|
|
26
|
+
version: 5.0.0
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: selenium-webdriver
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|