I was using Watir::TestCase for the xml report creation in ruby 1.8.7
&Watir 3.0 and the sample xml created was like
<?xml version="1.0" encoding="UTF-8"?>
modal called
false
When I am using MiniTest::Unit::TestCase in Ruby 2.0 and Watir 3.7,the
xml missed the tag.
I need to have first xml in Ruby 2.0 (i.e) testcase tag has to be
included, Is there any way?
And also Watir::TestCase in Watir 3.7 but there is no such a file
available there with that name.