I am testing a new REST API for my company and I am splitting all of its methods into test suites with different parameter combinations as test cases. I also build negative suites with added assertions. The suites are huge - they contain more than 100-150 test cases each. I need to be able to save all responses from the suites but in a single file. I found this article which works for me but not entirely I am testing a new REST API for my company and