-
kinesis engine doesn't seem to be able to use `processor` function.
```
worker error, id: 1 TypeError [Error]: Cannot read properties of undefined (reading 'processor')
at /usr/local/lib/node_m…
-
Version info:
```
v2.0.0-37
```
Running this command:
```
run tests/my-test.yml --output ./report.json
```
I expected to see this happen:
The test to run like it does locally.
…
-
Add support for running tests using the Playwright engine:
https://github.com/artilleryio/artillery-engine-playwright
hassy updated
2 years ago
-
We are trialling OpenTelemetry plugin for ingesting performance test metrics into our Grafana Cloud instance.
Everything appears to be working as expected but the selection of generated metrics is …
-
As a deployer/Maintainer, load test the reference backend APIs, fine-tune code and config, and publish the recommendations to scale.
- Identify performance testing tools (example: https://www.artil…
-
SemVer is great, but backwards-incompatible changes have been known to sneak into patch releases, as well as accidentally-broken releases (e.g. https://github.com/artilleryio/artillery/issues/1019) P…
hassy updated
2 years ago
-
I've noticed that the JSON payload gets deformed, especially when there is a dot in a JSON key.
Version info: ^2.0.12
I expected this JSON payload to be sent:
```
{
"title":"Customer Operations …
-
It would be nice if it was possible to add beforeRequest and afterResponse hooks once for a whole config or for a whole scenario instead of having to specify them for individual requests.
My use ca…
-
Hi,
I have the following yaml file
config:
target: "https:"
http:
pool: 25
phases:
- duration: 300
arrivalRate: 100
rampTo: 100
name: Rampup
- duration…
-
The latest Docker container image does not include the `artillery` command in the `/bin` directory. The only command available is `run`. `run` appears to be the `artillery` command, but does not match…