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

Conversation

gibiw
Copy link
Contributor

@gibiw gibiw commented Oct 1, 2024

// qase.parameters: userId, user.name
pm.test("Status code is 201", function() {
  pm.response.to.have.status(201);
});

```javascript
// qase.parameters: userId, user.name
pm.test("Status code is 201", function() {
  pm.response.to.have.status(201);
});
```
@apetrosyan1613 apetrosyan1613 self-requested a review October 1, 2024 16:30
This parameter affects the behavior of the reporter when collecting parameters.
@gibiw gibiw merged commit b26ef31 into main Oct 2, 2024
42 checks passed
@gibiw gibiw deleted the feature/newman branch October 2, 2024 08:21
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.

2 participants