I have some requests that I make to prepare my test data befroe hitting the APIs Im actually testing.
In my report the results are shown based on all the calls I made. Is there a way to omit the requests I make to get the test data and only keep the requests that I make to the APIs that I am testing?
That way my test report shows more realistic view.