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
Post a Comment