@applitools/eyes-webdriverio 5.39.1 → 5.40.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.
- package/CHANGELOG.md +6 -0
- package/package.json +6 -6
- package/types/index.d.ts +6 -2
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-webdriverio",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.40.0",
|
|
4
4
|
"description": "Applitools Eyes SDK for WebdriverIO",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eyes-webdriverio",
|
|
@@ -116,17 +116,17 @@
|
|
|
116
116
|
}
|
|
117
117
|
},
|
|
118
118
|
"dependencies": {
|
|
119
|
-
"@applitools/core": "1.
|
|
120
|
-
"@applitools/eyes-api": "1.
|
|
121
|
-
"@applitools/spec-driver-webdriverio": "1.4.
|
|
119
|
+
"@applitools/core": "1.4.0",
|
|
120
|
+
"@applitools/eyes-api": "1.12.0",
|
|
121
|
+
"@applitools/spec-driver-webdriverio": "1.4.20"
|
|
122
122
|
},
|
|
123
123
|
"devDependencies": {
|
|
124
124
|
"@applitools/api-extractor": "1.2.11",
|
|
125
|
-
"@applitools/bongo": "^2.2.
|
|
125
|
+
"@applitools/bongo": "^2.2.2",
|
|
126
126
|
"@applitools/scripts": "1.2.0",
|
|
127
127
|
"@applitools/sdk-coverage-tests": "^2.7.10",
|
|
128
128
|
"@applitools/sdk-shared": "0.9.15",
|
|
129
|
-
"@applitools/test-utils": "1.5.
|
|
129
|
+
"@applitools/test-utils": "1.5.8",
|
|
130
130
|
"@types/mocha": "^9.1.1",
|
|
131
131
|
"@types/node": "16",
|
|
132
132
|
"@typescript-eslint/eslint-plugin": "^5.27.0",
|
package/types/index.d.ts
CHANGED
|
@@ -18,6 +18,7 @@ export type Element = (Applitools.WebdriverIO.Element | { ELEMENT: string; } | {
|
|
|
18
18
|
export type Selector = (Applitools.WebdriverIO.Selector | { using: string; value: string; }) & { __applitoolsBrand?: undefined; };
|
|
19
19
|
export class Eyes {
|
|
20
20
|
static setViewportSize: (driver: Driver, viewportSize: RectangleSize) => Promise<void>;
|
|
21
|
+
static getExecutionCloudUrl(config?: undefined | ConfigurationPlain): Promise<string>;
|
|
21
22
|
constructor(runner?: undefined | EyesRunner, config?: undefined | ConfigurationPlain);
|
|
22
23
|
constructor(config?: undefined | ConfigurationPlain);
|
|
23
24
|
get logger(): Logger;
|
|
@@ -32,6 +33,7 @@ export class Eyes {
|
|
|
32
33
|
setConfiguration(config: ConfigurationPlain): void;
|
|
33
34
|
get isOpen(): boolean;
|
|
34
35
|
getIsOpen(): boolean;
|
|
36
|
+
getExecutionCloudUrl(): Promise<string>;
|
|
35
37
|
open(driver: Driver, config?: undefined | ConfigurationPlain): Promise<Driver>;
|
|
36
38
|
open(driver: Driver, appName?: undefined | string, testName?: undefined | string, viewportSize?: undefined | RectangleSizePlain, sessionType?: undefined | "SEQUENTIAL" | "PROGRESSION"): Promise<Driver>;
|
|
37
39
|
open(config?: undefined | ConfigurationPlain): Promise<void>;
|
|
@@ -575,7 +577,7 @@ export enum CorsIframeHandle {
|
|
|
575
577
|
KEEP = 'KEEP',
|
|
576
578
|
SNAPSHOT = 'SNAPSHOT'
|
|
577
579
|
}
|
|
578
|
-
export type DeviceNamePlain = "Blackberry PlayBook" | "BlackBerry Z30" | "Galaxy A5" | "Galaxy Note 10" | "Galaxy Note 10 Plus" | "Galaxy Note 2" | "Galaxy Note 3" | "Galaxy Note 4" | "Galaxy Note 8" | "Galaxy Note 9" | "Galaxy S3" | "Galaxy S5" | "Galaxy S8" | "Galaxy S8 Plus" | "Galaxy S9" | "Galaxy S9 Plus" | "Galaxy S10" | "Galaxy S10 Plus" | "Galaxy S20" | "Galaxy S22" | "Galaxy Tab S7" | "iPad" | "iPad 6th Gen" | "iPad 7th Gen" | "iPad Air 2" | "iPad Mini" | "iPad Pro" | "iPhone 11" | "iPhone 11 Pro" | "iPhone 11 Pro Max" | "iPhone 4" | "iPhone 5/SE" | "iPhone 6/7/8" | "iPhone 6/7/8 Plus" | "iPhone X" | "iPhone XR" | "iPhone XS" | "iPhone XS Max" | "Kindle Fire HDX" | "Laptop with HiDPI screen" | "Laptop with MDPI screen" | "Laptop with touch" | "LG G6" | "LG Optimus L70" | "Microsoft Lumia 550" | "Microsoft Lumia 950" | "Nexus 10" | "Nexus 4" | "Nexus 5" | "Nexus 5X" | "Nexus 6" | "Nexus 6P" | "Nexus 7" | "Nokia Lumia 520" | "Nokia N9" | "OnePlus 7T" | "OnePlus 7T Pro" | "Pixel 2" | "Pixel 2 XL" | "Pixel 3" | "Pixel 3 XL" | "Pixel 4" | "Pixel 4 XL" | "Pixel 5" | "Sony Xperia 10 II";
|
|
580
|
+
export type DeviceNamePlain = "Blackberry PlayBook" | "BlackBerry Z30" | "Galaxy A5" | "Galaxy Note 10" | "Galaxy Note 10 Plus" | "Galaxy Note 2" | "Galaxy Note 3" | "Galaxy Note 4" | "Galaxy Note 8" | "Galaxy Note 9" | "Galaxy S3" | "Galaxy S5" | "Galaxy S8" | "Galaxy S8 Plus" | "Galaxy S9" | "Galaxy S9 Plus" | "Galaxy S10" | "Galaxy S10 Plus" | "Galaxy S20" | "Galaxy S22" | "Galaxy Tab S7" | "iPad" | "iPad 6th Gen" | "iPad 7th Gen" | "iPad Air 2" | "iPad Mini" | "iPad Pro" | "iPhone 11" | "iPhone 11 Pro" | "iPhone 11 Pro Max" | "iPhone 4" | "iPhone 5/SE" | "iPhone 6/7/8" | "iPhone 6/7/8 Plus" | "iPhone X" | "iPhone XR" | "iPhone XS" | "iPhone XS Max" | "Kindle Fire HDX" | "Laptop with HiDPI screen" | "Laptop with MDPI screen" | "Laptop with touch" | "LG G6" | "LG Optimus L70" | "Microsoft Lumia 550" | "Microsoft Lumia 950" | "Nexus 10" | "Nexus 4" | "Nexus 5" | "Nexus 5X" | "Nexus 6" | "Nexus 6P" | "Nexus 7" | "Nokia Lumia 520" | "Nokia N9" | "OnePlus 7T" | "OnePlus 7T Pro" | "Pixel 2" | "Pixel 2 XL" | "Pixel 3" | "Pixel 3 XL" | "Pixel 4" | "Pixel 4 XL" | "Pixel 5" | "Sony Xperia 10 II" | "Huawei Mate 50 Pro" | "Huawei Matepad 11";
|
|
579
581
|
export enum DeviceName {
|
|
580
582
|
Blackberry_PlayBook = 'Blackberry PlayBook',
|
|
581
583
|
BlackBerry_Z30 = 'BlackBerry Z30',
|
|
@@ -641,7 +643,9 @@ export enum DeviceName {
|
|
|
641
643
|
Pixel_4 = 'Pixel 4',
|
|
642
644
|
Pixel_4_XL = 'Pixel 4 XL',
|
|
643
645
|
Pixel_5 = 'Pixel 5',
|
|
644
|
-
Sony_Xperia_10_II = 'Sony Xperia 10 II'
|
|
646
|
+
Sony_Xperia_10_II = 'Sony Xperia 10 II',
|
|
647
|
+
Huawei_Mate_50_Pro = 'Huawei Mate 50 Pro',
|
|
648
|
+
Huawei_Matepad_11 = 'Huawei Matepad 11'
|
|
645
649
|
}
|
|
646
650
|
export type FailureReportPlain = "IMMEDIATE" | "ON_CLOSE";
|
|
647
651
|
export enum FailureReport {
|