qmetry / qaf

Quality Automation Framework for web, mobileweb, mobile native and rest web-service using Selenium, webdrier, TestNG and Java Jersey
https://qmetry.github.io/qaf
MIT License
248 stars 136 forks source link

Unable to override Proxy Configuration from Environment Variables #458

Open ajaysuryavamshi opened 1 month ago

ajaysuryavamshi commented 1 month ago

2.1.14

Note: only the latest version is supported

Steps To Reproduce

1. We are using Web Services Test Automation and it needs qMetry
2. We have configured proxy details in application.properties
3. We would like to override the proxy details from the CICD Pipeline Variables or environment variables

Expected behavior

We should be able to override the application.properties values from environment variables

Actual behavior

We don't see any opportunity to do the same as it is reading from application.properties

Is the issue reproducible on runner?

Test case sample

Please, share the test case (as small as possible) which shows the issue

cjayswal commented 1 month ago

You should provide system property. Refer Different ways of providing properties.

This is not right place for help and support. You can utilize users group or stackoverflow with qaf tag for help or support. Help us to keep this clean having only bugs, new features or feature requests for better tracking.