Skip to content

Project for parsing the output of the junit xml formatter for rspec to look for the slowest tests.

Notifications You must be signed in to change notification settings

benzittlau/junit-xml-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is for parsing the output from the junit formatter for rspec for the purposes of finding slow tests.

Usage

  • Place your xml files in the input/ dir with .xml extensions.
  • run rake parse_results[<limit>] to get the sorted results output to console as a table.
  • run rake parse_results_by_file[<limit>,<sort>] to get the sorted results grouped by file output to console as a table.

About

Project for parsing the output of the junit xml formatter for rspec to look for the slowest tests.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages