0.0
No commit activity in last 3 years
No release in over 3 years
Simple gem to enhance xcpretty report
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

EnhanceXCpretty

This uses REXML to parse an existing xcpretty HTML report, and then add a pie-chart to it. This also checks for the correct number of tests and will update it in the report.

To start using EnhanceXCpretty :

gem install EnhanceXCpretty

Once installed successfully :

EnhanceXCpretty "<HTML_FILE_PATH>"

eg: EnhanceXCpretty "/Users/hitesh/report.html"

NOTE: This modifies the existing report.html file. So in case you need the original copy, please keep a copy of that.

Thanks Lyndsey for suggesting me to create this as gem, and helping me with with my first gem.