<div><span class="Apple-style-span" style="font-family: Helvetica; font-size: 12px; ">I&#39;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. &nbsp;Last time I checked it&#39;s not able to run any commands on the target system, so you can&#39;t have it trigger tests... &nbsp;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> &lt;<a href="mailto:ben@benmabey.com">ben@benmabey.com</a>&gt; 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.&nbsp;&nbsp;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>&gt; Where would the HTML report be displayed?<br>&gt;<br>&gt; On Nov 11, 2007 6:38 AM, Ben Mabey &lt;<a href="mailto:ben@benmabey.com">ben@benmabey.com</a>&gt; wrote:<br>&gt;<br>&gt;&gt; Hey all,
<br>&gt;&gt; I was just wondering if any one has played around with getting<br>&gt;&gt; autotest&#39;s rspec integration working with rspec&#39;s HTML output.&nbsp;&nbsp;I really<br>&gt;&gt; like how in the&nbsp;&nbsp;rspec textmate bundle the context of the failing code
<br>&gt;&gt; is inlined with the failing spec along with the exact line highlighted<br>&gt;&gt; and a link to the exact spot in reference.&nbsp;&nbsp;However, I rarely use this<br>&gt;&gt; nice output since autotest is so convenient... So, I was thinking
<br>&gt;&gt; wouldn&#39;t it be great to have the best of both worlds? What do you<br>&gt;&gt; think?&nbsp;&nbsp;And before I try and do this, has anyone else already done it?<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; -Ben<br>&gt;&gt;<br>
&gt;&gt;<br>&gt;&gt; _______________________________________________<br>&gt;&gt; rspec-users mailing list<br>&gt;&gt; <a href="mailto:rspec-users@rubyforge.org">rspec-users@rubyforge.org</a><br>&gt;&gt; <a href="http://rubyforge.org/mailman/listinfo/rspec-users">
http://rubyforge.org/mailman/listinfo/rspec-users</a><br>&gt;&gt;<br>&gt;&gt;<br>&gt; _______________________________________________<br>&gt; rspec-users mailing list<br>&gt; <a href="mailto:rspec-users@rubyforge.org">rspec-users@rubyforge.org
</a><br>&gt; <a href="http://rubyforge.org/mailman/listinfo/rspec-users">http://rubyforge.org/mailman/listinfo/rspec-users</a><br>&gt;<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>