<?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 Day of Test Driven Javascript: Screw.Unit</title>
	<atom:link href="http://blog.james-carr.org/2009/06/12/yet-another-day-of-test-driven-javascript-screwunit/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.james-carr.org/2009/06/12/yet-another-day-of-test-driven-javascript-screwunit/</link>
	<description>Rants and Musings of an Agile Developer</description>
	<lastBuildDate>Thu, 26 Jan 2012 11:54:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: TJ Holowaychuk</title>
		<link>http://blog.james-carr.org/2009/06/12/yet-another-day-of-test-driven-javascript-screwunit/#comment-112109</link>
		<dc:creator>TJ Holowaychuk</dc:creator>
		<pubDate>Sun, 23 Aug 2009 00:05:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.james-carr.org/?p=385#comment-112109</guid>
		<description>JSpec has way more features :D and absolutely no dependencies which I think is a huge bonus.  Screw.Unit&#039;s matchers are really verbose too I found. I support a few variants in JSpec since its usually unnecessary to define every portion of a matcher, including the description etc. Including an example matcher might be a good idea though</description>
		<content:encoded><![CDATA[<p>JSpec has way more features <img src='http://blog.james-carr.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  and absolutely no dependencies which I think is a huge bonus.  Screw.Unit&#8217;s matchers are really verbose too I found. I support a few variants in JSpec since its usually unnecessary to define every portion of a matcher, including the description etc. Including an example matcher might be a good idea though</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Parkes</title>
		<link>http://blog.james-carr.org/2009/06/12/yet-another-day-of-test-driven-javascript-screwunit/#comment-108172</link>
		<dc:creator>Steven Parkes</dc:creator>
		<pubDate>Wed, 24 Jun 2009 22:45:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.james-carr.org/?p=385#comment-108172</guid>
		<description>I&#039;ve been looking for JS testing tools and following your blog entries.

One that I came across but haven&#039;t seen you mention was Blue-Ridge (http://github.com/relevance/blue-ridge/tree/master). It&#039;s not so much a testing framework as a meta-testing framework. That is, it integrates screw.unit with env.js and smoke. env.js provides command line support for screw.unit. as you noted isn&#039;t in integrated into screw.unit.

I like the concept of Blue-Ridge, but there are few things about it I&#039;m less thrilled about. For one, it&#039;s focused on Rails and brings a lot of Rails stuff in that I don&#039;t need (I use Rails, but not for this part of this project). The bigger issue is that it&#039;s tricky to get all the different components coherently integrated and capable of tracking them as they evolve.

So I ended up creating my own integration package called Stage at http://github.com/smparkes/stage/tree/master). It brings in env.js and screw.unit (plus strophejs for XMPP but not smoke, since I haven&#039;t used it yet). Makes it easy to run the specs (which is a big deal for me) while also making it easy to make fixes/enhancements to the components as necessary.

Thanks for taking the time to write up your results.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been looking for JS testing tools and following your blog entries.</p>
<p>One that I came across but haven&#8217;t seen you mention was Blue-Ridge (<a href="http://github.com/relevance/blue-ridge/tree/master" rel="nofollow">http://github.com/relevance/blue-ridge/tree/master</a>). It&#8217;s not so much a testing framework as a meta-testing framework. That is, it integrates screw.unit with env.js and smoke. env.js provides command line support for screw.unit. as you noted isn&#8217;t in integrated into screw.unit.</p>
<p>I like the concept of Blue-Ridge, but there are few things about it I&#8217;m less thrilled about. For one, it&#8217;s focused on Rails and brings a lot of Rails stuff in that I don&#8217;t need (I use Rails, but not for this part of this project). The bigger issue is that it&#8217;s tricky to get all the different components coherently integrated and capable of tracking them as they evolve.</p>
<p>So I ended up creating my own integration package called Stage at <a href="http://github.com/smparkes/stage/tree/master)" rel="nofollow">http://github.com/smparkes/stage/tree/master)</a>. It brings in env.js and screw.unit (plus strophejs for XMPP but not smoke, since I haven&#8217;t used it yet). Makes it easy to run the specs (which is a big deal for me) while also making it easy to make fixes/enhancements to the components as necessary.</p>
<p>Thanks for taking the time to write up your results.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nick</title>
		<link>http://blog.james-carr.org/2009/06/12/yet-another-day-of-test-driven-javascript-screwunit/#comment-108078</link>
		<dc:creator>nick</dc:creator>
		<pubDate>Tue, 23 Jun 2009 15:41:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.james-carr.org/?p=385#comment-108078</guid>
		<description>Hi James

Can u recommend a way of testing js redirects.I wnat o be able to test js links and redirects are going where they are supposed to be</description>
		<content:encoded><![CDATA[<p>Hi James</p>
<p>Can u recommend a way of testing js redirects.I wnat o be able to test js links and redirects are going where they are supposed to be</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Carr</title>
		<link>http://blog.james-carr.org/2009/06/12/yet-another-day-of-test-driven-javascript-screwunit/#comment-107434</link>
		<dc:creator>James Carr</dc:creator>
		<pubDate>Sun, 14 Jun 2009 14:01:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.james-carr.org/?p=385#comment-107434</guid>
		<description>Thanks... I&#039;m really hoping to expose people to more of what&#039;s out there. A lot of people skip test driving javascript when there&#039;s really quite a few solutions. :)</description>
		<content:encoded><![CDATA[<p>Thanks&#8230; I&#8217;m really hoping to expose people to more of what&#8217;s out there. A lot of people skip test driving javascript when there&#8217;s really quite a few solutions. <img src='http://blog.james-carr.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mario Aquino</title>
		<link>http://blog.james-carr.org/2009/06/12/yet-another-day-of-test-driven-javascript-screwunit/#comment-107374</link>
		<dc:creator>Mario Aquino</dc:creator>
		<pubDate>Sat, 13 Jun 2009 15:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.james-carr.org/?p=385#comment-107374</guid>
		<description>I love that you are doing this series on JS testing frameworks.  Bravo!</description>
		<content:encoded><![CDATA[<p>I love that you are doing this series on JS testing frameworks.  Bravo!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Milo</title>
		<link>http://blog.james-carr.org/2009/06/12/yet-another-day-of-test-driven-javascript-screwunit/#comment-107346</link>
		<dc:creator>Milo</dc:creator>
		<pubDate>Sat, 13 Jun 2009 04:53:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.james-carr.org/?p=385#comment-107346</guid>
		<description>Nice writeup. Could you do me one thing though? Add this to your CSS markup:

h2 { padding: 4px 3px }
h4 { padding-bottom: 5px }

Ktnxbai.</description>
		<content:encoded><![CDATA[<p>Nice writeup. Could you do me one thing though? Add this to your CSS markup:</p>
<p>h2 { padding: 4px 3px }<br />
h4 { padding-bottom: 5px }</p>
<p>Ktnxbai.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

