Currently, we need to export every Test associated to a TestPlan as a single feature file.
When we use REST endpoint filtering by TestPlanId in one call (to export them as zip) tests are grouped in feature files by preconditions.
So we are forced to perform a request for every single testId to retrieve a feature file for every test.
Is there any option to prevent this grouping?