cucumber / cucumber-js

Cucumber for JavaScript
https://cucumber.io
MIT License
5.04k stars 1.09k forks source link

Allow using a HTTP proxy to send results #1644

Open aslakhellesoy opened 3 years ago

aslakhellesoy commented 3 years ago

We should allow users behind a HTTP(S) proxy to publish results. The implementation could be based on https://github.com/TooTallNate/node-https-proxy-agent

aslakhellesoy commented 3 years ago

We should make sure all implementations use the same environment variables to configure proxy settings.