robotcode icon indicating copy to clipboard operation
robotcode copied to clipboard

[ENHANCEMENT] allow f-string like variables in robot.toml files

Open d-biehl opened this issue 2 years ago • 1 comments

support variables in config files like:

[variables]
ROOT_DIR="{root}"
IN_CI="{env:CI:False}"

see also hatch...

d-biehl avatar Oct 17 '23 06:10 d-biehl

this could have something to to with #253

d-biehl avatar May 05 '24 19:05 d-biehl