<?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: How to list all cucumber step definitions</title>
	<atom:link href="http://www.natontesting.com/2009/12/18/how-to-list-all-cucumber-step-definitions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.natontesting.com/2009/12/18/how-to-list-all-cucumber-step-definitions/</link>
	<description>nathaniel ritmeyer&#039;s thoughts on automated software testing</description>
	<lastBuildDate>Thu, 19 Jan 2012 15:37:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Nat</title>
		<link>http://www.natontesting.com/2009/12/18/how-to-list-all-cucumber-step-definitions/comment-page-1/#comment-312</link>
		<dc:creator>Nat</dc:creator>
		<pubDate>Mon, 22 Mar 2010 18:59:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.natontesting.com/?p=611#comment-312</guid>
		<description>What... with &quot;-f stepdefs&quot;? With my script? (Yeah, that won&#039;t work) With cucumber?</description>
		<content:encoded><![CDATA[<p>What&#8230; with &#8220;-f stepdefs&#8221;? With my script? (Yeah, that won&#8217;t work) With cucumber?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jorge</title>
		<link>http://www.natontesting.com/2009/12/18/how-to-list-all-cucumber-step-definitions/comment-page-1/#comment-311</link>
		<dc:creator>Jorge</dc:creator>
		<pubDate>Mon, 22 Mar 2010 17:58:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.natontesting.com/?p=611#comment-311</guid>
		<description>I&#039;m using pickle and I have been unable to use --dry-run with it</description>
		<content:encoded><![CDATA[<p>I&#8217;m using pickle and I have been unable to use &#8211;dry-run with it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nat</title>
		<link>http://www.natontesting.com/2009/12/18/how-to-list-all-cucumber-step-definitions/comment-page-1/#comment-280</link>
		<dc:creator>Nat</dc:creator>
		<pubDate>Sun, 31 Jan 2010 21:25:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.natontesting.com/?p=611#comment-280</guid>
		<description>Hi Aslak, there&#039;s an even better version here:

http://www.natontesting.com/2010/01/11/updated-script-to-list-all-cucumber-step-definitions/

...which mentions using the -f stepdefs formatter. What I wanted was to create a &#039;dictionary&#039; of step definitions to give to people who write tests. The usage formatter does that but since it also lists where the steps are used in feature files it adds noise to the output I wanted.

What I ended up using is:
cucumber -d -f stepdefs

...because it lists only available step definitions, not where they are used.</description>
		<content:encoded><![CDATA[<p>Hi Aslak, there&#8217;s an even better version here:</p>
<p><a href="http://www.natontesting.com/2010/01/11/updated-script-to-list-all-cucumber-step-definitions/" rel="nofollow">http://www.natontesting.com/2010/01/11/updated-script-to-list-all-cucumber-step-definitions/</a></p>
<p>&#8230;which mentions using the -f stepdefs formatter. What I wanted was to create a &#8216;dictionary&#8217; of step definitions to give to people who write tests. The usage formatter does that but since it also lists where the steps are used in feature files it adds noise to the output I wanted.</p>
<p>What I ended up using is:<br />
cucumber -d -f stepdefs</p>
<p>&#8230;because it lists only available step definitions, not where they are used.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aslak Hellesøy</title>
		<link>http://www.natontesting.com/2009/12/18/how-to-list-all-cucumber-step-definitions/comment-page-1/#comment-279</link>
		<dc:creator>Aslak Hellesøy</dc:creator>
		<pubDate>Sun, 31 Jan 2010 19:24:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.natontesting.com/?p=611#comment-279</guid>
		<description>Better:

cucumber --dry-run --format usage features</description>
		<content:encoded><![CDATA[<p>Better:</p>
<p>cucumber &#8211;dry-run &#8211;format usage features</p>
]]></content:encoded>
	</item>
</channel>
</rss>

