<div><span class="Apple-style-span" style="font-family: Helvetica; font-size: 12px; ">I've always secretly thought that Adobe Air might be a good candidate for something like this, I just never got around to actually trying to do something about it.
<br><br>Air runs on Windows/Linux/OSX, can render HTML just fine, and can interact with the local filesystem to an extent. Last time I checked it's not able to run any commands on the target system, so you can't have it trigger tests... but if Autotest was running and writing results to a file, you should be able to rig something together.
<br><br>Don</span></div><br><div><span class="gmail_quote">On 11/11/07, <b class="gmail_sendername">Ben Mabey</b> <<a href="mailto:ben@benmabey.com">ben@benmabey.com</a>> wrote:</span><blockquote class="gmail_quote" style="margin:0;margin-left:0.8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>I was thinking that a little window(cocoa) or maybe just a browser<br>window could display the summary of the test run like autotest does and<br>then the failed specs in HTML format. Not the entire HTML report would<br>
be generated/displayed- only the failing ones would be so it would be<br>manageable on projects with large test suites. So, instead of having a<br>terminal window open with autotest it would just be a stand alone window.<br>
<br>aslak hellesoy wrote:<br>> Where would the HTML report be displayed?<br>><br>> On Nov 11, 2007 6:38 AM, Ben Mabey <<a href="mailto:ben@benmabey.com">ben@benmabey.com</a>> wrote:<br>><br>>> Hey all,
<br>>> I was just wondering if any one has played around with getting<br>>> autotest's rspec integration working with rspec's HTML output. I really<br>>> like how in the rspec textmate bundle the context of the failing code
<br>>> is inlined with the failing spec along with the exact line highlighted<br>>> and a link to the exact spot in reference. However, I rarely use this<br>>> nice output since autotest is so convenient... So, I was thinking
<br>>> wouldn't it be great to have the best of both worlds? What do you<br>>> think? And before I try and do this, has anyone else already done it?<br>>><br>>><br>>> -Ben<br>>><br>
>><br>>> _______________________________________________<br>>> rspec-users mailing list<br>>> <a href="mailto:rspec-users@rubyforge.org">rspec-users@rubyforge.org</a><br>>> <a href="http://rubyforge.org/mailman/listinfo/rspec-users">
http://rubyforge.org/mailman/listinfo/rspec-users</a><br>>><br>>><br>> _______________________________________________<br>> rspec-users mailing list<br>> <a href="mailto:rspec-users@rubyforge.org">rspec-users@rubyforge.org
</a><br>> <a href="http://rubyforge.org/mailman/listinfo/rspec-users">http://rubyforge.org/mailman/listinfo/rspec-users</a><br>><br><br>_______________________________________________<br>rspec-users mailing list<br>
<a href="mailto:rspec-users@rubyforge.org">rspec-users@rubyforge.org</a><br><a href="http://rubyforge.org/mailman/listinfo/rspec-users">http://rubyforge.org/mailman/listinfo/rspec-users</a><br></blockquote></div><br>