@wdio/browserstack-service 8.27.1 → 8.27.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.
- package/README.md +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -17,7 +17,7 @@ Instructions on how to install `WebdriverIO` can be found [here.](https://webdri
|
|
|
17
17
|
|
|
18
18
|
## Configuration
|
|
19
19
|
|
|
20
|
-
WebdriverIO has BrowserStack support out of the box. You should set `user` and `key` in your `wdio.conf.js` file. This service plugin provides support for [BrowserStack](https://www.browserstack.com/automate/
|
|
20
|
+
WebdriverIO has BrowserStack support out of the box. You should set `user` and `key` in your `wdio.conf.js` file. This service plugin provides support for [BrowserStack](https://www.browserstack.com/docs/automate/selenium/getting-started/nodejs/local-testing) Tunnel](https://www.browserstack.com/docs/automate/selenium/getting-started/nodejs/local-testing). Set `browserstackLocal: true` also to activate this feature.
|
|
21
21
|
Reporting of session status on BrowserStack will respect `strict` setting of Cucumber options.
|
|
22
22
|
|
|
23
23
|
```js
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wdio/browserstack-service",
|
|
3
|
-
"version": "8.27.
|
|
3
|
+
"version": "8.27.2",
|
|
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",
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@types/gitconfiglocal": "^2.0.1",
|
|
34
34
|
"@wdio/logger": "8.24.12",
|
|
35
|
-
"@wdio/reporter": "8.27.
|
|
36
|
-
"@wdio/types": "8.27.
|
|
35
|
+
"@wdio/reporter": "8.27.2",
|
|
36
|
+
"@wdio/types": "8.27.2",
|
|
37
37
|
"browserstack-local": "^1.5.1",
|
|
38
38
|
"chalk": "^5.3.0",
|
|
39
39
|
"csv-writer": "^1.6.0",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"gitconfiglocal": "^2.1.0",
|
|
43
43
|
"got": "^12.6.1",
|
|
44
44
|
"uuid": "^9.0.0",
|
|
45
|
-
"webdriverio": "8.27.
|
|
45
|
+
"webdriverio": "8.27.2",
|
|
46
46
|
"winston-transport": "^4.5.0"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
@@ -50,10 +50,10 @@
|
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@types/node": "^20.1.0",
|
|
53
|
-
"@wdio/globals": "8.27.
|
|
53
|
+
"@wdio/globals": "8.27.2"
|
|
54
54
|
},
|
|
55
55
|
"publishConfig": {
|
|
56
56
|
"access": "public"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "dab64ff6cbd378b295af3a65d6346692f0653d23"
|
|
59
59
|
}
|