view console.log output in angular protractor jasmine test

后端 未结 7 1806
忘掉有多难
忘掉有多难 2020-12-24 05:12

How can I view console.log output in an angularjs protractor jasmine test? As of now, the browser closes by itself too quickly.

more info - I am working with the ang

相关标签:
7条回答
  • 2020-12-24 06:10

    This can now be achieved without writing any special code and via plugins:

    • first party protractor-console-plugin (Chrome only)
    • third party protractor-console
    0 讨论(0)
提交回复
热议问题