@applitools/eyes-webdriverio 5.45.3 → 5.45.4

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,62 @@
1
1
  # Changelog
2
2
 
3
+ ## [5.45.4](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-webdriverio@5.45.3...js/eyes-webdriverio@5.45.4) (2023-08-30)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/utils bumped to 1.5.2
9
+ #### Bug Fixes
10
+
11
+ * fixed some types ([498b1d7](https://github.com/applitools/eyes.sdk.javascript1/commit/498b1d7c547df04773b64b66ee39cccb402c093e))
12
+ * @applitools/nml-client bumped to 1.5.9
13
+ #### Bug Fixes
14
+
15
+ * update broker url when server respond with error ([#1882](https://github.com/applitools/eyes.sdk.javascript1/issues/1882)) ([ab5a6ae](https://github.com/applitools/eyes.sdk.javascript1/commit/ab5a6ae8976b061bda8b56a9cc11c149e47d6dea))
16
+
17
+
18
+
19
+ * @applitools/core bumped to 3.10.0
20
+ #### Features
21
+
22
+ * allowed running multiple classic test with different devices for applitoolsified native apps ([#1891](https://github.com/applitools/eyes.sdk.javascript1/issues/1891)) ([a84311f](https://github.com/applitools/eyes.sdk.javascript1/commit/a84311f88e6f532268543a96f841ae5ad87d5659))
23
+
24
+
25
+
26
+ * @applitools/eyes bumped to 1.8.0
27
+ #### Features
28
+
29
+ * added more iOS devices ([a84311f](https://github.com/applitools/eyes.sdk.javascript1/commit/a84311f88e6f532268543a96f841ae5ad87d5659))
30
+
31
+
32
+
33
+ * @applitools/logger bumped to 2.0.9
34
+
35
+ * @applitools/socket bumped to 1.1.9
36
+
37
+ * @applitools/req bumped to 1.5.4
38
+
39
+ * @applitools/image bumped to 1.1.4
40
+
41
+ * @applitools/spec-driver-webdriver bumped to 1.0.43
42
+
43
+ * @applitools/spec-driver-selenium bumped to 1.5.57
44
+
45
+ * @applitools/spec-driver-puppeteer bumped to 1.1.74
46
+
47
+ * @applitools/driver bumped to 1.13.6
48
+
49
+ * @applitools/screenshoter bumped to 3.8.9
50
+
51
+ * @applitools/tunnel-client bumped to 1.2.1
52
+
53
+ * @applitools/ufg-client bumped to 1.7.2
54
+
55
+ * @applitools/ec-client bumped to 1.7.6
56
+
57
+ * @applitools/core-base bumped to 1.5.2
58
+
59
+
3
60
  ## [5.45.3](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-webdriverio@5.45.2...js/eyes-webdriverio@5.45.3) (2023-08-18)
4
61
 
5
62
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-webdriverio",
3
- "version": "5.45.3",
3
+ "version": "5.45.4",
4
4
  "description": "Applitools Eyes SDK for WebdriverIO",
5
5
  "keywords": [
6
6
  "eyes-webdriverio",
@@ -98,14 +98,14 @@
98
98
  "up:framework": "yarn add --dev --caret webdriverio${APPLITOOLS_FRAMEWORK_VERSION:+@$APPLITOOLS_FRAMEWORK_VERSION}"
99
99
  },
100
100
  "dependencies": {
101
- "@applitools/driver": "1.13.5",
102
- "@applitools/eyes": "1.7.3",
103
- "@applitools/spec-driver-webdriver": "1.0.42"
101
+ "@applitools/driver": "1.13.6",
102
+ "@applitools/eyes": "1.8.0",
103
+ "@applitools/spec-driver-webdriver": "1.0.43"
104
104
  },
105
105
  "devDependencies": {
106
106
  "@applitools/api-extractor": "^1.2.21",
107
107
  "@applitools/bongo": "^5.6.1",
108
- "@applitools/generic": "^3.3.9",
108
+ "@applitools/generic": "^3.3.10",
109
109
  "@applitools/test-utils": "^1.5.17",
110
110
  "@types/node": "^16.18.14",
111
111
  "@wdio/cli": "^8.14.4",
package/types/index.d.ts CHANGED
@@ -774,33 +774,66 @@ export enum FailureReport {
774
774
  IMMEDIATE = 'IMMEDIATE',
775
775
  ON_CLOSE = 'ON_CLOSE'
776
776
  }
777
- export type IosDeviceNamePlain = "iPhone 11" | "iPhone 11 Pro" | "iPhone 11 Pro Max" | "iPhone X" | "iPhone XR" | "iPhone 14 Pro Max" | "iPhone 14" | "iPhone 13 Pro Max" | "iPhone 13 Pro" | "iPhone 13" | "iPhone 12 Pro Max" | "iPhone 12 Pro" | "iPhone 12" | "iPhone 12 mini" | "iPhone Xs" | "iPhone 8" | "iPhone 8 Plus" | "iPhone 7" | "iPhone SE (1st generation)" | "iPad Pro (12.9-inch) (3rd generation)" | "iPad Pro (11-inch) (4th generation)" | "iPad (7th generation)" | "iPad (9th generation)" | "iPad Air (2nd generation)" | "iPad Air (4th generation)";
777
+ export type IosDeviceNamePlain = "iPad Air 2" | "iPhone 11" | "iPhone 11 Pro" | "iPhone 11 Pro Max" | "iPhone X" | "iPhone XR" | "iPhone 6s" | "iPhone 6s Plus" | "iPhone 7" | "iPhone 7 Plus" | "iPhone 8" | "iPhone 8 Plus" | "iPhone Xs" | "iPhone Xs Max" | "iPhone 12" | "iPhone 12 mini" | "iPhone 12 Pro" | "iPhone 12 Pro Max" | "iPhone 13" | "iPhone 13 mini" | "iPhone 13 Pro" | "iPhone 13 Pro Max" | "iPhone 14" | "iPhone 14 Plus" | "iPhone 14 Pro" | "iPhone 14 Pro Max" | "iPhone SE (1st generation)" | "iPhone SE (2nd generation)" | "iPhone SE (3rd generation)" | "iPad (5th generation)" | "iPad (6th generation)" | "iPad (7th generation)" | "iPad (8th generation)" | "iPad (9th generation)" | "iPad (10th generation)" | "iPad Air (3rd generation)" | "iPad Air (4th generation)" | "iPad Air (5th generation)" | "iPad mini 4" | "iPad mini (5th generation)" | "iPad mini (6th generation)" | "iPad Pro (9.7-inch)" | "iPad Pro (10.5-inch)" | "iPad Pro (11-inch) (1st generation)" | "iPad Pro (12.9-inch) (1st generation)" | "iPad Pro (11-inch) (2nd generation)" | "iPad Pro (12.9-inch) (2nd generation)" | "iPad Pro (11-inch) (3rd generation)" | "iPad Pro (12.9-inch) (3rd generation)" | "iPad Pro (11-inch) (4th generation)" | "iPad Pro (12.9-inch) (4th generation)" | "iPad Pro (12.9-inch) (5th generation)" | "iPad Pro (12.9-inch) (6th generation)" | "iPod touch (7th generation)";
778
778
  export enum IosDeviceName {
779
- iPhone_14_Pro_Max = 'iPhone 14 Pro Max',
780
- iPhone_14 = 'iPhone 14',
781
- iPhone_13_Pro_Max = 'iPhone 13 Pro Max',
782
- iPhone_13_Pro = 'iPhone 13 Pro',
783
- iPhone_13 = 'iPhone 13',
784
- iPhone_12_Pro_Max = 'iPhone 12 Pro Max',
785
- iPhone_12_Pro = 'iPhone 12 Pro',
786
- iPhone_12 = 'iPhone 12',
787
- iPhone_12_mini = 'iPhone 12 mini',
788
- iPhone_11_Pro = 'iPhone 11 Pro',
789
- iPhone_11_Pro_Max = 'iPhone 11 Pro Max',
790
- iPhone_11 = 'iPhone 11',
791
- iPhone_XR = 'iPhone XR',
792
- iPhone_XS = 'iPhone Xs',
793
- iPhone_X = 'iPhone X',
779
+ iPhone_6s = 'iPhone 6s',
780
+ iPhone_6s_Plus = 'iPhone 6s Plus',
781
+ iPhone_7 = 'iPhone 7',
782
+ iPhone_7_Plus = 'iPhone 7 Plus',
794
783
  iPhone_8 = 'iPhone 8',
795
784
  iPhone_8_Plus = 'iPhone 8 Plus',
796
- iPhone_7 = 'iPhone 7',
785
+ iPhone_X = 'iPhone X',
786
+ iPhone_XR = 'iPhone XR',
787
+ iPhone_Xs = 'iPhone Xs',
788
+ iPhone_XS = 'iPhone Xs',
789
+ iPhone_Xs_Max = 'iPhone Xs Max',
790
+ iPhone_11 = 'iPhone 11',
791
+ iPhone_11_Pro = 'iPhone 11 Pro',
792
+ iPhone_11_Pro_Max = 'iPhone 11 Pro Max',
793
+ iPhone_12 = 'iPhone 12',
794
+ iPhone_12_mini = 'iPhone 12 mini',
795
+ iPhone_12_Pro = 'iPhone 12 Pro',
796
+ iPhone_12_Pro_Max = 'iPhone 12 Pro Max',
797
+ iPhone_13 = 'iPhone 13',
798
+ iPhone_13_mini = 'iPhone 13 mini',
799
+ iPhone_13_Pro = 'iPhone 13 Pro',
800
+ iPhone_13_Pro_Max = 'iPhone 13 Pro Max',
801
+ iPhone_14 = 'iPhone 14',
802
+ iPhone_14_Plus = 'iPhone 14 Plus',
803
+ iPhone_14_Pro = 'iPhone 14 Pro',
804
+ iPhone_14_Pro_Max = 'iPhone 14 Pro Max',
797
805
  iPhone_SE = 'iPhone SE (1st generation)',
798
- iPad_Pro_3 = 'iPad Pro (12.9-inch) (3rd generation)',
799
- iPad_Pro_4 = 'iPad Pro (11-inch) (4th generation)',
806
+ iPhone_SE_1 = 'iPhone SE (1st generation)',
807
+ iPhone_SE_2 = 'iPhone SE (2nd generation)',
808
+ iPhone_SE_3 = 'iPhone SE (3rd generation)',
809
+ iPad_5 = 'iPad (5th generation)',
810
+ iPad_6 = 'iPad (6th generation)',
800
811
  iPad_7 = 'iPad (7th generation)',
812
+ iPad_8 = 'iPad (8th generation)',
801
813
  iPad_9 = 'iPad (9th generation)',
802
- iPad_Air_2 = 'iPad Air (2nd generation)',
803
- iPad_Air_4 = 'iPad Air (4th generation)'
814
+ iPad_10 = 'iPad (10th generation)',
815
+ iPad_Air_2 = 'iPad Air 2',
816
+ iPad_Air_3 = 'iPad Air (3rd generation)',
817
+ iPad_Air_4 = 'iPad Air (4th generation)',
818
+ iPad_Air_5 = 'iPad Air (5th generation)',
819
+ iPad_mini_4 = 'iPad mini 4',
820
+ iPad_mini_5 = 'iPad mini (5th generation)',
821
+ iPad_mini_6 = 'iPad mini (6th generation)',
822
+ iPad_Pro_9_7_inch_1 = 'iPad Pro (9.7-inch)',
823
+ iPad_Pro_10_5_inch_1 = 'iPad Pro (10.5-inch)',
824
+ iPad_Pro_11_inch_1 = 'iPad Pro (11-inch) (1st generation)',
825
+ iPad_Pro_12_9_inch_1 = 'iPad Pro (12.9-inch) (1st generation)',
826
+ iPad_Pro_11_inch_2 = 'iPad Pro (11-inch) (2nd generation)',
827
+ iPad_Pro_12_9_inch_2 = 'iPad Pro (12.9-inch) (2nd generation)',
828
+ iPad_Pro_11_inch_3 = 'iPad Pro (11-inch) (3rd generation)',
829
+ iPad_Pro_12_9_inch_3 = 'iPad Pro (12.9-inch) (3rd generation)',
830
+ iPad_Pro_3 = 'iPad Pro (12.9-inch) (3rd generation)',
831
+ iPad_Pro_11_inch_4 = 'iPad Pro (11-inch) (4th generation)',
832
+ iPad_Pro_4 = 'iPad Pro (11-inch) (4th generation)',
833
+ iPad_Pro_12_9_inch_4 = 'iPad Pro (12.9-inch) (4th generation)',
834
+ iPad_Pro_12_9_inch_5 = 'iPad Pro (12.9-inch) (5th generation)',
835
+ iPad_Pro_12_9_inch_6 = 'iPad Pro (12.9-inch) (6th generation)',
836
+ iPod_touch_7 = 'iPod touch (7th generation)'
804
837
  }
805
838
  export type IosVersionPlain = AndroidVersionPlain;
806
839
  export enum IosVersion {