protractor-html-reporter-hyped
Version:
Generates HTML report with pie charts based on xml file.
15 lines (12 loc) • 1.18 kB
Markdown
protractor-html-reporter
=================================
Generates html report with piecharts based on xml file with tests results. For generating xml file with tests results you can use [jasmine-reporters](https://www.npmjs.com/package/jasmine-reporters).
This reporter can also display screenshots taken on test failure. To get the screenshots you can use [jasmine2-protractor-utils](https://www.npmjs.com/package/jasmine2-protractor-utils) module.
This package is inspired by [cucumber-html-report](https://www.npmjs.com/package/cucumber-html-reporter).
repo : https://github.com/Saverman/protractor-html-reporter
Sample images
----------------------------------
<img src="https://raw.githubusercontent.com/etxebe/protractor-html-reporter/master/sample1.jpg" width="400" height="200" />
<img src="https://raw.githubusercontent.com/etxebe/protractor-html-reporter/master/sample2.jpg" width="400" height="200" />
<img src="https://raw.githubusercontent.com/etxebe/protractor-html-reporter/master/sample3.jpg" width="400" height="200" />
<img src="https://raw.githubusercontent.com/etxebe/protractor-html-reporter/master/sample4.jpg" width="400" height="200" />