Robotframework Toml Inheritance does not work? #536
-
|
I want to create a main profile and three sub-profiles in the Toml file for the Robotframework tests. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
I believe that what you'd like to use is the https://robotcode.io/03_reference/config#extend-variables This should 'append' or change the values set in your default profile and keep the rest as inherited. |
Beta Was this translation helpful? Give feedback.
I believe that what you'd like to use is the
extend-variablesoption instead.https://robotcode.io/03_reference/config#extend-variables
This should 'append' or change the values set in your default profile and keep the rest as inherited.