Skip to content

This is to update existing HTML report with correct test count. It also adds a pie chart to it.

Notifications You must be signed in to change notification settings

jainhitesh3/UpdateXCprettyReport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UpdateXCprettyReport

This uses nokogiri gem for HTML parsing.

Please Note:

  • It is taking hardcoded path of HTML file (Please update the path as per your director structure).
  • Currently, To avoid test suite count as test case i have hardcoded test suite value. But it needs to be generic.
  • Current HTML file has wrong number of test case counts, Doesn't have pie chart included in it.

It Has 3 methods -

  • First method is to count the exact number of test cases (failing/pass).
  • Second method updates the correct test counts to the HTML file and saves it.
  • Third method is to add pie chart to the HTML file.

About

This is to update existing HTML report with correct test count. It also adds a pie chart to it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published