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

Feature: Added a new default reporter to publish newman run to postman #2978

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Commits on May 26, 2022

  1. Added a new default reporter 'Postman'

    This reporter can be used to publish newman run to postman.
    harsh-bansal97 committed May 26, 2022
    Configuration menu
    Copy the full SHA
    7ef05aa View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. Minor changes in Postman reporter:

    1. Moved upload-run to helpers folder
    2. Code cleanup
    3. Better error messages
    harsh-bansal97 committed May 27, 2022
    Configuration menu
    Copy the full SHA
    ca91cdf View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. Configuration menu
    Copy the full SHA
    5c32b30 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. Configuration menu
    Copy the full SHA
    451590a View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

  1. Addressed review:

    1. Changed fallback error message
    2. Changed POSTMAN_API_BASE_URL to latest domain
    3. Modified regex patterns to comply with both old and new domain
    4. Modified _buildResponseObject to use response.text()
    harsh-bansal97 committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    163404b View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Removed logic to parse cli args and extract collection and environmen…

    …t uids and apikey from postman reporter.
    
    This info will now be stored in options which is sent to the reporter.
    Moved utility functions to extract the above from postman reporter to newman util.
    Added test cases for the utility functions.
    Cleanup for existing tests based on above.
    harsh-bansal97 committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    18e8fe3 View commit details
    Browse the repository at this point in the history