@wdio/types 9.23.2 → 9.23.3

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.
@@ -1373,9 +1373,9 @@ export interface LambdaTestCapabilities {
1373
1373
  visual?: boolean;
1374
1374
  video?: boolean;
1375
1375
  /**
1376
- * Test locally hosted websites on LambdaTest.
1376
+ * Test locally hosted websites on TestMu AI (Formerly LambdaTest).
1377
1377
  * To enable access to the local machine you need to setup the
1378
- * LambdaTest Tunnel (https://www.lambdatest.com/support/docs/testing-locally-hosted-pages).
1378
+ * TestMu AI Tunnel (https://www.testmuai.com/support/docs/testing-locally-hosted-pages/).
1379
1379
  */
1380
1380
  tunnel?: boolean;
1381
1381
  tunnelName?: string;
@@ -53,7 +53,7 @@ export interface Connection {
53
53
  /**
54
54
  * Your cloud service username (only works for [Sauce Labs](https://saucelabs.com),
55
55
  * [Browserstack](https://www.browserstack.com), [TestingBot](https://testingbot.com) or
56
- * [LambdaTest](https://www.lambdatest.com) accounts). If set, WebdriverIO will
56
+ * [TestMu AI (Formerly LambdaTest)](https://www.testmuai.com/) accounts). If set, WebdriverIO will
57
57
  * automatically set connection options for you. If you don't use a cloud provider this
58
58
  * can be used to authenticate any other WebDriver backend.
59
59
  */
@@ -61,7 +61,7 @@ export interface Connection {
61
61
  /**
62
62
  * Your cloud service access key or secret key (only works for
63
63
  * [Sauce Labs](https://saucelabs.com), [Browserstack](https://www.browserstack.com),
64
- * [TestingBot](https://testingbot.com) or [LambdaTest](https://www.lambdatest.com) accounts).
64
+ * [TestingBot](https://testingbot.com) or [TestMu AI (Formerly LambdaTest)](https://www.testmuai.com/) accounts).
65
65
  * If set, WebdriverIO will automatically set connection options for you. If you don't use
66
66
  * a cloud provider this can be used to authenticate any other WebDriver backend.
67
67
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/types",
3
- "version": "9.23.2",
3
+ "version": "9.23.3",
4
4
  "description": "Utility package providing type information for a variety of WebdriverIO interfaces",
5
5
  "author": "Christian Bromann <mail@bromann.dev>",
6
6
  "homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-types",
@@ -34,5 +34,5 @@
34
34
  "dependencies": {
35
35
  "@types/node": "^20.1.0"
36
36
  },
37
- "gitHead": "3447f2744e52b367ad1164ff6a920924d830e4ee"
37
+ "gitHead": "ae97a13a6f03d0d6c988beb56ec822473fa61c62"
38
38
  }