I have above 1000 requests in my collection.
Is there a way to filter and sort the test run results by some criteria?
For example, I am interested in tests that have the failed the response speed test and have a status code in 200s.
Out of 1000 requests, there are for example 50 tests that fail, but there are other failed tests as well.
I tried exporting the results, hoping that I can use a search functionality from a text editor, but that is not much faster, since the data is unstructured.
Any ideas?