#78 ✓resolved
Jeremy Lightsmith

Display rspec failures in 'Test Failures and Errors'

Reported by Jeremy Lightsmith | April 21st, 2008 @ 01:48 PM

Randall Potter - As a Dev, I would like CC.rb to display rspec failures in 'Test Failures and Errors', so that I can use rspec. 2/10 Randall's email exchange with Jeremy: My $0.02 I think the artifacts dir should be flattened and some simple processing could be done to determine what to do. i.e. : if ^\. or log$ hide it if is_dir? create a link thinking that these are likely documentation directories (rcov, rdoc or the like) if is_html? scrub and drop into sections if is_txt? scrub, wrap in pre tags and put into sections Randall Jeremy Stell-Smith wrote: > I would suggest that our artifacts directory look something like this : > > /build-/build.log > /build_status. > /sections/change_set.html > /.change_set.html > /test_results.html > /something.html > /something else.txt > /unit test coverage/... > /other stuff.html > > so, the only "special" files are build.log, build_status.*, and the > sections directory > > anything else in the artifacts directory will be displayed as a link > from the build page (maybe these should all live in a folder /links/?) > - this is implemented now > > anything in /sections will be displayed as a collapsible section on > the build page, if it's an html file, we include it outright, > otherwise we either put it in a pre section or format it so that it > looks as if we did. > > how's that sound? > > Jeremy

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

People watching this ticket

Pages