Re: [Wtr-general] the problem about test cases organization.

2007-01-04 Thread kim
No, use the setup.rb and read the readme I read the readme file. But there is no contents about setuping on windows in it. After I double-clicked the setup.rb, I inspect the lib folder of ruby and can't find the reporter files. #65306;-#65288;

Re: [Wtr-general] the problem about test cases organization.

2007-01-04 Thread Charley Baker
In the readme file there is an installation section: == Installation Download and unpack the Test::Unit::Reporter. Change to the root user if you are on *nix. Issue the following commands: ruby setup.rb config ruby setup.rb install Run those commands at the command line. -Charley On 1/4/07,

Re: [Wtr-general] the problem about test cases organization.

2006-12-29 Thread kim
Thanks for your answer. But I don't konw how to set up the test-report in Windows. Copy them into ruby's lib directory directly? - Posted via Jive Forums http://forums.openqa.org/thread.jspa?threadID=5943messageID=16669#16669

Re: [Wtr-general] the problem about test cases organization.

2006-12-28 Thread Charley Baker
Include them in a test suite and use test unit report: http://test-report.rubyforge.org/. You can report out like junit tests in html or xml. I'm glad you are expecting the best solution. -Charley On 12/28/06, kim [EMAIL PROTECTED] wrote: Suppose In a project I wrote many rb files. I want to