You can group them and run in groups using Rake (http://rake.rubyforge.org/) there is also a Jenkins plugin for that (https://wiki.jenkins-ci.org/display/JENKINS/Rake+plugin). Although i would recommend using Rspec instead of minitest - the reports look lot better, also you can add DSL and descriptions where needed. Good luck, hope this helps..
On Tuesday, October 29, 2013 11:12:27 AM UTC+2, LuisE wrote: > > Hello, > I have a lot test_file.rb files and I'm using RubyMine IDE and right now I > would like run them and exports the results to Jenkins. I would like to > read some documentation about minitest-reporters and rake file. Does > anybody know any interesting information? Is this the best way to do it? > Sincerely regards > -- -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected] --- You received this message because you are subscribed to the Google Groups "Watir General" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
