@wdio/browserstack-service 7.16.10 → 7.16.14
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/README.md +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -75,7 +75,7 @@ Default: `{}`
|
|
|
75
75
|
|
|
76
76
|
## Known Issues
|
|
77
77
|
|
|
78
|
-
-
|
|
78
|
+
- At the moment, it is challenging, if not impossible, to transfer localIdentifier to child-processes reliably because of how webdriverio designed their multi-process model. We recommend using this service without an identifier, which will create an account-wide local tunnel.
|
|
79
79
|
|
|
80
80
|
----
|
|
81
81
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wdio/browserstack-service",
|
|
3
|
-
"version": "7.16.
|
|
3
|
+
"version": "7.16.14",
|
|
4
4
|
"description": "WebdriverIO service for better Browserstack integration",
|
|
5
5
|
"author": "Adam Bjerstedt <abjerstedt@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-browserstack-service",
|
|
@@ -23,12 +23,12 @@
|
|
|
23
23
|
"url": "https://github.com/webdriverio/webdriverio/issues"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@types/node": "^
|
|
26
|
+
"@types/node": "^17.0.4",
|
|
27
27
|
"@wdio/logger": "7.16.0",
|
|
28
|
-
"@wdio/types": "7.16.
|
|
28
|
+
"@wdio/types": "7.16.14",
|
|
29
29
|
"browserstack-local": "^1.4.5",
|
|
30
30
|
"got": "^11.0.2",
|
|
31
|
-
"webdriverio": "7.16.
|
|
31
|
+
"webdriverio": "7.16.14"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"@wdio/cli": "^7.0.0"
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"access": "public"
|
|
38
38
|
},
|
|
39
39
|
"types": "./build/index.d.ts",
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "be9d252b21fff13f161b8607e186a33a530e3d3d"
|
|
41
41
|
}
|