Search code examples
javagatling

Is there a way to distinguish between 2XX and 304 responses in Gatling and show it in the report?


Is there a way to distinguish between 2XX and 304 responses in Gatling and show it in the report?

I added this to my http request following the documentation, but I don't see a difference running it with our without it.

.check(
  status().saveAs("status")
)

Solution

  • Not with the free version.

    This chart is available in the Enterprise version though.

    enter image description here