@sap_oss/wdio-qmate-service 2.5.1 → 2.5.2
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.
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { CalculateDates } from "../constants/date.constants";
|
|
2
|
-
export
|
|
2
|
+
export type CalculateDatesType = `${CalculateDates}`;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { RequestMethod } from "../constants/mockserver.constants";
|
|
2
|
-
export
|
|
2
|
+
export type RequestMethodType = `${RequestMethod}`;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export
|
|
1
|
+
export type Ui5Selector = {
|
|
2
2
|
elementProperties: any;
|
|
3
3
|
ancestorProperties?: any;
|
|
4
4
|
parentProperties?: any;
|
|
@@ -8,7 +8,7 @@ export declare type Ui5Selector = {
|
|
|
8
8
|
childProperties?: any;
|
|
9
9
|
descendantProperties?: any;
|
|
10
10
|
};
|
|
11
|
-
export
|
|
11
|
+
export type Ui5SelectorWithOptions = {
|
|
12
12
|
selector: Ui5Selector;
|
|
13
13
|
index?: number;
|
|
14
14
|
timeout?: number;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { DateFormats } from "../constants/formatter.constants";
|
|
2
|
-
export
|
|
2
|
+
export type DateFormatsType = `${DateFormats}`;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap_oss/wdio-qmate-service",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.2",
|
|
4
4
|
"author": "SAP SE",
|
|
5
5
|
"types": "./@types/index.d.ts",
|
|
6
6
|
"main": "./lib/index.js",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
}
|
|
24
24
|
],
|
|
25
25
|
"scripts": {
|
|
26
|
-
"update-chromedriver": "npm install chromedriver --chromedriver-force-download --detect_chromedriver_version",
|
|
26
|
+
"update-chromedriver": "npm install chromedriver --chromedriver-force-download --detect_chromedriver_version --no-save",
|
|
27
27
|
"prepare": "npm run build",
|
|
28
28
|
"clean": "npx rimraf lib",
|
|
29
29
|
"lint": "eslint .",
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
"@wdio/static-server-service": "^8.6.8",
|
|
155
155
|
"app-root-path": "^3.1.0",
|
|
156
156
|
"chai": "^4.3.4",
|
|
157
|
-
"chromedriver": "^
|
|
157
|
+
"chromedriver": "^114.0.3",
|
|
158
158
|
"concurrently": "^7.6.0",
|
|
159
159
|
"doctrine": "^3.0.0",
|
|
160
160
|
"eslint": "^6.8.0",
|