<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Yet Another JavaScript Testing Framework</title>
	<atom:link href="http://misko.hevery.com/2009/05/22/yet-another-javascript-testing-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://misko.hevery.com/2009/05/22/yet-another-javascript-testing-framework/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=yet-another-javascript-testing-framework</link>
	<description>Testability Explorer</description>
	<lastBuildDate>Thu, 19 Jan 2012 16:42:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Yet Another JavaScript Testing Framework &#171; GTNH</title>
		<link>http://misko.hevery.com/2009/05/22/yet-another-javascript-testing-framework/comment-page-1/#comment-3101</link>
		<dc:creator>Yet Another JavaScript Testing Framework &#171; GTNH</dc:creator>
		<pubDate>Fri, 19 Feb 2010 13:59:30 +0000</pubDate>
		<guid isPermaLink="false">http://misko.hevery.com/?p=486#comment-3101</guid>
		<description>[...] 2010/02/19 in Uncategorized    http://misko.hevery.com/2009/05/22/yet-another-javascript-testing-framework/ [...]</description>
		<content:encoded><![CDATA[<p>[...] 2010/02/19 in Uncategorized    <a href="http://misko.hevery.com/2009/05/22/yet-another-javascript-testing-framework/" rel="nofollow">http://misko.hevery.com/2009/05/22/yet-another-javascript-testing-framework/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: misko</title>
		<link>http://misko.hevery.com/2009/05/22/yet-another-javascript-testing-framework/comment-page-1/#comment-2264</link>
		<dc:creator>misko</dc:creator>
		<pubDate>Wed, 04 Nov 2009 15:38:56 +0000</pubDate>
		<guid isPermaLink="false">http://misko.hevery.com/?p=486#comment-2264</guid>
		<description>@bluebone,

Sorry, we do not yet integrate with test swarm, and currently do not have the bandwidth to add it, but would love to help anyone who is interested in adding that support as we are an open source project. Having said that JsTestDriver supports out of the box running tests on multiple browsers in a continuous build environment, so the need for something like Test Swarm is bit reduced.</description>
		<content:encoded><![CDATA[<p>@bluebone,</p>
<p>Sorry, we do not yet integrate with test swarm, and currently do not have the bandwidth to add it, but would love to help anyone who is interested in adding that support as we are an open source project. Having said that JsTestDriver supports out of the box running tests on multiple browsers in a continuous build environment, so the need for something like Test Swarm is bit reduced.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bluebone</title>
		<link>http://misko.hevery.com/2009/05/22/yet-another-javascript-testing-framework/comment-page-1/#comment-2262</link>
		<dc:creator>bluebone</dc:creator>
		<pubDate>Wed, 04 Nov 2009 10:20:42 +0000</pubDate>
		<guid isPermaLink="false">http://misko.hevery.com/?p=486#comment-2262</guid>
		<description>Im relatively new to jstestDriver and Im evaluating JavaScript test frameworks for an upcoming project My question is &quot;does jstestDriver support
dispatching jobs to a testswarm server or is this support planned? If so
how does/will one come about that?</description>
		<content:encoded><![CDATA[<p>Im relatively new to jstestDriver and Im evaluating JavaScript test frameworks for an upcoming project My question is &#8220;does jstestDriver support<br />
dispatching jobs to a testswarm server or is this support planned? If so<br />
how does/will one come about that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: misko</title>
		<link>http://misko.hevery.com/2009/05/22/yet-another-javascript-testing-framework/comment-page-1/#comment-2188</link>
		<dc:creator>misko</dc:creator>
		<pubDate>Sun, 25 Oct 2009 01:46:30 +0000</pubDate>
		<guid isPermaLink="false">http://misko.hevery.com/?p=486#comment-2188</guid>
		<description>that should work, but look at: http://code.google.com/p/js-test-driver/wiki/HtmlDoc</description>
		<content:encoded><![CDATA[<p>that should work, but look at: <a href="http://code.google.com/p/js-test-driver/wiki/HtmlDoc" rel="nofollow">http://code.google.com/p/js-test-driver/wiki/HtmlDoc</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nikhil</title>
		<link>http://misko.hevery.com/2009/05/22/yet-another-javascript-testing-framework/comment-page-1/#comment-2184</link>
		<dc:creator>nikhil</dc:creator>
		<pubDate>Sat, 24 Oct 2009 14:03:26 +0000</pubDate>
		<guid isPermaLink="false">http://misko.hevery.com/?p=486#comment-2184</guid>
		<description>How do I test the DOM without injecting it?
jQuery(document).append(&#039;blah&#039;)
does not seem to work...</description>
		<content:encoded><![CDATA[<p>How do I test the DOM without injecting it?<br />
jQuery(document).append(&#8216;blah&#8217;)<br />
does not seem to work&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: misko</title>
		<link>http://misko.hevery.com/2009/05/22/yet-another-javascript-testing-framework/comment-page-1/#comment-2146</link>
		<dc:creator>misko</dc:creator>
		<pubDate>Thu, 22 Oct 2009 01:30:04 +0000</pubDate>
		<guid isPermaLink="false">http://misko.hevery.com/?p=486#comment-2146</guid>
		<description>@TJ,

Yes we would be interested in helping. One thing that JsTestDriver&#039;s goals is to become THE way to run your test, not another assertion framework. For this reason JsTestDriver allows for plugins which allow you to put any assertion framework on top of it. We already have QUnit, YahooTest, and are working on Jasmine. Since we have already taken care of capturing the browser(s) running in continues builds and ability to remotely control the test, IDE plugins, I think it is a very nice fit to TestSwarm. JsTestDriver would take care of Running the test, TestSwarm would create a farm of JsTestDrivers, and than the user could choose any assertion framework on top of it to run their tests. 

We even took care of on the fly instrumentation of JS code for code coverage and injection and clean up of DOM between tests, and remote logging. So I think this would be a great fit.

What do you say? email us on js-test-driver@googlegroups.com and lets figure out how we can help</description>
		<content:encoded><![CDATA[<p>@TJ,</p>
<p>Yes we would be interested in helping. One thing that JsTestDriver&#8217;s goals is to become THE way to run your test, not another assertion framework. For this reason JsTestDriver allows for plugins which allow you to put any assertion framework on top of it. We already have QUnit, YahooTest, and are working on Jasmine. Since we have already taken care of capturing the browser(s) running in continues builds and ability to remotely control the test, IDE plugins, I think it is a very nice fit to TestSwarm. JsTestDriver would take care of Running the test, TestSwarm would create a farm of JsTestDrivers, and than the user could choose any assertion framework on top of it to run their tests. </p>
<p>We even took care of on the fly instrumentation of JS code for code coverage and injection and clean up of DOM between tests, and remote logging. So I think this would be a great fit.</p>
<p>What do you say? email us on <a href="mailto:js-test-driver@googlegroups.com">js-test-driver@googlegroups.com</a> and lets figure out how we can help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TJ Holowaychuk</title>
		<link>http://misko.hevery.com/2009/05/22/yet-another-javascript-testing-framework/comment-page-1/#comment-2145</link>
		<dc:creator>TJ Holowaychuk</dc:creator>
		<pubDate>Thu, 22 Oct 2009 00:49:54 +0000</pubDate>
		<guid isPermaLink="false">http://misko.hevery.com/?p=486#comment-2145</guid>
		<description>You should help with JSpec :) I am writting TestSwarm in Ruby .. since John&#039;s php implementation is pretty weak, that combined with JSpec&#039;s current features and 3.x features it will be extremely powerful</description>
		<content:encoded><![CDATA[<p>You should help with JSpec <img src='http://misko.hevery.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I am writting TestSwarm in Ruby .. since John&#8217;s php implementation is pretty weak, that combined with JSpec&#8217;s current features and 3.x features it will be extremely powerful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: All About Google &#187; Super Fast JS Testing</title>
		<link>http://misko.hevery.com/2009/05/22/yet-another-javascript-testing-framework/comment-page-1/#comment-2021</link>
		<dc:creator>All About Google &#187; Super Fast JS Testing</dc:creator>
		<pubDate>Tue, 06 Oct 2009 06:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://misko.hevery.com/?p=486#comment-2021</guid>
		<description>[...] integration. Misko talks a little bit more about the motivations behind writing it on his Yet Another JS Testing Framework post. To try out the plugin for yourselves, go add the following update site to [...]</description>
		<content:encoded><![CDATA[<p>[...] integration. Misko talks a little bit more about the motivations behind writing it on his Yet Another JS Testing Framework post. To try out the plugin for yourselves, go add the following update site to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blogs From The Geeks &#187; Blog Archive &#187; Running JS Test Driver in Team City - Daily insightful nuggets</title>
		<link>http://misko.hevery.com/2009/05/22/yet-another-javascript-testing-framework/comment-page-1/#comment-1793</link>
		<dc:creator>Blogs From The Geeks &#187; Blog Archive &#187; Running JS Test Driver in Team City - Daily insightful nuggets</dc:creator>
		<pubDate>Tue, 01 Sep 2009 10:51:37 +0000</pubDate>
		<guid isPermaLink="false">http://misko.hevery.com/?p=486#comment-1793</guid>
		<description>[...] a blisteringly fast, and easily automated way of running your Javascript unit tests. See this introduction to JS Test Driver by Miško Hevery for a great [...]</description>
		<content:encoded><![CDATA[<p>[...] a blisteringly fast, and easily automated way of running your Javascript unit tests. See this introduction to JS Test Driver by Miško Hevery for a great [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Running JS Test Driver in Team City &#8211; Blog - monket.net</title>
		<link>http://misko.hevery.com/2009/05/22/yet-another-javascript-testing-framework/comment-page-1/#comment-1741</link>
		<dc:creator>Running JS Test Driver in Team City &#8211; Blog - monket.net</dc:creator>
		<pubDate>Tue, 25 Aug 2009 14:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://misko.hevery.com/?p=486#comment-1741</guid>
		<description>[...] a blisteringly fast, and easily automated way of running your Javascript unit tests. See this introduction to JS Test Driver by Miško Hevery for a great [...]</description>
		<content:encoded><![CDATA[<p>[...] a blisteringly fast, and easily automated way of running your Javascript unit tests. See this introduction to JS Test Driver by Miško Hevery for a great [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

