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
Add browser.pause() at the end of your it function. Within the function itself.
browser.pause()