By switching to a .js instead of .json configuration, it would be easier to move all configuration into the actual config file (for example the driver builder and output formatting), and to configure at runtime (based on whatever you like). Think grunt or karma. I imagine this would look something like this:
By switching to a
.js
instead of.json
configuration, it would be easier to move all configuration into the actual config file (for example the driver builder and output formatting), and to configure at runtime (based on whatever you like). Thinkgrunt
orkarma
. I imagine this would look something like this: