-
It seems to me like the getting started guide just completely stops halfway through explaining how to get started...
This is the last page of the "Getting Started" guide: https://artillery.io/doc…
-
Hello,
I'm trying to make parallel requests with artillery and I saw that this feature is supposed to be supported (not in the doc though).
Unfortunately, it doesn't seem to do anything differ…
-
Version info:
```
2.0.0-16
```
Running this command:
```
artillery run {filepath} --output {jsonReportFilePath} && artillery report {jsonReportFilePath}
```
When running artillery fo…
-
Generally when I setup a CSV the first row is the column headers. How about an option to use the first row as the fields map? Or an option to ignore the first row in the CSV input file?
-
I couldn't find any mention of http2 in the docs
Is http2 currently supported or its on a roadmap to be supported?
-
I am trying to load test a small application that I have running in an AWS Gov Cloud EC2 instance. I have followed all the documentation from the Artillery website on how to configure the proper IAM r…
-
Hello,
I am working for a company, that, in order to not reveal compromising info, I can say simply that in general I have this scenario:
Artillery runs on Github Actions via a Workflow using a …
-
From document of socketio:
" v2 client will not be able to connect to a v3 server (and vice versa)."
My Server is using socket io v3, so the artillery is not able to connect to my server.
How c…
-
I receive an array of data from a http response:
```JS
[{_id:"aaaaaa"},{_id:"bbbbb"},{_id:"ccccc"}]
```
These expressions are supposed to print an array of _id's but I get only single value:
$…
-
Hello,
we have implemented OTEL with our artillery playwright tests and it appears that some of our data is inconsistent on our dashboard.
For example, we have implemented a custom replace regex f…