-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
JUnit reporter not including request when using extra request to get testdata in test #1881
Comments
I've read through the already open issues. I believe this to be duplicate to #1631 where there was no more user response regarding the issue. |
@aberx1, could you please check it with I even see the test similar to yours: nested-requests-report-test.json |
@Donotello |
@aberx1, could you please close this issue in this case? You should have a button for this. |
@Donotello @aberx1 Thanks! 👍🏻 |
newman -v
): 4.3.1junit_reporter_issue.postman_collection.zip
Steps to reproduce the problem:
extra information. The problem appears to be the pm.sendRequest that I use to gather my testdata from a server. If i do this with the data coming directly from pm.response.json() there is no problem. However this is not possible for me because in reality these are two different servers.
I have tried this both on windows as well as on a jenkins running on Linux. Both returning the same problem.
The text was updated successfully, but these errors were encountered: