The idea is to use a parsed rather than a evaluated configuration file to make the whole process safer and cleaner.
- Simple, readable format with little to no overhead.
- Access to environment variables.
- Sharing of configuration between multiple files.
- YAML based configuration file.
- Preprocessed for string interpolation:
{{ENV.PHANTOMJS_BIN}}
-->/path/to/phantomjs/bin
- First load
~/.testacular
and thentestacular.yml
or the specified configuration file and merge them with the latter taking precedence over the former.