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

Newman run with the htmlextra reporter is stuck and not running the collection #374

Closed
1 task done
bheemreddy181 opened this issue Mar 25, 2022 · 10 comments
Closed
1 task done
Labels
state: triaged This issue has been triaged

Comments

@bheemreddy181
Copy link

bheemreddy181 commented Mar 25, 2022

Is There An Existing Issue

What Are You Seeing

newman run stuck with -r htmlextra
Screen Shot 2022-03-25 at 9 55 31 AM

Steps To Reproduce The Issue

  1. newman run with -r htmlextra

Full Newman Command Or Node Script

newman run <PATH> -e <PATH> -k true -r htmlextra

HTMLEXTRA Version

1.22.7

Newman Version

5.3.2q

Additional Context

with node V17.8.0 on mac Monterey without html extra newman jobs runs perfectly
Screen Shot 2022-03-25 at 10 03 32 AM

@bheemreddy181 bheemreddy181 added state: needs-triage This issue needs to be triaged type: bug Something isn't working labels Mar 25, 2022
Repository owner deleted a comment from github-actions bot Mar 25, 2022
@DannyDainton
Copy link
Owner

DannyDainton commented Mar 25, 2022

Hey @bheemreddy181

With the details that you have provided, there's very little I can do, I wouldn't be able to recreate that. Help me to help you by providing more context and expanding on any debugging steps that you have done, for example:

  • Is this happening for all reporters?
  • Have you tried with a different collection?
  • Have you tried uninstalling and installing the reporter?
  • Have you tried running it in a different terminal?

Also -k true isn't valid so it would probably fail (in silent by the looks of it) as it's looking for something called true in that command.

Try this instead - newman run <PATH> -e <PATH> -k -r htmlextra

@DannyDainton DannyDainton added state: triaged This issue has been triaged and removed state: needs-triage This issue needs to be triaged type: bug Something isn't working labels Mar 25, 2022
@bheemreddy181
Copy link
Author

I will try to add as much as information i can Danny. I agree there is very little info out there.

  • Is this happening for all reporters?
    No Other reports work fine

Screen Shot 2022-03-26 at 7 28 21 AM

  • Have you tried with a different collection?
    Yes, i did try different collections - same issue

Screen Shot 2022-03-26 at 7 42 43 AM

  • Have you tried uninstalling and installing the reporter?
    Yes, I did try that, I was facing a similar issue. I did full uninstall and install.
  • Have you tried running it in a different terminal?
    Yes did try that. same issue

I updated the command -k. are there any log files I should look at?

@DannyDainton
Copy link
Owner

Do you use nvm? Have you tried a different version of node?

@bheemreddy181
Copy link
Author

I tried switching from v17 to v10 for node
Screen Shot 2022-03-26 at 7 58 29 AM

@DannyDainton
Copy link
Owner

I have absolutely no idea what's happening then. 🤔

To be honest, the weekly downloads are at about 80k and I haven't seen a report about it doing this for them.

I suspect it's some kind of environmental issue with your set up - it's the only thing I can think of. 😞

You can do a full global uninstall of Newman and the reporter and reinstall again.

npm uninstall -g newman newman-reporter-htmlextra

Then do

npm install -g newman newman-reporter-htmlextra

I'm just suggesting anything now as I honestly don't know what's happening.

@bheemreddy181
Copy link
Author

I feel the same could be my setup that is causing the issue, I will try this over a different VM and will let you know.

@DannyDainton
Copy link
Owner

Any luck with this issue? Were you able to try this in a different environment?

@DannyDainton DannyDainton added the state: awaiting-response Waiting the for the author to respond label Mar 28, 2022
@DannyDainton DannyDainton changed the title newman run with htmlextra just stuck on macos Newman run with the htmlextra reporter is stuck and not running the collection Mar 28, 2022
@bheemreddy181-zz
Copy link

Not yet Danny.I will close this for now as we have not seen others reporting it. I will figure out about it on a VM or CI env this week.

@DannyDainton DannyDainton removed the state: awaiting-response Waiting the for the author to respond label Mar 28, 2022
@bheemreddy181
Copy link
Author

Working fine on a different VM. Thanks for the insights and help, Danny.

@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 16, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
state: triaged This issue has been triaged
Projects
None yet
Development

No branches or pull requests

3 participants