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.
Could you clarify a little @sonisaurabh19? Do you mean the console output or the HTML reports?
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...
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.
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
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.
Most helpful comment
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...