You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,18 @@ You can also shorten local url to just port
63
63
}
64
64
```
65
65
66
+
You can provide first start command, port (or url) and implicit `test` command
67
+
68
+
```json
69
+
{
70
+
"scripts": {
71
+
"start-it": "npm start",
72
+
"test": "mocha e2e-spec.js",
73
+
"ci": "server-test start-it 8080"
74
+
}
75
+
}
76
+
```
77
+
66
78
## Note for webpack-dev-server users
67
79
68
80
If you are using [webpack-dev-server](https://www.npmjs.com/package/webpack-dev-server) (directly or via `angular/cli` or other boilerplates) then please use the following URL form to check
0 commit comments