Issue-425: fix NPE while importing postman collection with item array #473
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Fix for Issue #425
Handle postman collection with nested list(s) of items.
one collection as one feature (same as before)
each top most item corresponds to one scenario (same as before)
if an Item has sub-items then all of these will be part of the scenario created for top most item
each sub-item's name is added as one comment line above the request
each request as one given-when-then (same as before)
Relevant Issues : error import POSTMAN in KarateUI #425
Relevant PRs : (optional)
Type of change :