Open Jveyrat opened 6 years ago
Please watch out that you don't post your Authorization headers next time.
Your Jira endpoint is returning XML. Which probably means you are not reaching the Jira server. Maybe check your Proxy settings. Try calling the endpoint with curl to see what you get back.
This is a problem with your network, so I can't really help you, but if you have any questions feel free to ask.
Thanks for your fast return! After checking, I am indeed behind a corporate proxy. Is there any way to set some proxy settings inside the conf.js file or any tuto to make this plugin work behind a corporate proxy?
You should be able to set a proxy in your npm config. I think the reporter should just use it as well then... not sure though
npm config set proxy http://proxy.url.com:8080
npm config set https-proxy http://proxy.url.com:8080
or create a file in your home / project directory called .npmrc
and add
proxy=http://proxy.url.com:8080
https-proxy=http://proxy.url.com:8080
Thanks a lot, I will keep you update on any progress!
Hey @Antracot , you'll need to give me a bit more information what response did you get?
Hello,
I've tried to setup this plugin on my Protractor project. When launching my tests, there's an error relative to Popsicle.
Do you have any idea where this comes from?
@lukas-reineke sorry about the wall of text for the error message. You should put it onto a JSON formatter to have a better view.