search for: ci_report

Displaying 4 results from an estimated 4 matches for "ci_report".

Did you mean: do_report
2011 Jan 26
2
changes in rspec 2.4 break ci_reporter
Hi I use the ci_reporter gem for builds on my CI machine (hudson). Prior to rspec 2.4, environment options would override commandline options. So the gem used this to change the formatter and require its files. In 2.4, that order has been reversed. the thing is 2.4 supports multiple formatters, so there is another sugg...
2007 Jul 06
0
CCRB and ci_reporter XML output: How do you display custom build artifacts
Hi, I''ve installed ci_reporter (having previously installed CruiseControlRB), as both a gem and a rails plugin. The tests are invoked by an explicit project.command (rake ci:setup:testunit test - I probably shouldn''t need to do this explicitly but I''m semi-following ci_reporter instructions here) from cruise...
2010 Oct 25
2
Fail to load spec/rake/spectask
.../rake/spectask C:/Ruby187/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2383:in `raw_load_rakefile'' I''m using version 1.8.7 of Ruby. I have installed rake and rspec using: gem install rake gem install rspec Here is the list of installed gems: builder (2.1.2) childprocess (0.1.3) ci_reporter (1.6.3) diff-lcs (1.1.2) ffi (0.6.3 x86-mingw32) json_pure (1.4.6) rake (0.8.7) rspec (2.0.1) rspec-core (2.0.1) rspec-expectations (2.0.1) rspec-mocks (2.0.1) rspec-rails (2.0.1) rubyzip (0.9.4) selenium-webdriver (0.0.29) What am I doing wrong? Why doesn''t spec/rake/spectask load? Be...
2013 Mar 28
0
Dude, where's my full description? (bug report & suggested fix in rspec-core 2.13.1)
...ject\"", "full_description": "something in context ", "line_number": 4, "file_path": "./spec/test_spec.rb" } ] } Note that the full_description is missing the matcher documentation. And with ci_reporter 1.8.4, this comes out as a sorry hash indeed, because _only_ the full descriptions are reported to CI. Here''s the trimmed XML output. SPEC-something.xml: <testsuite errors="0" tests="0" failures="0" name="something" skipped="0" time=&...