The complete load testing platform. Everything you need for production-grade load tests. Serverless & distributed. Load test with Playwright. Load test HTTP APIs, GraphQL, WebSocket, and more. Use any Node.js module.
I have two equals expressions, but they are both counting against the numbers at plugins.expect.failed.equals and plugins.expect.ok.equals. There's no way to tell if these two equals expressions are failing at the same frequency, or different. It would be helpful if there was a way to distinguish between these.
Desired output would be a way to get an output like this:
Version info:
Running this command:
with this config in
artillery-load-test.yml
:I'm looking at this response:
I have two
equals
expressions, but they are both counting against the numbers atplugins.expect.failed.equals
andplugins.expect.ok.equals
. There's no way to tell if these two equals expressions are failing at the same frequency, or different. It would be helpful if there was a way to distinguish between these.Desired output would be a way to get an output like this:
where the
equals.resultType
andequals.returnValueInt
are counted independently.