@wdio/static-server-service 7.16.3 → 7.16.13
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 +2 -12
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -5,22 +5,12 @@ Some projects are front-end assets only, and don't run on more than a static ser
|
|
|
5
5
|
|
|
6
6
|
## Installation
|
|
7
7
|
|
|
8
|
-
The easiest way is to add `@wdio/static-server-service` as a `devDependency` in your `package.json
|
|
8
|
+
The easiest way is to add `@wdio/static-server-service` as a `devDependency` in your `package.json`, via:
|
|
9
9
|
|
|
10
|
-
```
|
|
10
|
+
```sh
|
|
11
11
|
npm install @wdio/static-server-service --save-dev
|
|
12
12
|
```
|
|
13
13
|
|
|
14
|
-
After that, your `package.json` should include the following:
|
|
15
|
-
|
|
16
|
-
```json
|
|
17
|
-
{
|
|
18
|
-
"devDependencies": {
|
|
19
|
-
"@wdio/static-server-service": "^6.1.14"
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
```
|
|
23
|
-
|
|
24
14
|
Instructions on how to install `WebdriverIO` can be found [here](https://webdriver.io/docs/gettingstarted).
|
|
25
15
|
|
|
26
16
|
## Configuration
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wdio/static-server-service",
|
|
3
|
-
"version": "7.16.
|
|
3
|
+
"version": "7.16.13",
|
|
4
4
|
"description": "A WebdriverIO service that can serve your static websites",
|
|
5
5
|
"author": "Christian Bromann <christian@saucelabs.com>",
|
|
6
6
|
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-static-server-service",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@types/fs-extra": "^9.0.1",
|
|
32
32
|
"@types/morgan": "^1.9.1",
|
|
33
33
|
"@wdio/logger": "7.16.0",
|
|
34
|
-
"@wdio/types": "7.16.
|
|
34
|
+
"@wdio/types": "7.16.13",
|
|
35
35
|
"express": "^4.14.0",
|
|
36
36
|
"fs-extra": "^10.0.0",
|
|
37
37
|
"morgan": "^1.7.0"
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"access": "public"
|
|
41
41
|
},
|
|
42
42
|
"types": "./build/index.d.ts",
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "a0079123fa5207523e8386e6e5100df0bf2f84ef"
|
|
44
44
|
}
|