@wdio/browserstack-service 8.34.1 → 8.35.1

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.
Files changed (2) hide show
  1. package/README.md +7 -4
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -46,11 +46,14 @@ In order to authorize to the BrowserStack service your config needs to contain a
46
46
 
47
47
  ### testObservability
48
48
 
49
- By default, [`testObservability`](https://observability.browserstack.com/) is also enabled when you use the browserstack-service. You can read more about the advanced reporting and analytics functionalities of [`Test Observability`](https://browserstack.com/docs/test-observability) and also read about [`how it works`](https://browserstack.com/docs/test-observability/references/terms-and-conditions). You can visit the Test Observability dashboard after running your tests and also choose to disable it by setting the key to `false`.
49
+ Test Observability is an advanced test reporting tool that gives insights to improve your automation tests and helps you debug faster. It’s enabled by default by setting the testObservability​ flag as true for all users of browserstack-service. You can disable this by setting the testObservability​ flag to false.
50
50
 
51
- You can use Test Observability even if you do not want to run your tests on the BrowserStack infrastructure. You could be running your tests on CI or on your laptop or even on other cloud service providers like Sauce Labs, Test Observability could still work and give you all the intelligent test reports and advanced analytics.
51
+ Once your tests finish running, you can visit [Test Observability](https://observability.browserstack.com/?utm_source=webdriverio&utm_medium=partnered&utm_campaign=documentation) to debug your builds with additional insights like Unique Error Analysis, Automatic Flaky Test Detection, and more.
52
+
53
+ You can use Test Observability even if you don’t run your tests on the BrowserStack infrastructure. Even if you run your tests on a CI, a local machine, or even on other cloud service providers, Test Observability can still generate intelligent test reports and advanced analytics on your tests.
54
+
55
+ If you want to use Test Observability without running your tests on BrowserStack infrastructure, you can set your config as follows:
52
56
 
53
- You can set your config in the following manner if you do not want to run tests on BrowserStack Automate or App Automate (infrastructure) but still want to use Test Observability (note that `user` and `key` are now defined under the scope of the `browserstack` service):
54
57
 
55
58
  ```js
56
59
  // wdio.conf.js
@@ -71,7 +74,7 @@ export const config = {
71
74
  };
72
75
  ```
73
76
 
74
- [`Read more`](https://www.browserstack.com/docs/test-observability/quick-start/webdriverio#Tests_running_locally_or_elsewhere) in BrowserStack documentation about how to get started with Test Observability.
77
+ You can explore all the features of Test Observability in [this sandbox](https://observability-demo.browserstack.com/?utm_source=webdriverio&utm_medium=partnered&utm_campaign=documentation) or read more about it [here](https://www.browserstack.com/docs/test-observability/overview/what-is-test-observability?utm_source=webdriverio&utm_medium=partnered&utm_campaign=documentation).
75
78
 
76
79
  ### browserstackLocal
77
80
  Set this to true to enable routing connections from BrowserStack cloud through your computer.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/browserstack-service",
3
- "version": "8.34.1",
3
+ "version": "8.35.1",
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",
@@ -44,7 +44,7 @@
44
44
  "gitconfiglocal": "^2.1.0",
45
45
  "got": "^12.6.1",
46
46
  "uuid": "^9.0.0",
47
- "webdriverio": "8.34.1",
47
+ "webdriverio": "8.35.1",
48
48
  "winston-transport": "^4.5.0",
49
49
  "yauzl": "^3.0.0"
50
50
  },
@@ -53,10 +53,10 @@
53
53
  },
54
54
  "devDependencies": {
55
55
  "@types/node": "^20.1.0",
56
- "@wdio/globals": "8.34.1"
56
+ "@wdio/globals": "8.35.1"
57
57
  },
58
58
  "publishConfig": {
59
59
  "access": "public"
60
60
  },
61
- "gitHead": "224614b872993c0a3ef196014f1f986af4b08311"
61
+ "gitHead": "7ac0ca2f7ac53ecc45e0a7c77ddc117a40fdda3d"
62
62
  }