-
-
Version info:
```
2.0.0-22
```
Running this command:
```
artillery run
```
with plugin `artillery-plugin-publish-metrics` with any scenarios.
I expected to see this happen:
The m…
-
I wonder why config variables cant be used in json lists, is that a bug ?
I track down my issue to the following configuration:
```
config:
target: "http://localhost"
phases:
- duratio…
pithu updated
5 years ago
-
**Query 1:** I am wondering if the VU could continue running the 'loop' when assertion fails
e.g. the VU fails in assertion of round 15, then it goes to round #6
**Query 2:** Could I run the test …
-
Is it possible to set a variable that persists across all scenarios during a test run, i.e a global variable?
As I understand it variables defined in the config section are scenario specific, and are…
-
Version info:
```
Artillery: 2.0.0-36
Node.js: v18.16.0
OS: darwin
```
Running this command:
```
artillery run-lambda --region us-east-1 example.yml
```
I expected to see …
-
**Use case**: when testing a complex application (an ecommerce website backend in my case), it would be nice to keep scenario definitions in separate files for readability.
It's already possible to e…
hassy updated
12 months ago
-
My test scenario is like:
1. Http POST request get a token
2. connet socket.io with the token
3. emit data to socket and get response
From the doc, I don't find how can achieve this, especially …
-
Hi @hassy 👋🏼
During our tests using Artillery, we noticed that reported metrics (i.e. req/sec) in `Datadog` are a not matched with those reported by Artillery logs! The numbers displayed in logs a…
-
I am using fargate to run the test in aws and i experienced timeouts with very simple test cases.
Maybe its connect to the discussion https://github.com/artilleryio/artillery/discussions/2094
…