eyes_selenium 6.0.3 → 6.1.0

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: bd6e17cb5ee74d73f5777c54a620f893bf25e6866bf7c07f4429df65df3e7c16
4
- data.tar.gz: ee82efe6464b2e6f823549b66ab1a3624e6cbace99720db9db7e9170eebd9df3
3
+ metadata.gz: 2587c5a413d58da97146ba3734bb55ffd03a95c1ec8fbd5cb9bd3075aecdcac1
4
+ data.tar.gz: d980d3ede492b636d27a03d145798495a004821485e4643d2c8ff6ed7f252f39
5
5
  SHA512:
6
- metadata.gz: f8f16b4816a63e85016e6305710e6078483ddebc37bce29fc73c7aab9350f6ac44a52e7564ee6612a0504bc5aa9527a95d2af690e372b434244dd2f0b00e7d05
7
- data.tar.gz: b8e092f92e57517874af88c6bf636000a3547be379e14ad6c6c096be334ed4f129dbb6513392ea56c1e3a7edf70d42060d3cc47ff4a8dedb3618d4f1c1695f4c
6
+ metadata.gz: ff4443b32ce526f5d0ca8ddeb41ef9ac14e05988e0d6e547453e376148b7fda5c1143f6662675b35cadeccaee9c29a141c7f917762c5dbab5c751ba53cbcd89b
7
+ data.tar.gz: 548bcdc3df191ab33fc5d6574d8e5c231412c7979ac78ee5068ab84426dee44295e6f98da4864daa10d93e153607afc7d15fc47c5e1434d7210d967c8315b476
data/CHANGELOG.md CHANGED
@@ -1,5 +1,75 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.1.0](https://github.com/applitools/eyes.sdk.javascript1/compare/ruby/eyes_selenium-v6.0.4...ruby/eyes_selenium@6.1.0) (2024-02-19)
4
+
5
+
6
+ ### Features
7
+
8
+ * add Eyes.getResults method ([#2046](https://github.com/applitools/eyes.sdk.javascript1/issues/2046)) ([#2069](https://github.com/applitools/eyes.sdk.javascript1/issues/2069)) ([4d263e1](https://github.com/applitools/eyes.sdk.javascript1/commit/4d263e19cb5e5708790a1a7ef90ff8f3eee50d91))
9
+ * added notification about outdated sdk version ([#2012](https://github.com/applitools/eyes.sdk.javascript1/issues/2012)) ([0f0a646](https://github.com/applitools/eyes.sdk.javascript1/commit/0f0a6462a56e7c97f9a22173c3b63af91e220adb))
10
+
11
+
12
+ ### Dependencies
13
+
14
+ * @applitools/dom-snapshot bumped to 4.7.17
15
+ #### Bug Fixes
16
+
17
+ * throw error for encoding none unicode char ([#2171](https://github.com/applitools/eyes.sdk.javascript1/issues/2171)) ([4edb9cf](https://github.com/applitools/eyes.sdk.javascript1/commit/4edb9cfb27d8db2ff4cb09c8ebf1b95ab020633d))
18
+ * @applitools/spec-driver-webdriver bumped to 1.0.57
19
+ #### Bug Fixes
20
+
21
+ * fixed issue with cdp commands on chromium browsers ([#2180](https://github.com/applitools/eyes.sdk.javascript1/issues/2180)) ([550fc77](https://github.com/applitools/eyes.sdk.javascript1/commit/550fc772d3988aae29e6f4a1a11d2a408072dc38))
22
+ * @applitools/spec-driver-puppeteer bumped to 1.4.0
23
+ #### Features
24
+
25
+ * added support for puppeteer >= 22 ([#2185](https://github.com/applitools/eyes.sdk.javascript1/issues/2185)) ([59d23a9](https://github.com/applitools/eyes.sdk.javascript1/commit/59d23a9689d77c7db06df53b67fa293a3b3f166e))
26
+ * @applitools/nml-client bumped to 1.7.0
27
+ #### Features
28
+
29
+ * add support for regions and calculated regions ([#2161](https://github.com/applitools/eyes.sdk.javascript1/issues/2161)) ([fea4b1f](https://github.com/applitools/eyes.sdk.javascript1/commit/fea4b1fca3d8f59eada2b5186cd32d47352ccf1a))
30
+
31
+
32
+ #### Bug Fixes
33
+
34
+ * missing viewport when using system screenshot and multi viewport ([#2173](https://github.com/applitools/eyes.sdk.javascript1/issues/2173)) ([411283c](https://github.com/applitools/eyes.sdk.javascript1/commit/411283c7bebc09f178d73b6b47e81e5ce4244d5e))
35
+
36
+
37
+
38
+ * @applitools/screenshoter bumped to 3.8.23
39
+
40
+ * @applitools/ec-client bumped to 1.7.25
41
+
42
+ * @applitools/core bumped to 4.8.0
43
+ #### Features
44
+
45
+ * add support for regions and calculated regions ([#2161](https://github.com/applitools/eyes.sdk.javascript1/issues/2161)) ([fea4b1f](https://github.com/applitools/eyes.sdk.javascript1/commit/fea4b1fca3d8f59eada2b5186cd32d47352ccf1a))
46
+
47
+
48
+ #### Bug Fixes
49
+
50
+ * missing viewport when using system screenshot and multi viewport ([#2173](https://github.com/applitools/eyes.sdk.javascript1/issues/2173)) ([411283c](https://github.com/applitools/eyes.sdk.javascript1/commit/411283c7bebc09f178d73b6b47e81e5ce4244d5e))
51
+ * nml coded region integration with universal ([6fb0934](https://github.com/applitools/eyes.sdk.javascript1/commit/6fb09348238dfe4698856f88e762a9abf80c686f))
52
+ * throw error for encoding none unicode char ([#2171](https://github.com/applitools/eyes.sdk.javascript1/issues/2171)) ([4edb9cf](https://github.com/applitools/eyes.sdk.javascript1/commit/4edb9cfb27d8db2ff4cb09c8ebf1b95ab020633d))
53
+
54
+
55
+
56
+ * eyes_universal bumped to 4.8.0
57
+
58
+ * eyes_core bumped to 6.1.0
59
+ #### Features
60
+
61
+ * add Eyes.getResults method ([#2046](https://github.com/applitools/eyes.sdk.javascript1/issues/2046)) ([#2069](https://github.com/applitools/eyes.sdk.javascript1/issues/2069)) ([4d263e1](https://github.com/applitools/eyes.sdk.javascript1/commit/4d263e19cb5e5708790a1a7ef90ff8f3eee50d91))
62
+ * added notification about outdated sdk version ([#2012](https://github.com/applitools/eyes.sdk.javascript1/issues/2012)) ([0f0a646](https://github.com/applitools/eyes.sdk.javascript1/commit/0f0a6462a56e7c97f9a22173c3b63af91e220adb))
63
+ * generate more enums ([#2179](https://github.com/applitools/eyes.sdk.javascript1/issues/2179)) ([5f4f916](https://github.com/applitools/eyes.sdk.javascript1/commit/5f4f91621b791a02464191123f69b12f590b9efe))
64
+
65
+
66
+
67
+
68
+ ## [6.0.4] (2024-02-05)
69
+
70
+ * ### Bug Fixes
71
+ * Move from state_machine to state_machines gem (ROR with i18n compatability issue)
72
+
3
73
  ## [6.0.3] (2024-02-02)
4
74
 
5
75
  * ### Bug Fixes
@@ -29,5 +29,5 @@ Gem::Specification.new do |spec|
29
29
  spec.add_dependency 'selenium-webdriver', '>= 3'
30
30
  spec.add_dependency 'css_parser'
31
31
  spec.add_dependency 'crass'
32
- spec.add_dependency 'state_machine'
32
+ spec.add_dependency 'state_machines'
33
33
  end
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesSelenium
5
- VERSION = '6.0.3'.freeze
5
+ VERSION = '6.1.0'.freeze
6
6
  # UNIVERSAL_CORE_VERSION = '3.6.4'.freeze
7
7
  end
8
8
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
- require 'state_machine'
2
+ require 'state_machines'
3
3
  require 'digest'
4
4
  require 'applitools/selenium/visual_grid/render_task'
5
5
 
data/lib/eyes_selenium.rb CHANGED
@@ -54,21 +54,3 @@ if defined? Selenium::WebDriver::Driver
54
54
  end
55
55
  end
56
56
  end
57
-
58
- # fix File.exists?
59
- # https://github.com/pluginaweek/state_machine/blob/master/lib/state_machine/integrations/base.rb
60
- module StateMachine
61
- module Integrations
62
- module Base
63
- module ClassMethods
64
- # The path to the locale file containing translations for this
65
- # integration. This file will only exist for integrations that actually
66
- # support i18n.
67
- def locale_path
68
- path = "#{File.dirname(__FILE__)}/#{integration_name}/locale.rb"
69
- path if File.exist?(path)
70
- end
71
- end
72
- end
73
- end
74
- 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: 6.0.3
4
+ version: 6.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Applitools Team
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-02 00:00:00.000000000 Z
11
+ date: 2024-02-20 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.0.3
19
+ version: 6.1.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.0.3
26
+ version: 6.1.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: selenium-webdriver
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -67,7 +67,7 @@ dependencies:
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
69
  - !ruby/object:Gem::Dependency
70
- name: state_machine
70
+ name: state_machines
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
73
  - - ">="
@@ -172,7 +172,7 @@ homepage: https://www.applitools.com
172
172
  licenses:
173
173
  - Applitools
174
174
  metadata: {}
175
- post_install_message:
175
+ post_install_message:
176
176
  rdoc_options: []
177
177
  require_paths:
178
178
  - lib
@@ -187,8 +187,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
187
187
  - !ruby/object:Gem::Version
188
188
  version: '0'
189
189
  requirements: []
190
- rubygems_version: 3.0.3.1
191
- signing_key:
190
+ rubygems_version: 3.4.1
191
+ signing_key:
192
192
  specification_version: 4
193
193
  summary: Applitools Ruby Selenium SDK
194
194
  test_files: []