<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Blog::Log &#187; cargo</title>
	<atom:link href="http://www.stpe.se/tag/cargo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stpe.se</link>
	<description>Not a blog, more a log.</description>
	<lastBuildDate>Sun, 28 Nov 2010 19:07:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Manually run AppFuse WebTests</title>
		<link>http://www.stpe.se/2008/06/manually-run-appfuse-webtests/</link>
		<comments>http://www.stpe.se/2008/06/manually-run-appfuse-webtests/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 12:03:15 +0000</pubDate>
		<dc:creator>stefan</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[appfuse]]></category>
		<category><![CDATA[canoo]]></category>
		<category><![CDATA[cargo]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[webtest]]></category>

		<guid isPermaLink="false">http://www.stpe.se/?p=20</guid>
		<description><![CDATA[Sometime it may be useful to manually run the (Canoo) web tests for AppFuse applications to be able to see what goes wrong. Accomplish this by making the test web container pause upon start using: mvn -Dcargo.wait Then the application (using default values) is reachable at: http://localhost:8081/&#60;app_name&#62;/ Where &#60;app_name&#62; might be something like appname-1.0-SNAPSHOT depending [...]]]></description>
			<content:encoded><![CDATA[<p>Sometime it may be useful to manually run the (Canoo) web tests for AppFuse applications to be able to see what goes wrong. Accomplish this by making the test web container pause upon start using:</p>
<blockquote><p>mvn -Dcargo.wait</p></blockquote>
<p>Then the application (using default values) is reachable at:</p>
<blockquote><p>http://localhost:8081/&lt;app_name&gt;/</p></blockquote>
<p>Where &lt;app_name&gt; might be something like <em>appname-1.0-SNAPSHOT</em> depending on your configuration.</p>
<p>If a test fails it might also be a good idea to take a look at how the pages retrieved actually look like, they are saved (by default) in the directory <strong>target\webtest-data</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stpe.se/2008/06/manually-run-appfuse-webtests/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

