I want to generate the emailable report after my test suite gets completed using Jasmine and protractor.
How can I get the following information after my test suite is completed.
1.Total no of spec count 2.Total pass spec count 3.Total Failed test spec count 4. Total Pending specs counts
I could not find any proper solution so far. Please help me out solve this issue.