john-doherty / selenium-cucumber-js

Browser automation framework written in pure JavaScript using official selenium-webdriver and cucumber-js
ISC License
120 stars 89 forks source link

Initial stab at adding a definable config file. #18

Closed leggebroten closed 7 years ago

leggebroten commented 7 years ago

Looks in Node's working directory for the file "selenium-cucumber-js.json". If found, loads it and merges the definition into the pre-defined config.

A possible improvement would be to load the default config file from the module root, providing an easy example to copy. However, it's probably just as easy to document the file in the README.md

john-doherty commented 7 years ago

@leggebroten thanks for this! I'm a bit busy at the moment but will checkout and test as soon as I can.