How to debug angular protractor tests in WebStorm

前端 未结 7 1669
北海茫月
北海茫月 2020-11-29 04:08

There is a way to run and debug protractor web-tests in WebStorm. I just want to share this answer here

7条回答
  •  隐瞒了意图╮
    2020-11-29 04:34

    Worked for me. It was looking for the protractor.conf.js in the wrong folder. Had to look up a couple dirs.

    Application parameters: ../../protractor.conf.js

提交回复
热议问题