jhartika

Results 3 comments of jhartika

In VSCode there is `robotcode.extraArgs` setting. I would like to use `--config` to give path to `robot.toml` ![image](https://github.com/user-attachments/assets/3d49fcd2-3705-4335-a88a-7d46b96a72c2) 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...