hi,
I am creating test results using “Minitest::Test” but I need to create
xml using those results, and Can you guide me which CI_Reporter should I
need to use? Do need to install any CI_Reporter?
For an example I am using require ‘ci/reporter/rake/test_unit_loader’ in
Ruby 1.8.7 and Watir, So what’s the corresponding Ci/reporter has to be
used in Ruby 2.0.0 and Watir 5.0.0?
RAJ