Closed Leemur89 closed 2 months ago
if you want to have local profiles in .robot.toml
and don't want to override existing profiles you have to use extend-profiles
in .robot.toml
example:
[extend-profiles.local.extend-env]
MY_VAR = "some value that I regularly change"
In the next days I hopefully have the time to publish the new robotcode website ;-)
oooh, did not see that one, thanks!
Describe the bug hello,
.robot.toml
is overriding all profiles configuration, not only the one in itTo Reproduce In
robot.toml
:In
.robot.toml
:Then when I use the profile "ci", it is not found anymore:
Expected behavior toml files are merged: profiles (both sections and subsections) that are in the
robot.toml
but not in.robot.toml
should be keptDesktop (please complete the following information):