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 support parameters from data files #694

Merged
merged 2 commits into from
Oct 2, 2024
Merged

Commits on Oct 1, 2024

  1. feature: added support parameters from data files

    ```javascript
    // qase.parameters: userId, user.name
    pm.test("Status code is 201", function() {
      pm.response.to.have.status(201);
    });
    ```
    gibiw committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    030ad7b View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. feature: added new parameter "autoCollectParams"

    This parameter affects the behavior of the reporter when collecting parameters.
    gibiw committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    bafe263 View commit details
    Browse the repository at this point in the history