-
I install using `sudo npm i -g @strest/cli`
During postinstall it shows:
> npm ERR! code ELIFECYCLE
> npm ERR! errno 2
> npm ERR! jsonpath@1.0.0 postinstall: `node lib/aesprim.js > generated/a…
-
I'm trying to run test against local http server that returns json:
```json
{"user":"banana","user_id":15}
```
While captured variable (uid) is recognized after _- get_ step finished, it is not re…
-
Minigun should provide the ability to generate graphical reports from the JSON reports created by `minigun run`.
Requirements:
- The report should show all metrics from the JSON file.
- The report sh…
hassy updated
8 years ago
-
Originally prompted by: https://github.com/artilleryio/minigun/issues/1
hassy updated
9 years ago
-
In a scenario where a user needs to log in (e.g. a POST request) and go to a home( e.g. a GET request), where the home page requires the cookie set during the log in process to load the page correctly…
-
@hassy the package.json is missing jsck dependency which you referenced at https://github.com/artilleryio/minigun-core/blob/19b6556ed2ccde46b94c11f025a58f3436ef876c/lib/runner.js#L10
-
Hey @hassy, we use some self-signed certs for some of our staging servers.
At the moment, requests are (rightfully) rejected as being untrusted when requesting an HTTPS endpoint. I can hack around th…
-
Hi, I think it will be great if minigun run command produces cpu & memory usage report.
I am testing this by incorporating usage module into minigun-core module and supplying pid in the JSON file t…