eyes_selenium 6.5.1 → 6.6.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 +4 -4
- data/CHANGELOG.md +117 -0
- data/eyes_selenium.gemspec +1 -1
- data/lib/applitools/eyes_selenium/version.rb +1 -1
- data/lib/applitools/selenium/visual_grid/visual_grid_runner.rb +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 952f4d11b0fa0bfea484be12d38cda6e160ac6bb9af856092c56930500aa7fef
|
|
4
|
+
data.tar.gz: 7a80c32917a85025457be58ea5a1cdcc35e720df8d6a73cf9e5e7179a988947b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c08bc8dc99381a597372a6d8522def93ea0a90f856ab39160303ff7b06c5fcb558720d184931cdb1e3fa9b2e39a3c1eb6a0b07b64e06cc6800725452b0224d0c
|
|
7
|
+
data.tar.gz: 7167707f04175c472bcc512a3d09ed769d6d86de05b53d96cbf4766bcc41c2862c9c0633c70294b0a693136b75531d12b287c069908376b6394b26a050e6a008
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,122 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [6.6.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.5.1...ruby/eyes_selenium@6.6.0) (2024-12-31)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* logger masking ([#2640](https://github.com/Applitools-Dev/sdk/issues/2640)) ([bd69d21](https://github.com/Applitools-Dev/sdk/commit/bd69d21f6341447b1acdb042f4ee1a6328d7428f))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* @applitools/utils bumped to 1.7.7
|
|
14
|
+
#### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* shim process execution functions for browser environment ([#2698](https://github.com/Applitools-Dev/sdk/issues/2698)) ([8d77db4](https://github.com/Applitools-Dev/sdk/commit/8d77db48e1c7fd54cad92c89a819a924255e5868))
|
|
17
|
+
* @applitools/logger bumped to 2.1.0
|
|
18
|
+
#### Features
|
|
19
|
+
|
|
20
|
+
* logger masking ([#2640](https://github.com/Applitools-Dev/sdk/issues/2640)) ([bd69d21](https://github.com/Applitools-Dev/sdk/commit/bd69d21f6341447b1acdb042f4ee1a6328d7428f))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
* @applitools/dom-snapshot bumped to 4.11.13
|
|
25
|
+
#### Bug Fixes
|
|
26
|
+
|
|
27
|
+
* code scanning issue ([#2687](https://github.com/Applitools-Dev/sdk/issues/2687)) ([f301056](https://github.com/Applitools-Dev/sdk/commit/f301056cccfc9cc0c21ceedbd521d8f4b054f058))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
* @applitools/socket bumped to 1.2.0
|
|
32
|
+
#### Features
|
|
33
|
+
|
|
34
|
+
* logger masking ([#2640](https://github.com/Applitools-Dev/sdk/issues/2640)) ([bd69d21](https://github.com/Applitools-Dev/sdk/commit/bd69d21f6341447b1acdb042f4ee1a6328d7428f))
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
* @applitools/req bumped to 1.7.6
|
|
39
|
+
|
|
40
|
+
* @applitools/image bumped to 1.1.16
|
|
41
|
+
|
|
42
|
+
* @applitools/dom-capture bumped to 11.5.3
|
|
43
|
+
#### Bug Fixes
|
|
44
|
+
|
|
45
|
+
* code scanning issue ([#2687](https://github.com/Applitools-Dev/sdk/issues/2687)) ([f301056](https://github.com/Applitools-Dev/sdk/commit/f301056cccfc9cc0c21ceedbd521d8f4b054f058))
|
|
46
|
+
* @applitools/driver bumped to 1.20.2
|
|
47
|
+
|
|
48
|
+
* @applitools/spec-driver-puppeteer bumped to 1.4.22
|
|
49
|
+
|
|
50
|
+
* @applitools/tunnel-client bumped to 1.6.0
|
|
51
|
+
#### Features
|
|
52
|
+
|
|
53
|
+
* logger masking ([#2640](https://github.com/Applitools-Dev/sdk/issues/2640)) ([bd69d21](https://github.com/Applitools-Dev/sdk/commit/bd69d21f6341447b1acdb042f4ee1a6328d7428f))
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
* @applitools/core-base bumped to 1.22.0
|
|
58
|
+
#### Features
|
|
59
|
+
|
|
60
|
+
* deterministic output in offline execution ([#2711](https://github.com/Applitools-Dev/sdk/issues/2711)) ([5e8c7ca](https://github.com/Applitools-Dev/sdk/commit/5e8c7ca43c98e7ba6aed0c1a66c5a60b4001aeff))
|
|
61
|
+
* logger masking ([#2640](https://github.com/Applitools-Dev/sdk/issues/2640)) ([bd69d21](https://github.com/Applitools-Dev/sdk/commit/bd69d21f6341447b1acdb042f4ee1a6328d7428f))
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
* @applitools/ec-client bumped to 1.10.0
|
|
66
|
+
#### Features
|
|
67
|
+
|
|
68
|
+
* logger masking ([#2640](https://github.com/Applitools-Dev/sdk/issues/2640)) ([bd69d21](https://github.com/Applitools-Dev/sdk/commit/bd69d21f6341447b1acdb042f4ee1a6328d7428f))
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
* eyes_universal bumped to 4.28.0
|
|
73
|
+
#### Features
|
|
74
|
+
|
|
75
|
+
* logger masking ([#2640](https://github.com/Applitools-Dev/sdk/issues/2640)) ([bd69d21](https://github.com/Applitools-Dev/sdk/commit/bd69d21f6341447b1acdb042f4ee1a6328d7428f))
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.22
|
|
80
|
+
|
|
81
|
+
* @applitools/spec-driver-selenium bumped to 1.5.93
|
|
82
|
+
|
|
83
|
+
* @applitools/screenshoter bumped to 3.10.2
|
|
84
|
+
|
|
85
|
+
* @applitools/nml-client bumped to 1.8.21
|
|
86
|
+
|
|
87
|
+
* @applitools/ufg-client bumped to 1.16.0
|
|
88
|
+
#### Features
|
|
89
|
+
|
|
90
|
+
* deterministic output in offline execution ([#2711](https://github.com/Applitools-Dev/sdk/issues/2711)) ([5e8c7ca](https://github.com/Applitools-Dev/sdk/commit/5e8c7ca43c98e7ba6aed0c1a66c5a60b4001aeff))
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
#### Bug Fixes
|
|
94
|
+
|
|
95
|
+
* code scanning issue ([#2687](https://github.com/Applitools-Dev/sdk/issues/2687)) ([f301056](https://github.com/Applitools-Dev/sdk/commit/f301056cccfc9cc0c21ceedbd521d8f4b054f058))
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
* @applitools/core bumped to 4.28.0
|
|
100
|
+
#### Features
|
|
101
|
+
|
|
102
|
+
* deterministic output in offline execution ([#2711](https://github.com/Applitools-Dev/sdk/issues/2711)) ([5e8c7ca](https://github.com/Applitools-Dev/sdk/commit/5e8c7ca43c98e7ba6aed0c1a66c5a60b4001aeff))
|
|
103
|
+
* logger masking ([#2640](https://github.com/Applitools-Dev/sdk/issues/2640)) ([bd69d21](https://github.com/Applitools-Dev/sdk/commit/bd69d21f6341447b1acdb042f4ee1a6328d7428f))
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
#### Bug Fixes
|
|
107
|
+
|
|
108
|
+
* take snapshots with coded regions on pages that has cross origin frames ([#2705](https://github.com/Applitools-Dev/sdk/issues/2705)) ([5972fec](https://github.com/Applitools-Dev/sdk/commit/5972fec890a1454a9f96c4eddcf17634e72111aa))
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
* eyes_core bumped to 6.5.0
|
|
113
|
+
#### Features
|
|
114
|
+
|
|
115
|
+
* logger masking ([#2640](https://github.com/Applitools-Dev/sdk/issues/2640)) ([bd69d21](https://github.com/Applitools-Dev/sdk/commit/bd69d21f6341447b1acdb042f4ee1a6328d7428f))
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
3
120
|
## [6.5.1](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.5.0...ruby/eyes_selenium@6.5.1) (2024-11-27)
|
|
4
121
|
|
|
5
122
|
|
data/eyes_selenium.gemspec
CHANGED
|
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
|
|
|
25
25
|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
|
26
26
|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
|
27
27
|
spec.require_paths = %w(lib)
|
|
28
|
-
spec.add_dependency 'eyes_core', "= 6.
|
|
28
|
+
spec.add_dependency 'eyes_core', "= 6.5.0"
|
|
29
29
|
spec.add_dependency 'selenium-webdriver', '>= 3'
|
|
30
30
|
spec.add_dependency 'css_parser'
|
|
31
31
|
spec.add_dependency 'crass'
|
|
@@ -9,8 +9,8 @@ module Applitools
|
|
|
9
9
|
|
|
10
10
|
alias queue render_queue
|
|
11
11
|
|
|
12
|
-
def initialize(concurrent_open_sessions = 10)
|
|
13
|
-
super()
|
|
12
|
+
def initialize(concurrent_open_sessions = 10, mask_log = false)
|
|
13
|
+
super(mask_log=mask_log)
|
|
14
14
|
self.all_eyes = []
|
|
15
15
|
self.render_queue = []
|
|
16
16
|
@thread_pool = Applitools::Selenium::VGThreadPool.new(concurrent_open_sessions)
|
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: 6.
|
|
4
|
+
version: 6.6.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: 2024-
|
|
11
|
+
date: 2024-12-31 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: 6.
|
|
19
|
+
version: 6.5.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: 6.
|
|
26
|
+
version: 6.5.0
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: selenium-webdriver
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|