-
Version info:
```
VERSION INFO:
Artillery: 2.0.0-29
Node.js: v19.5.0
OS: win32
```
Running this command:
```
artillery run --output report.json .\ddos.yaml
```
I expect…
-
Version info:
```
Artillery: 2.0.0-28
Node.js: v16.16.0
OS: darwin
```
Running this command:
```
yarn install
```
I expected to see this happen:
Installing should be fi…
-
My endpoint is returning a string:
```json
"abc"
```
But the following syntax is not capturing it:
```yml
capture:
- json: $
as: token
```
How should …
-
Version info:
```
artillery 2.0.0.30
node 18.13.0
npm 9.4.0
```
Running this command:
```
artillery run stage.yml --platform aws:lambda
```
I expected to see this happen:
-…
-
Version info:
```
VERSION INFO:
Artillery: 2.0.0-28
Node.js: v19.5.0
OS: darwin
```
Running this command:
```
artillery run -e dev --output reports/spending-estimation.jso…
-
@hassy Does artillery supports using `http` and `ws` engine in one single flow like:
```
scenarios:
- name: Onboarding Flow
engine: ws
flow:
- get:
url: "/my/res…
-
Hello,
I am trying to use some JS logic to inject templated JSON payload in the request at runtime. This is for making more automatic the task of use new payloads and smaller config files.
I wanted …
-
For some reason during the latest release v2.0.0-28, an updated docker image was not provided (https://hub.docker.com/r/artilleryio/artillery/tags). The last docker image was updated for v2.0.0-27 and…
-
Hello,
There seems to be not much documentation...
Following yml file when executed in VScode
set export SERVICE_API_KEY="e.." artillery run test.yml
```
config:
target: http://xxx.net/api/p…
-
Version info:
```
should be latest based on workflow
```
Running this command:
```
Run /home/node/artillery/bin/artillery run -e echo$ENV --output reports/report.json tests/perform…