Josef Salyer

Results 3 comments of Josef Salyer

I have found this pattern to work: ```javascript const { client } = require('nightwatch-cucumber'); const { Before, After } = require('cucumber'); Before(() => new Promise(resolve => { console.log('Before start'); setTimeout(()...

I have the same question. It doesn't seem that there are many questions being answered here. Is there a google group?

It looks like the bcrypt installation fails. Try installing bcrypt by itself and troubleshooting that. : https://github.com/ncb000gt/node.bcrypt.js