abduegal
Results
5
issues of
abduegal
Error in the readme
There is a typo in the readme in the configuration section: ``` js var Consul = require('consul-node'); var consul = new Consul({ host: 'localhost', port: 8300, }); ``` should be:...
**Is your feature request related to a problem? Please describe.** If we write a feature file, we need to login on every step. feature files support that with background ```...