jhartika
jhartika
In VSCode there is `robotcode.extraArgs` setting. I would like to use `--config` to give path to `robot.toml`  Rationale for non-default locations is that our git repository has tests, which...
Option 1 (config-files directive) in #282 would let me couple the configuration files with the various test_environments in the way I'm looking for. Then I could do ``` [profiles.test_env1] config-files...
Thank you for taking time to answer and understand my issue. Your understanding of the project structure and my approach is roughly correct I found a pattern that solves the...