webdriverio 9.0.0-alpha.350 → 9.0.0-alpha.367
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.
|
@@ -24,14 +24,14 @@ export {};
|
|
|
24
24
|
* </example>
|
|
25
25
|
*
|
|
26
26
|
* @alias mock.request
|
|
27
|
-
* @param {MockOverwrite}
|
|
28
|
-
* @param {Record<string,
|
|
29
|
-
* @param {Record<string,
|
|
30
|
-
* @param {string}
|
|
31
|
-
* @param {string}
|
|
32
|
-
* @param {MockResponseParams=}
|
|
33
|
-
* @param {Object=}
|
|
34
|
-
* @param {Number=}
|
|
35
|
-
* @param {Boolean=}
|
|
27
|
+
* @param {MockOverwrite} overwrites payload to overwrite the response
|
|
28
|
+
* @param {Record<string,string>} overwrites.header overwrite specific headers
|
|
29
|
+
* @param {Record<string,string>} overwrites.cookies overwrite request cookies
|
|
30
|
+
* @param {string} overwrites.method overwrite request method
|
|
31
|
+
* @param {string} overwrites.url overwrite request url to initiate a redirect
|
|
32
|
+
* @param {MockResponseParams=} params additional respond parameters to overwrite
|
|
33
|
+
* @param {Object=} params.header overwrite specific headers
|
|
34
|
+
* @param {Number=} params.statusCode overwrite response status code
|
|
35
|
+
* @param {Boolean=} params.fetchResponse fetch real response before responding with mocked data
|
|
36
36
|
*/
|
|
37
37
|
//# sourceMappingURL=request.d.ts.map
|
|
@@ -24,14 +24,14 @@ export {};
|
|
|
24
24
|
* </example>
|
|
25
25
|
*
|
|
26
26
|
* @alias mock.request
|
|
27
|
-
* @param {MockOverwrite}
|
|
28
|
-
* @param {Record<string,
|
|
29
|
-
* @param {Record<string,
|
|
30
|
-
* @param {string}
|
|
31
|
-
* @param {string}
|
|
32
|
-
* @param {MockResponseParams=}
|
|
33
|
-
* @param {Object=}
|
|
34
|
-
* @param {Number=}
|
|
35
|
-
* @param {Boolean=}
|
|
27
|
+
* @param {MockOverwrite} overwrites payload to overwrite the response
|
|
28
|
+
* @param {Record<string,string>} overwrites.header overwrite specific headers
|
|
29
|
+
* @param {Record<string,string>} overwrites.cookies overwrite request cookies
|
|
30
|
+
* @param {string} overwrites.method overwrite request method
|
|
31
|
+
* @param {string} overwrites.url overwrite request url to initiate a redirect
|
|
32
|
+
* @param {MockResponseParams=} params additional respond parameters to overwrite
|
|
33
|
+
* @param {Object=} params.header overwrite specific headers
|
|
34
|
+
* @param {Number=} params.statusCode overwrite response status code
|
|
35
|
+
* @param {Boolean=} params.fetchResponse fetch real response before responding with mocked data
|
|
36
36
|
*/
|
|
37
37
|
// actual implementation is located in packages/webdriverio/src/utils/interception
|
|
@@ -24,14 +24,14 @@ export {};
|
|
|
24
24
|
* </example>
|
|
25
25
|
*
|
|
26
26
|
* @alias mock.requestOnce
|
|
27
|
-
* @param {MockOverwrite}
|
|
28
|
-
* @param {Record<string, string> overwrites.header overwrite specific headers
|
|
29
|
-
* @param {Record<string, string> overwrites.cookies overwrite request cookies
|
|
30
|
-
* @param {string}
|
|
31
|
-
* @param {string}
|
|
32
|
-
* @param {MockResponseParams=}
|
|
33
|
-
* @param {Object=}
|
|
34
|
-
* @param {Number=}
|
|
35
|
-
* @param {Boolean=}
|
|
27
|
+
* @param {MockOverwrite} overwrites payload to overwrite the response
|
|
28
|
+
* @param {Record<string, string>} overwrites.header overwrite specific headers
|
|
29
|
+
* @param {Record<string, string>} overwrites.cookies overwrite request cookies
|
|
30
|
+
* @param {string} overwrites.method overwrite request method
|
|
31
|
+
* @param {string} overwrites.url overwrite request url to initiate a redirect
|
|
32
|
+
* @param {MockResponseParams=} params additional respond parameters to overwrite
|
|
33
|
+
* @param {Object=} params.header overwrite specific headers
|
|
34
|
+
* @param {Number=} params.statusCode overwrite response status code
|
|
35
|
+
* @param {Boolean=} params.fetchResponse fetch real response before responding with mocked data
|
|
36
36
|
*/
|
|
37
37
|
//# sourceMappingURL=requestOnce.d.ts.map
|
|
@@ -24,14 +24,14 @@ export {};
|
|
|
24
24
|
* </example>
|
|
25
25
|
*
|
|
26
26
|
* @alias mock.requestOnce
|
|
27
|
-
* @param {MockOverwrite}
|
|
28
|
-
* @param {Record<string, string> overwrites.header overwrite specific headers
|
|
29
|
-
* @param {Record<string, string> overwrites.cookies overwrite request cookies
|
|
30
|
-
* @param {string}
|
|
31
|
-
* @param {string}
|
|
32
|
-
* @param {MockResponseParams=}
|
|
33
|
-
* @param {Object=}
|
|
34
|
-
* @param {Number=}
|
|
35
|
-
* @param {Boolean=}
|
|
27
|
+
* @param {MockOverwrite} overwrites payload to overwrite the response
|
|
28
|
+
* @param {Record<string, string>} overwrites.header overwrite specific headers
|
|
29
|
+
* @param {Record<string, string>} overwrites.cookies overwrite request cookies
|
|
30
|
+
* @param {string} overwrites.method overwrite request method
|
|
31
|
+
* @param {string} overwrites.url overwrite request url to initiate a redirect
|
|
32
|
+
* @param {MockResponseParams=} params additional respond parameters to overwrite
|
|
33
|
+
* @param {Object=} params.header overwrite specific headers
|
|
34
|
+
* @param {Number=} params.statusCode overwrite response status code
|
|
35
|
+
* @param {Boolean=} params.fetchResponse fetch real response before responding with mocked data
|
|
36
36
|
*/
|
|
37
37
|
// actual implementation is located in packages/webdriverio/src/utils/interception
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "webdriverio",
|
|
3
3
|
"description": "Next-gen browser and mobile automation test framework for Node.js",
|
|
4
|
-
"version": "9.0.0-alpha.
|
|
4
|
+
"version": "9.0.0-alpha.367+1c1d44229",
|
|
5
5
|
"homepage": "https://webdriver.io",
|
|
6
6
|
"author": "Christian Bromann <mail@bromann.dev>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -68,12 +68,12 @@
|
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
70
|
"@types/node": "^20.11.30",
|
|
71
|
-
"@wdio/config": "9.0.0-alpha.
|
|
72
|
-
"@wdio/logger": "9.0.0-alpha.
|
|
73
|
-
"@wdio/protocols": "9.0.0-alpha.
|
|
74
|
-
"@wdio/repl": "9.0.0-alpha.
|
|
75
|
-
"@wdio/types": "9.0.0-alpha.
|
|
76
|
-
"@wdio/utils": "9.0.0-alpha.
|
|
71
|
+
"@wdio/config": "9.0.0-alpha.367+1c1d44229",
|
|
72
|
+
"@wdio/logger": "9.0.0-alpha.367+1c1d44229",
|
|
73
|
+
"@wdio/protocols": "9.0.0-alpha.367+1c1d44229",
|
|
74
|
+
"@wdio/repl": "9.0.0-alpha.367+1c1d44229",
|
|
75
|
+
"@wdio/types": "9.0.0-alpha.367+1c1d44229",
|
|
76
|
+
"@wdio/utils": "9.0.0-alpha.367+1c1d44229",
|
|
77
77
|
"archiver": "^7.0.1",
|
|
78
78
|
"aria-query": "^5.3.0",
|
|
79
79
|
"cheerio": "^1.0.0-rc.12",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"rgb2hex": "0.2.5",
|
|
93
93
|
"serialize-error": "^11.0.3",
|
|
94
94
|
"urlpattern-polyfill": "^10.0.0",
|
|
95
|
-
"webdriver": "9.0.0-alpha.
|
|
95
|
+
"webdriver": "9.0.0-alpha.367+1c1d44229"
|
|
96
96
|
},
|
|
97
97
|
"peerDependencies": {
|
|
98
98
|
"puppeteer-core": "^22.3.0"
|
|
@@ -102,5 +102,5 @@
|
|
|
102
102
|
"optional": true
|
|
103
103
|
}
|
|
104
104
|
},
|
|
105
|
-
"gitHead": "
|
|
105
|
+
"gitHead": "1c1d44229632b8a472ca68155fdd5c001da07145"
|
|
106
106
|
}
|