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

Include request, response body and headers in allure report generated by newman-run #26

Open
not-ajay opened this issue Feb 17, 2023 · 0 comments

Comments

@not-ajay
Copy link

Hello, when we generate allure report we are not getting the request, response body and headers,
We have a working example for "newman run" at : https://github.com/dvargas46/newman-reporter-allure,
would be much helpful if we integrate the newman-reporter-allure module from above to the existing "newman-run"

I have a temporary fix for this now to install as follows:

cd /usr/lib/node_modules/newman-run/node_modules/
sudo mv newman-reporter-allure newman-reporter-allure-old
sudo npm install -g @danvargas46/newman-reporter-allure
sudo mv ../../@danvargas46/newman-reporter-allure .

If i update the newman-run to new version this gets updated to its default report.
Since we are getting request , response body and headers extra other than normal report, it would be much helpful if the same newman-reporter-allure module is pulled into this permanently.

@nareshnavinash Can we get some improvement around this ? Thanks.

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

No branches or pull requests

1 participant