[wtr-general] Re: customize xml generated by ci_reports

2009-08-25 Thread Test Test
and it will open fully formatted. Here's the xsl stylesheet I use:http://pastie.org/593268 It probably wont work for you because I've made some changes to how the reporter outputs the xml file, but it should give you the basic idea. -Dylan On Aug 23, 11:52 pm, Test Test checktestingthi...@gmail.com

[wtr-general] Re: CI_reporter usage

2009-08-25 Thread Test Test
On Aug 24, 12:59 am, Test Test checktestingthi...@gmail.com wrote: Tiffany, Its working fine, Thanks. Is there any way that it creates the file in html format directly instead of first adding ?xml-stylesheet type=text/xsl href=transform-results.xsl? and then open in ie/FF. Thanks D

[wtr-general] Re: CI_reporter usage

2009-08-24 Thread Test Test
correct me where i am wrong. Thanks D G On Fri, Aug 21, 2009 at 11:21 PM, tcfodor tcfo...@comcast.net wrote: Hi DG, I've posted my solution on my blog: http://tcfodor.wordpress.com/2009/07/23/ci_reporter-output-for-watir/ Hope this helps! -Tiffany On Aug 21, 5:40 am, Test Test

[wtr-general] Re: customize xml generated by ci_reports

2009-08-24 Thread Test Test
Hi Tony, My test code is: require 'watir' require 'test' class TC_TEST_suite Test::Unit::TestCase def test_a_search test_site = http://www.google.com; browser = Watir::Browser.new browser.goto test_site browser.text_field(:name, q).set

[wtr-general] Re: customize xml generated by ci_reports

2009-08-24 Thread Test Test
Tony, I have added Class.Attr contents and now its working fine but my requirement is to get report(s) in html format not xml. Please help. Thanks D G On Jul 24, 4:04 pm, pallavi shashidhar pals.sha...@gmail.com wrote: Hi Tony, I think i used the previous code

[wtr-general] Re: CI_reporter usage

2009-08-24 Thread Test Test
Tiffany, Its working fine, Thanks. Is there any way that it creates the file in html format directly instead of first adding ?xml-stylesheet type=text/xsl href=transform-results.xsl? and then open in ie/FF. Thanks D G On Mon, Aug 24, 2009 at 11:33 AM, Test Test checktestingthi

[wtr-general] CI_reporter usage

2009-08-21 Thread Test Test
Hi, I have: ruby 1.8 watir 1.6.2 ci_reporter-1.6.0 Can any body provide a link or example of how to start the use of ci_reporter in my script to generate xml report. Say for a simple script like: require 'watir' require 'rubygems' require 'win32ole' ie = Watir::IE.new autoit =