How to stop automatically closing browser when writing protractor test cases

后端 未结 9 1752
面向向阳花
面向向阳花 2021-02-07 12:43

I am new to writing test cases using protractor for non angular application. I wrote a sample test case.Here the browser closes automatically after running test case.How can I p

9条回答
  •  暖寄归人
    2021-02-07 13:12

    Add browser.pause() at the end of your it function. Within the function itself.

提交回复
热议问题