117 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
74
views
How to integrate Playwright engine into Artillery load tests?
I am struggling of how to integrate Artillery's Playwright engine for my load tests.
Both packages are packaged within a DevContainer based on the instructions of this question. I am able to execute ...
2
votes
1
answer
94
views
How to install Playwright and Artillery in the official JavaScript DevContainer (bookworm-24)?
I’m trying to set up a DevContainer environment based on mcr.microsoft.com/devcontainers/javascript-node:24-bookworm that includes:
Artillery (performance testing),
Playwright test runner, its ...
0
votes
1
answer
21
views
Artillery metrics-by-endpoint with payload
Using artillery, payload, and the metrics-by-endpoint plugin, I would like to track metrics for each payload. But the name field of the loop in the scenario does not seem to interpolate the ...
0
votes
1
answer
143
views
Artillery + PlayWright + Fargate: Test durations ramping up and timing out
I'm running a load test on a web application using Artillery with the Playwright engine on AWS Fargate. I'm observing a steady increase in test durations as the test progresses, and a high percentage ...
0
votes
0
answers
82
views
Playwright Artillery actions timeout
I have coded an Artillery load test with Playwright but unfortunately there is a timeout error where I try to set the globalTimeout: 240 and timeout to 240s but it doesn't have any effects.
loadTest....
0
votes
0
answers
60
views
Artillery Socket.IO: {{token}} in socketio.query interpolates as 'undefined' despite beforeConnect
I'm trying to load test a Node.js Socket.IO server using Artillery. My server expects an authentication token as a query parameter during the handshake. I'm using Artillery's socketio.beforeConnect ...
0
votes
1
answer
89
views
Can I save Artillery.io output and generate cloud dashboard reports later, if network blocks traffic to app.artillery.io?
I would like to generate graphical dashboard displays from Artillery load tests, but the system I am running on blocks outbound traffic to app.artillery.io, so the usual --record option does not work. ...
0
votes
0
answers
38
views
Question about receiving events in Artillery without emitting
I'm using the socketio engine in Artillery, and I want to connect to the server without emitting any events — just receive events after the connection is established.
Is there a way to listen for ...
0
votes
0
answers
36
views
Passing a string with curly braces
I'm using Artillery.io (v2.0.23) to make a POST call. And in my request body, I want to pass a string that contains double curly braces as follows:
json:
text: "Hello {{ firstName }}"
But ...
0
votes
1
answer
208
views
Issue with Artillery "before" method
I'm using Artillery to load test a web page and trying to perform an action before the load test begins. I attempted to use the "before" hook and print a console.log inside the ...
0
votes
1
answer
342
views
Artillery Playwright Not Capturing Specified Metrics
I am using Artillery with Playwright to measure performance metrics of a website, but I am not getting the metrics I specified in the configuration. Instead, I am seeing only browser-related metrics.
...
2
votes
0
answers
24
views
Using custom processor.js file to generate custom JWT header per user when load testing websockets
I am trying to load test a websocket server where I want to add a JSON Web Token (JWT) as a header which is different per user - and that gets passed when establishing the connection.
Here are the ...
1
vote
1
answer
254
views
Artillery run stops upon playwright page error
I have the following config and processor file for my load test with playwright. I have 2 flowfunctions. If there is any error occurred in flowFunction 1 (for example TimeoutError from playwright), ...
1
vote
0
answers
592
views
How do I set environment variables for artillery scenarios.flowFunction?
I am trying to set artillery scenarios.flowFunction via an environment variable.
Here is my artillery execution cli statement:
"artillery": "export ARRIVAL_RATE=$arrivalRate && ...
0
votes
1
answer
118
views
How to run Artillery on a Password protected Vercel URL
Unable to trigger artillery test in top vercel password protected url.
I would like to run a artillery test in top of the vercel deployed code url which is protected by a password.
This is my .yml
...