Replies: 1 comment 1 reply
-
see https://docs.gauge.org/configuration.html for details around configuration and environment variables. In your specific example:
Hope this helps. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I am currently exploring the part of Gauge where I would like to be able to setup environment-specific variables and use them in the code to reduce hard-coded pieces. Say for example in the small user.properties snippet below:
The problem is, I do not know if by default, aside from the default.properties and java.properties, the selected environment (e.g. SIT) automatically loads the user.properties (the snippet above).
I'm using Java with Maven by the way - if it helps.
Beta Was this translation helpful? Give feedback.
All reactions