node.js - Debugging protractor tests from the console -


i have protractor test run via gulp-protractor. how can debug test using command line (for example via node debugger)?

is there configuration option this?

recently (as of protractor 5.0.0) recommended way has become browser.enterrepl().


Comments

Popular posts from this blog

python 3 IndexError: list index out of range -

android - How to save instance state of selected radiobutton on menu -

IF statement in MySQL trigger -