Skip to content

rkh/teresa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Teresa

Teresa is a Test Result Analyzer. Well, it's more of a Test Output Parser, but that doesn't make a great name. It takes the output from a test run and parses it into Ruby objects.

Supported formats:

Usage

require 'teresa'

# parse a string of test output
Teresa.parse(some_input) do |test|
  puts "#{test.name}: #{test.state}"
end

# parse a file
tests = Teresa.parse_file("result.xml")
puts "#{tests.size} tests found"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages