How to debug protractor tests Permanently deleted user Created February 26, 2016 15:51 Hi, I would like to know if there is a way to debug protractor tests in WebStorm? Thanks in advance!
You can try using Node.js run configuration for running/debugging protractor tests
Working directory: path to protractor.conf.js
JavaScript file: path to node_modules\protractor\lib\cli.js
Application parameters: protractor.conf.js
Thanks Elena. I am rather new to using Node.js and protractor. I will give this a try!