sj26 / rspec_junit_formatter

RSpec results that your CI can read

Home Page:http://rubygems.org/gems/rspec_junit_formatter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can you add an option to split tests to multiple file?

hron84 opened this issue · comments

Can you add an option to split tests to multiple files like ci_reporter? I would like change from it but I need some features what ci_reporter provides, first is the correct pending test handling (this gem seems pass it), the second is the splitted logging.

Splitting into multiple files is an anti–feature for me—I can do that with XML tools if I need to.

We do currently output pending tests as "skipped" per JUnit specification. Hudson understanding these tests is another matter—in many instances it just seems to ignore them.