-
To get the logging working, I had to add the following the policy listed at [https://www.artillery.io/docs/load-testing-at-scale/aws-fargate#iam-permissions](https://www.artillery.io/docs/load-testing…
-
When a test being ran is given a high rate like this:
```
phases:
-
duration: 300
arrivalRate: 5500
```
I'd expect the test to end at the duration's end. For example, if the t…
-
### Discussed in https://github.com/artilleryio/artillery/discussions/3347
Originally posted by **okHadi** September 24, 2024
This is my current config.yml:
```config:
target: "https://w…
-
@hassy We need to execute login call only once for multiple scenarios in which there will be multiple f lows as well. Could you please suggest best way to call a login function only once based on the …
-
Hello,
I've prepared scripts for running tests, and it seems that is the problem with that command on Windows.
https://artillery.io/blog/end-to-end-performance-testing-microservices
```
arti…
joszo updated
3 years ago
-
Version info:
```
2.0.20
```
I tried running one of the example playwright tests in lambda and it does not work. I get this result consistently running any of the playwright tests.
I am …
-
Version info:
```
VERSION INFO:
Artillery: 2.0.11
Node.js: v18.20.2
OS: linux
```
Running this command:
```
docker run -it --rm -v ${PWD}:/scripts artilleryio/artillery:2.0.11 run --envir…
-
Hi. I have a simple test here that hangs unless in `DEBUG` mode.
I see several issues re. hanging, but the `DEBUG` aspect to this makes it seems a bit different.
**Version info:**
```
$ artil…
-
Even though I am specifying `loadAll` as `false` in my config, I am still getting the warning message `WARNING: loadAll is set to true but no name is provided for the CSV data`.
I believe it is rel…
-
Version info:
```
Artillery: 2.0.7
Node.js: v19.9.0
OS: darwin
```
I have multiple node versions but currently points to `v19.9.0`
Installed artillery globally too.
Running this…