Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue-425: fix NPE while importing postman collection with item array #473

Merged
merged 3 commits into from
Jul 26, 2018

Conversation

vmchukky
Copy link
Contributor

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 :

    • New feature
    • Bug fix for existing feature
    • Code quality improvement
    • Addition or Improvement of tests
    • Addition or Improvement of documentation

@ptrthomas ptrthomas merged commit c0b984c into karatelabs:develop Jul 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants