robotframework-oxygen
robotframework-oxygen copied to clipboard
Override default config
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
- eg.