marmelab / greenframe-cli

Estimate the carbon footprint of a user scenario on a web application
https://greenframe.io
Other
228 stars 11 forks source link

Configuring Proxy Option #71

Open multikoop opened 8 months ago

multikoop commented 8 months ago

Hi,

we need to be able to configure a proxy when running scenarios. So in plaing Playwright we just use the configuration

..
proxy: {server: 'myproxy:3128'},
ignoreHTTPErrors: ...,
..

If some gives me a hint/discuss how to achieve I will prepare a PR. Thx