<?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: A WinJS SpecRunner: Automating Script Tag Insertion For Unit Tests</title>
	<atom:link href="http://lostechies.com/derickbailey/2012/08/21/a-winjs-specrunner-automating-script-tag-insertion-for-unit-tests/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/derickbailey/2012/08/21/a-winjs-specrunner-automating-script-tag-insertion-for-unit-tests/</link>
	<description>Better Than Yesterday</description>
	<lastBuildDate>Mon, 20 May 2013 17:13:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: kamranayub</title>
		<link>http://lostechies.com/derickbailey/2012/08/21/a-winjs-specrunner-automating-script-tag-insertion-for-unit-tests/#comment-2882</link>
		<dc:creator>kamranayub</dc:creator>
		<pubDate>Fri, 07 Dec 2012 21:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=993#comment-2882</guid>
		<description>Have you guys made headway into this more? I&#039;m starting to write tests for my app and am using a test runner like this... the manual linking is annoying.

Since apps you&#039;re developing/debugging can access the network, could you create a Web API proxy to redirect requests to the local file system? i.e. http://localhost:999/js/foo.js is translated to the appropriate file path.



Maybe that&#039;s overkill; maybe you could use Node to help out or something.</description>
		<content:encoded><![CDATA[<p>Have you guys made headway into this more? I&#8217;m starting to write tests for my app and am using a test runner like this&#8230; the manual linking is annoying.</p>
<p>Since apps you&#8217;re developing/debugging can access the network, could you create a Web API proxy to redirect requests to the local file system? i.e. <a href="http://localhost:999/js/foo.js" rel="nofollow">http://localhost:999/js/foo.js</a> is translated to the appropriate file path.</p>
<p>Maybe that&#8217;s overkill; maybe you could use Node to help out or something.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kamranayub</title>
		<link>http://lostechies.com/derickbailey/2012/08/21/a-winjs-specrunner-automating-script-tag-insertion-for-unit-tests/#comment-2774</link>
		<dc:creator>kamranayub</dc:creator>
		<pubDate>Tue, 09 Oct 2012 22:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=993#comment-2774</guid>
		<description>I&#039;ve been working with WinJS for a bit and I feel the same way I felt about working with Node.js: you need to write tests or you&#039;ll go insane.


What made you guys decide to do a separate project (besides organization)? In WinRT, I assume there&#039;s a way to see if you&#039;re inside a debugging context (or local context, i.e. not installed &quot;for real&quot;). If so, why not add an icon to the app bar and run your tests within the app, so you don&#039;t need to manually link stuff?


Off the top of my head, the only thing that jumps to mind is that the file size and app size will increase because everything&#039;s together, rather than if you separate.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been working with WinJS for a bit and I feel the same way I felt about working with Node.js: you need to write tests or you&#8217;ll go insane.</p>
<p>What made you guys decide to do a separate project (besides organization)? In WinRT, I assume there&#8217;s a way to see if you&#8217;re inside a debugging context (or local context, i.e. not installed &#8220;for real&#8221;). If so, why not add an icon to the app bar and run your tests within the app, so you don&#8217;t need to manually link stuff?</p>
<p>Off the top of my head, the only thing that jumps to mind is that the file size and app size will increase because everything&#8217;s together, rather than if you separate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohamed Mansour</title>
		<link>http://lostechies.com/derickbailey/2012/08/21/a-winjs-specrunner-automating-script-tag-insertion-for-unit-tests/#comment-2715</link>
		<dc:creator>Mohamed Mansour</dc:creator>
		<pubDate>Wed, 22 Aug 2012 03:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=993#comment-2715</guid>
		<description>Thanks for this post, nicely written!</description>
		<content:encoded><![CDATA[<p>Thanks for this post, nicely written!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
