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
I found Gleeson's solution is working, and that really helped me. The solution was...
Restart your tests after that.
I am using node v8.12.0 npm v6.4.1 protractor v5.4.1
This solution will work, only if you installed npm or protractor globally; if you have installed your npm or protractor locally (in your folder) then, you have to go to your local protractor folder and do the same.