robotframework-oxygen icon indicating copy to clipboard operation
robotframework-oxygen copied to clipboard

Override default config

Open Tattoo opened this issue 4 years ago • 0 comments

Currently, Oxygen knows what handlers are available through the config.yml file located within the project.

Devise a way for user to give their own config file. Consider following things:

  • Since config is always used when Oxygen runs, it would be nice if you could override config.yml once permanently
  • Lesser concern is being able to override default config once
  • Should it be part of CLI? Consider how it would make most sense given the other CLI arguments are arbitrary
    • eg. python -m oxygen --config myconfig.yml arbitaryhandler --config arbitaryconfig.yml is messy

Tattoo avatar Jun 05 '20 12:06 Tattoo