How to debug angular protractor tests in WebStorm

前端 未结 7 1686
北海茫月
北海茫月 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:28

    Like some of the other responses here, I found that I could run in release but couldn't run in Debug and it would just hang at some point. I found that I had the conf file set to target two browsers and it seems that this was too much for the debugger and it would hang without any more info. Targeting only a single browser fixed this issue for me.

提交回复
热议问题