<?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: Screenshots of Failing Cucumber Scenarios</title>
	<atom:link href="http://monket.net/blog/2009/09/screenshots-of-failing-cucumber-scenarios/feed/" rel="self" type="application/rss+xml" />
	<link>http://monket.net/blog/2009/09/screenshots-of-failing-cucumber-scenarios/</link>
	<description></description>
	<lastBuildDate>Mon, 13 Dec 2010 08:11:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Joel Chippindale</title>
		<link>http://monket.net/blog/2009/09/screenshots-of-failing-cucumber-scenarios/comment-page-1/#comment-99</link>
		<dc:creator>Joel Chippindale</dc:creator>
		<pubDate>Thu, 05 Nov 2009 06:05:20 +0000</pubDate>
		<guid isPermaLink="false">http://monket.net/blog/?p=244#comment-99</guid>
		<description>Nice work.

For those on OS X, I&#039;ve package up some similar functionality  in a &lt;a href=&quot;http://blog.monkeysthumb.org/2009/11/04/cucumber-screenshot-gem/&quot; rel=&quot;nofollow&quot;&gt;cucumber-screenshot gem&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Nice work.</p>
<p>For those on OS X, I&#8217;ve package up some similar functionality  in a <a href="http://blog.monkeysthumb.org/2009/11/04/cucumber-screenshot-gem/" rel="nofollow">cucumber-screenshot gem</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl O&#39;Keeffe</title>
		<link>http://monket.net/blog/2009/09/screenshots-of-failing-cucumber-scenarios/comment-page-1/#comment-98</link>
		<dc:creator>Karl O&#39;Keeffe</dc:creator>
		<pubDate>Tue, 27 Oct 2009 09:02:19 +0000</pubDate>
		<guid isPermaLink="false">http://monket.net/blog/?p=244#comment-98</guid>
		<description>Hi Abhi,

Try printing out the snap it command:

screenshot_path = DefaultWorld::DEFAULT_SCREENSHOT_PATH + &#039;/&#039; +  time + &#039; - &#039; + scenario_name + &#039;.png&#039;
cmd = DefaultWorld::SNAPIT_PATH + &#039; &quot;&#039; + screenshot_path + &#039;&quot;&#039;
# Add this line
puts cmd
%x{#{cmd}}

And check that it is well formed. Try running snapit on the command line to see if it works outside of cucumber.</description>
		<content:encoded><![CDATA[<p>Hi Abhi,</p>
<p>Try printing out the snap it command:</p>
<p>screenshot_path = DefaultWorld::DEFAULT_SCREENSHOT_PATH + &#8216;/&#8217; +  time + &#8216; &#8211; &#8216; + scenario_name + &#8216;.png&#8217;<br />
cmd = DefaultWorld::SNAPIT_PATH + &#8216; &#8220;&#8216; + screenshot_path + &#8216;&#8221;&#8216;<br />
# Add this line<br />
puts cmd<br />
%x{#{cmd}}</p>
<p>And check that it is well formed. Try running snapit on the command line to see if it works outside of cucumber.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abhi</title>
		<link>http://monket.net/blog/2009/09/screenshots-of-failing-cucumber-scenarios/comment-page-1/#comment-96</link>
		<dc:creator>abhi</dc:creator>
		<pubDate>Sun, 25 Oct 2009 20:43:15 +0000</pubDate>
		<guid isPermaLink="false">http://monket.net/blog/?p=244#comment-96</guid>
		<description>Hi,
I use Windows Xp.
Watir - 1.6.2
Cucumber -0.4.2
I have followed steps mentioned above.
Whenever I execute failed Cucumber test, A window will pop up saying &quot;snapIt has encountered a problem  and needs to close.We are sorry for the inconvenience&quot;</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I use Windows Xp.<br />
Watir &#8211; 1.6.2<br />
Cucumber -0.4.2<br />
I have followed steps mentioned above.<br />
Whenever I execute failed Cucumber test, A window will pop up saying &#8220;snapIt has encountered a problem  and needs to close.We are sorry for the inconvenience&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

