<?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: Cucumber Tests as First Class Citizens in TeamCity</title>
	<atom:link href="http://monket.net/blog/2009/09/cucumber-tests-as-first-class-citizens-in-teamcity/feed/" rel="self" type="application/rss+xml" />
	<link>http://monket.net/blog/2009/09/cucumber-tests-as-first-class-citizens-in-teamcity/</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: Roman Chernyatchik</title>
		<link>http://monket.net/blog/2009/09/cucumber-tests-as-first-class-citizens-in-teamcity/comment-page-1/#comment-29</link>
		<dc:creator>Roman Chernyatchik</dc:creator>
		<pubDate>Thu, 03 Sep 2009 17:36:08 +0000</pubDate>
		<guid isPermaLink="false">http://monket.net/blog/?p=226#comment-29</guid>
		<description>Hi guys,

1. At first &quot;--expand&quot; option is required for TeamCity formatter. This option is important for processing Scenario Outlines.

2.

If you use TeamCity with &quot;Rake&quot; runner than Cucumber support can be enabled from runner&#039;s settings page.

If you use NAnt, MSBuild, Ant, etc there is a easier way to enable Cucumber formatter:

a) Enable TeamCity cucumber formatter and --expand mode using cucumber.yml, e.g. :
-------
teamcity: features -q --no-c  -f Teamcity::Cucumber::Formatter --expand
-------
b) Set following environment variable in your build configuration options:
-------
RUBYLIB=%system.agent.home.dir%/plugins/rake-runner/lib/rb/patch/common;%system.agent.home.dir%/plugins/rake-runner/lib/rb/patch/bdd</description>
		<content:encoded><![CDATA[<p>Hi guys,</p>
<p>1. At first &#8220;&#8211;expand&#8221; option is required for TeamCity formatter. This option is important for processing Scenario Outlines.</p>
<p>2.</p>
<p>If you use TeamCity with &#8220;Rake&#8221; runner than Cucumber support can be enabled from runner&#8217;s settings page.</p>
<p>If you use NAnt, MSBuild, Ant, etc there is a easier way to enable Cucumber formatter:</p>
<p>a) Enable TeamCity cucumber formatter and &#8211;expand mode using cucumber.yml, e.g. :<br />
&#8212;&#8212;-<br />
teamcity: features -q &#8211;no-c  -f Teamcity::Cucumber::Formatter &#8211;expand<br />
&#8212;&#8212;-<br />
b) Set following environment variable in your build configuration options:<br />
&#8212;&#8212;-<br />
RUBYLIB=%system.agent.home.dir%/plugins/rake-runner/lib/rb/patch/common;%system.agent.home.dir%/plugins/rake-runner/lib/rb/patch/bdd</p>
]]></content:encoded>
	</item>
</channel>
</rss>

