@wdio/testingbot-service 7.16.1 → 7.16.5
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 -11
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -5,17 +5,7 @@ WebdriverIO TestingBot Service
|
|
|
5
5
|
|
|
6
6
|
## Installation
|
|
7
7
|
|
|
8
|
-
The easiest way is to keep `@wdio/testingbot-service` as a devDependency in your `package.json
|
|
9
|
-
|
|
10
|
-
```json
|
|
11
|
-
{
|
|
12
|
-
"devDependencies": {
|
|
13
|
-
"@wdio/testingbot-service": "^6.1.14"
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
```
|
|
17
|
-
|
|
18
|
-
You can simple do it by:
|
|
8
|
+
The easiest way is to keep `@wdio/testingbot-service` as a devDependency in your `package.json`, via:
|
|
19
9
|
|
|
20
10
|
```bash
|
|
21
11
|
npm install @wdio/testingbot-service --save-dev
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wdio/testingbot-service",
|
|
3
|
-
"version": "7.16.
|
|
3
|
+
"version": "7.16.5",
|
|
4
4
|
"description": "A WebdriverIO service that provides a better integration into TestingBot",
|
|
5
5
|
"author": "Jochen Delabie <info@testingbot.com>",
|
|
6
6
|
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-testingbot-service",
|
|
@@ -25,10 +25,10 @@
|
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@types/node": "^16.11.1",
|
|
27
27
|
"@wdio/logger": "7.16.0",
|
|
28
|
-
"@wdio/types": "7.16.
|
|
28
|
+
"@wdio/types": "7.16.3",
|
|
29
29
|
"got": "^11.0.2",
|
|
30
30
|
"testingbot-tunnel-launcher": "^1.1.7",
|
|
31
|
-
"webdriverio": "7.16.
|
|
31
|
+
"webdriverio": "7.16.5"
|
|
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": "18d21befbae2b65b11765b73f9926e724cacad56"
|
|
41
41
|
}
|