artilleryio / artillery

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.
https://www.artillery.io
Mozilla Public License 2.0
7.92k stars 505 forks source link

Report to have description about different flows in scenarios #258

Open sonisaurabh19 opened 7 years ago

sonisaurabh19 commented 7 years ago

If there are more than 1 flows in scenarios, can the report be more descriptive to tell which http method has which graphical representation. Maybe just have a couple of sentences describing the http route that was load tested. As of now, all reports look the same to me. So I have to track at what time which route was load tested and then see its report.

hassy commented 7 years ago

Could you clarify a little @sonisaurabh19? Do you mean the console output or the HTML reports?

sonisaurabh19 commented 7 years ago

I am referring to the HTML reports. If I see multiple reports in browser, there isn't an easy way to figure out which report corresponds to which load test. They simply have a time message saying what time the test was done. It would be more helpful to see something like: Test for Flow -> GET /users -> time of test, etc...

lucasvinals commented 7 years ago

Hi guys, same issue here. I'm trying to test different endpoints and I can't figure out how to view a specific scenario data. Only the general data is reported..

Any help would be appreciated. Thanks.

adilhaddaoui commented 6 years ago

If anyone still asking how to do this, You just need to add DEBUG=http before artillery run example `DEBUG=http artillery run yourScript.yml` This will give detailed endpoints requests and responses for each scenario

megamorf commented 3 years ago

If anyone still asking how to do this, You just need to add DEBUG=http before artillery run example `DEBUG=http artillery run yourScript.yml` This will give detailed endpoints requests and responses for each scenario

That's not what OP is asking for.