eyes_selenium 6.12.17 → 6.12.18

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: 2b3d048633422266a7019c565bc369ab8d287b9b957389c7074efcd10c4a7bdb
4
- data.tar.gz: c716fdfd131eca2e175f1baa1d8561fbef1b79483b7f3a2744a8b377ebfaf992
3
+ metadata.gz: f4c2ddc5a460cba5ebd41d2a6d417a09e95a2e08d9251ce12ced8beba37febf5
4
+ data.tar.gz: 7fb95a6666402a403b3cd26e76b287e2a89f11d006e3a67911afa336cde612a3
5
5
  SHA512:
6
- metadata.gz: fdd85d001b2d719edb523ce1657ea333abaf492a944d6aa41afe6fb17529fe745682967497c5d2534d6d8a97775b2c8cbbce2b659504575c1e35cdc507a182fd
7
- data.tar.gz: a3953df9d3a12298082dc7b7f762abcaa19fd3d3afb441907ac872edfbf6d88ea99772620c40af582827f0f97f5786cbdc6c84eb93b72afa00cf1e690ed29a3a
6
+ metadata.gz: 6de3bd6b501c38d5b7c02b07f3b4f9cccd10f041089e6a54a83294e96efa93f2ebf450aca40a1875c71148440964c6745be3176a2c8636103d6bb3f9a6278a94
7
+ data.tar.gz: 42b788d1f04ecb3b8a4c434fd116b4d6cf4f89b2a6707e83277f641aa725012feaee516344c609dc3683411c475ea6c1d9a41a72659ea3fda5c3eb43516576b0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,78 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.12.18](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.12.17...ruby/eyes_selenium@6.12.18) (2026-02-16)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/logger bumped to 2.2.8
9
+ #### Bug Fixes
10
+
11
+ * use utils for environment variable retrieval in logger handlers ([#3551](https://github.com/Applitools-Dev/sdk/issues/3551)) ([caf97f3](https://github.com/Applitools-Dev/sdk/commit/caf97f34207bc3b8ee6ccda2855c27a99a262f8c))
12
+
13
+
14
+ #### Performance Improvements
15
+
16
+ * add timing logs to classic | FLD-4137 ([#3543](https://github.com/Applitools-Dev/sdk/issues/3543)) ([de2b0aa](https://github.com/Applitools-Dev/sdk/commit/de2b0aaf08d813f2c59e9552947c2f4fbc12da48))
17
+ * @applitools/test-server bumped to 1.4.0
18
+ #### Features
19
+
20
+ * make eyes-browser truly browser-importable ([#3512](https://github.com/Applitools-Dev/sdk/issues/3512)) ([9574a2f](https://github.com/Applitools-Dev/sdk/commit/9574a2fa45ec80466dfe93744c8a736f40fb51c3))
21
+ * mcp server test results support and improvements to initial setup ([#3518](https://github.com/Applitools-Dev/sdk/issues/3518)) ([ef6c27b](https://github.com/Applitools-Dev/sdk/commit/ef6c27b9e35dc54fd588e19a4811631433e15dbb))
22
+
23
+
24
+
25
+ * @applitools/dom-snapshot bumped to 4.15.8
26
+
27
+ * @applitools/socket bumped to 1.3.9
28
+
29
+ * @applitools/req bumped to 1.8.8
30
+
31
+ * @applitools/dom-capture bumped to 11.6.9
32
+
33
+ * @applitools/driver bumped to 1.25.1
34
+
35
+ * @applitools/spec-driver-webdriver bumped to 1.5.6
36
+
37
+ * @applitools/spec-driver-selenium bumped to 1.7.12
38
+
39
+ * @applitools/spec-driver-puppeteer bumped to 1.7.1
40
+
41
+ * @applitools/screenshoter bumped to 3.12.13
42
+
43
+ * @applitools/nml-client bumped to 1.11.16
44
+
45
+ * @applitools/tunnel-client bumped to 1.11.6
46
+ #### Bug Fixes
47
+
48
+ * tunnel client binary ([#3535](https://github.com/Applitools-Dev/sdk/issues/3535)) ([5c4752e](https://github.com/Applitools-Dev/sdk/commit/5c4752e3dd9cc42052d23793284dc6a0cd8e3b72))
49
+
50
+
51
+
52
+ * @applitools/ufg-client bumped to 1.19.1
53
+
54
+ * @applitools/core-base bumped to 1.31.2
55
+
56
+ * @applitools/ec-client bumped to 1.12.18
57
+
58
+ * @applitools/core bumped to 4.56.2
59
+ #### Bug Fixes
60
+
61
+ * closing eyes without open | FLD-2814 ([#2916](https://github.com/Applitools-Dev/sdk/issues/2916)) ([d5425df](https://github.com/Applitools-Dev/sdk/commit/d5425dfedcc98bebd547d0d1ce5bcd10fa675c0d))
62
+ * tunnel client binary ([#3535](https://github.com/Applitools-Dev/sdk/issues/3535)) ([5c4752e](https://github.com/Applitools-Dev/sdk/commit/5c4752e3dd9cc42052d23793284dc6a0cd8e3b72))
63
+
64
+
65
+ #### Performance Improvements
66
+
67
+ * add timing logs to classic | FLD-4137 ([#3543](https://github.com/Applitools-Dev/sdk/issues/3543)) ([de2b0aa](https://github.com/Applitools-Dev/sdk/commit/de2b0aaf08d813f2c59e9552947c2f4fbc12da48))
68
+
69
+
70
+
71
+ * eyes_universal bumped to 4.56.2
72
+
73
+ * eyes_core bumped to 6.9.18
74
+
75
+
3
76
  ## [6.12.17](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.12.16...ruby/eyes_selenium@6.12.17) (2026-01-27)
4
77
 
5
78
 
@@ -27,6 +27,6 @@ Gem::Specification.new do |spec|
27
27
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
28
28
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
29
29
  spec.require_paths = %w(lib)
30
- spec.add_dependency 'eyes_core', "= 6.9.17"
30
+ spec.add_dependency 'eyes_core', "= 6.9.18"
31
31
  spec.add_dependency 'selenium-webdriver', '>= 3', '< 5'
32
32
  end
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesSelenium
5
- VERSION = '6.12.17'.freeze
5
+ VERSION = '6.12.18'.freeze
6
6
  end
7
7
  end
8
8
 
@@ -114,8 +114,8 @@ module DeviceNameGenerated
114
114
  def enum_values
115
115
  [
116
116
  IPhone_4,
117
- IPhone_5SE, # Deprecated: Use DeviceName::IPhone_5_SE instead.
118
- IPhone_5S_E, # Deprecated: Use DeviceName::IPhone_5SE instead.
117
+ IPhone_5SE, # Deprecated: Use DeviceName::IPhone_5_SE instead
118
+ IPhone_5S_E, # Deprecated: Use DeviceName::IPhone_5SE instead
119
119
  IPhone_SE_3rd_Gen,
120
120
  IPhone_6_7_8,
121
121
  IPhone_6_7_8_Plus,
@@ -68,8 +68,8 @@ module IosDeviceNameGenerated
68
68
  IPad_Air_11_inch_M3,
69
69
  IPad_Air_13_inch_M3,
70
70
  IPad_A16,
71
- IPad_Pro_3, # Deprecated: Use IosDeviceName::IPad_Pro_12_9_inch_3 instead.
72
- IPad_Pro_4, # Deprecated: Use IosDeviceName::IPad_Pro_11_inch_4 instead.
71
+ IPad_Pro_3, # Deprecated: Use IosDeviceName::IPad_Pro_12_9_inch_3 instead
72
+ IPad_Pro_4, # Deprecated: Use IosDeviceName::IPad_Pro_11_inch_4 instead
73
73
  IPad_Pro_11_inch_4,
74
74
  IPad_Pro_11_inch_M5,
75
75
  IPad_Pro_13_inch_M5,
@@ -77,7 +77,7 @@ module IosDeviceNameGenerated
77
77
  IPhone_SE_2,
78
78
  IPhone_SE_3,
79
79
  IPhone_XR,
80
- IPhone_XS, # Deprecated: Use IosDeviceName::IPhone_Xs instead.
80
+ IPhone_XS, # Deprecated: Use IosDeviceName::IPhone_Xs instead
81
81
  IPhone_Xs,
82
82
  IPhone_11,
83
83
  IPhone_11_Pro_Max,
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.12.17
4
+ version: 6.12.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Applitools Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-01-27 00:00:00.000000000 Z
11
+ date: 2026-02-16 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.9.17
19
+ version: 6.9.18
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.9.17
26
+ version: 6.9.18
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: selenium-webdriver
29
29
  requirement: !ruby/object:Gem::Requirement