Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Debugging protractor tests from the console

I have a protractor test run via gulp-protractor. How can I debug this test using the command line (for example via the node debugger)?

Is there a configuration option for this?

like image 967
Ben Aston Avatar asked Dec 25 '22 19:12

Ben Aston


1 Answers

Recently (as of Protractor 5.0.0) the recommended way to do this has become browser.enterRepl().

like image 105
hert Avatar answered Jan 08 '23 23:01

hert