Skip to content

Parsing Postman collections fail when the Items arrays are nested #777

@darrelmiller

Description

@darrelmiller

Postman collections have a property called item that is an array of objects where each object can either be an item that has a request property, or an item group which is an array of items. This allows the collection to be a tree of folders that contain requests.

Hidi currently fails when it finds an item that doesn't have a request object. It also doesn't navigate into items that are arrays of items.

Metadata

Metadata

Assignees

Labels

priority:p1High priority but not blocking. Causes major but not critical loss of functionality SLA <=7daystype:enhancementEnhancement request targeting an existing experience

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions