-
Hey mate! first of all, thank you for your amazing work on this plugin.
I'm facing an "issue" maybe. I tried this plugin with my local version of artillery with no luck.
The info of artillery in…
-
Should we use artillery or serverless artillery?
https://github.com/artilleryio/artillery
https://github.com/Nordstrom/serverless-artillery
-
Hi,
We have developed a websocket server where the id of client is sent in the url: wss:///. Now we want to load test the server with artillery and we want to pull this id from a csv file and it w…
-
I am using EasyGraphQL load tester in conjunction with Artillery to load test my graphql server. Im in the POC stage so I am going against the space x open source graphql server.
this is my index.…
-
Environment: windows / command prompt
When running:
artillery run test.yml --target "..." -v '{"token": "value"}'
I get an error:
Variable definition is not valid JSON. Correct example: -v '{"…
-
I have a scenario where I'm load testing 3 connected web applications (with one that provides a logged in session cookie) Is there any way to have one test file that can have multiple targets? I tried…
-
I have this step that uses the artillery expect plugin and passes in version 1.6.2, but fails in 1.7.0.
```
- post:
url: '/verify/reset?email=success@simulator.amazonses.com'
hea…
-
There are 2 APIs in my scenario:
1. post - create a customer and get customerId from response body
2. get - query the customer by the customerId
How to get the latency statistics (like P95) for …
-
According to closed issue #306 I should now be able to set headers properly in the beforeRequest method, specifically the Authorization header for oauth flows. However, this does not appear to be the…
-