mocha-remote-common
Advanced tools
Comparing version 1.0.0 to 1.1.1
{ | ||
"name": "mocha-remote-common", | ||
"version": "1.0.0", | ||
"version": "1.1.1", | ||
"description": "All common code and types shared between the Mocha Remote server and client", | ||
@@ -39,3 +39,3 @@ "scripts": { | ||
}, | ||
"gitHead": "044ea04aab88557cc618eba4a29dba757d551a84" | ||
"gitHead": "221a798ad1ac757e617113dd9935c5b2d67f2190" | ||
} |
@@ -110,2 +110,4 @@ <p align="center"> | ||
As an alternative, run with environment variable `MOCHA_REMOTE_WATCH=true` to enable watch mode by default. | ||
### Hostname, port and id | ||
@@ -125,2 +127,4 @@ | ||
Run the CLI with environment variables `MOCHA_REMOTE_HOST`, `MOCHA_REMOTE_PORT`, `MOCHA_REMOTE_ID` to provide alternative default values. | ||
### Context | ||
@@ -152,5 +156,6 @@ | ||
}); | ||
``` | ||
Run with environment variable `MOCHA_REMOTE_CONTEXT=secret=very-secure-indeed` to provide a default context. | ||
### Grep | ||
@@ -162,2 +167,4 @@ | ||
Run with environment variable `MOCHA_REMOTE_GREP=whatever` to provide a default grep expression. | ||
### Invert | ||
@@ -169,2 +176,4 @@ | ||
Run with environment variable `MOCHA_REMOTE_INVERT=true` to invert grep by default. | ||
### Reporter and reporter options | ||
@@ -175,2 +184,4 @@ | ||
Run with environment variable `MOCHA_REMOTE_REPORTER=min` to provide a default reporter (in this case "min"). | ||
## Alternatively: Installing the server (for a programatic API) | ||
@@ -177,0 +188,0 @@ |
14634
21
80
228