How to make a Dalekfile is pretty much undocumented. In particular:
- it's not clear that a config file can even exist, nor what it should be called or where stored
- it's not clear without rtfs that it can be json, yaml, js, or a bunch of other formats
- Lots of the docs link to non-existent docs for the Dalekfile, for example http://dalekjs.com/docs/chrome.html which links to http://dalekjs.com/pages/config.html which does not exist.
- The top-level options available in a Dalekfile are not documented anywhere
- The options available to configure sub-projects like the chrome driver are not documented on the Chrome docs page
How to make a Dalekfile is pretty much undocumented. In particular: