<?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: Maven Selenium</title>
	<atom:link href="http://www.vineetmanohar.com/2007/06/maven-selenium/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vineetmanohar.com/2007/06/maven-selenium/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=maven-selenium</link>
	<description>Java, Web 2.0 and other Tech topics</description>
	<lastBuildDate>Wed, 15 Feb 2012 14:22:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: soumya</title>
		<link>http://www.vineetmanohar.com/2007/06/maven-selenium/comment-page-1/#comment-55432</link>
		<dc:creator>soumya</dc:creator>
		<pubDate>Thu, 01 Sep 2011 08:52:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.vineetmanohar.com/?p=1297#comment-55432</guid>
		<description>Dear friends

 I am trying to convert html test to java but could not find Java(JUnit)-Selenium RC in my selenium ide

could you please help me..

thank you in advance</description>
		<content:encoded><![CDATA[<p>Dear friends</p>
<p> I am trying to convert html test to java but could not find Java(JUnit)-Selenium RC in my selenium ide</p>
<p>could you please help me..</p>
<p>thank you in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.vineetmanohar.com/2007/06/maven-selenium/comment-page-1/#comment-54498</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 26 Aug 2011 08:49:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.vineetmanohar.com/?p=1297#comment-54498</guid>
		<description>Hello Vineet,

to completely automate tests, one ideally would like to automate also the packaging of the webapp
into .war, its deployment on a webserver, and starting the web server so that maven waits until
it starts and then starts to run the selenium tests. Do you have some idea on how to do this? I can
only think of some heavy weight solution - Maven calls a custom plugin which starts an external
process, which packages the .war, deploys it into the deployment directory of a webserver on the
file system, then calls run.bat or whatever of the webserver to get it started, and then waits
for some fixed amount of time before it tries to run selenium tests. Can you think of a more elegant
approach?</description>
		<content:encoded><![CDATA[<p>Hello Vineet,</p>
<p>to completely automate tests, one ideally would like to automate also the packaging of the webapp<br />
into .war, its deployment on a webserver, and starting the web server so that maven waits until<br />
it starts and then starts to run the selenium tests. Do you have some idea on how to do this? I can<br />
only think of some heavy weight solution &#8211; Maven calls a custom plugin which starts an external<br />
process, which packages the .war, deploys it into the deployment directory of a webserver on the<br />
file system, then calls run.bat or whatever of the webserver to get it started, and then waits<br />
for some fixed amount of time before it tries to run selenium tests. Can you think of a more elegant<br />
approach?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Meena</title>
		<link>http://www.vineetmanohar.com/2007/06/maven-selenium/comment-page-1/#comment-54159</link>
		<dc:creator>Meena</dc:creator>
		<pubDate>Wed, 24 Aug 2011 12:49:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.vineetmanohar.com/?p=1297#comment-54159</guid>
		<description>Hi Vineet, i am using selenium grid, c#, mbunit and Gallio to run my test case parallel but only 1 test case is running successfully other test cases are showing different error message like &quot;Selenium.SeleniumException: ERROR: Got a null result
   at Selenium.HttpCommandProcessor.DoCommand(String command, String[] args) in c:\hudson\workspace\selenium-rc-trunk-win-headless\trunk\clients\dotnet\src\Core\HttpCommandProcessor.cs:line 98
   at Selenium.DefaultSelenium.Click(String locator) in c:\hudson\workspace\selenium-rc-trunk-win-headless\trunk\clients\dotnet\src\Core\DefaultSelenium.cs:line 166
   at GDA.MyClass.TheUntitledTest12() in c:\Users\mnarvariya\Desktop\Junit\GDA\GDA\MyClass.cs:line 63&quot; 

Please Reply ASAP 
Thanks,
Meena</description>
		<content:encoded><![CDATA[<p>Hi Vineet, i am using selenium grid, c#, mbunit and Gallio to run my test case parallel but only 1 test case is running successfully other test cases are showing different error message like &#8220;Selenium.SeleniumException: ERROR: Got a null result<br />
   at Selenium.HttpCommandProcessor.DoCommand(String command, String[] args) in c:\hudson\workspace\selenium-rc-trunk-win-headless\trunk\clients\dotnet\src\Core\HttpCommandProcessor.cs:line 98<br />
   at Selenium.DefaultSelenium.Click(String locator) in c:\hudson\workspace\selenium-rc-trunk-win-headless\trunk\clients\dotnet\src\Core\DefaultSelenium.cs:line 166<br />
   at GDA.MyClass.TheUntitledTest12() in c:\Users\mnarvariya\Desktop\Junit\GDA\GDA\MyClass.cs:line 63&#8243; </p>
<p>Please Reply ASAP<br />
Thanks,<br />
Meena</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergio Carabetta</title>
		<link>http://www.vineetmanohar.com/2007/06/maven-selenium/comment-page-1/#comment-42246</link>
		<dc:creator>Sergio Carabetta</dc:creator>
		<pubDate>Wed, 29 Jun 2011 13:23:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.vineetmanohar.com/?p=1297#comment-42246</guid>
		<description>@Anging,

I think your problem is the browserType field, it should be like:

selenium = new DefaultSelenium(“localhost”, 4444, “*firefox”, “http://10.151.124.159:7101/”);</description>
		<content:encoded><![CDATA[<p>@Anging,</p>
<p>I think your problem is the browserType field, it should be like:</p>
<p>selenium = new DefaultSelenium(“localhost”, 4444, “*firefox”, “http://10.151.124.159:7101/”);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anjing</title>
		<link>http://www.vineetmanohar.com/2007/06/maven-selenium/comment-page-1/#comment-34223</link>
		<dc:creator>anjing</dc:creator>
		<pubDate>Wed, 27 Apr 2011 10:10:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.vineetmanohar.com/?p=1297#comment-34223</guid>
		<description>selenium = new DefaultSelenium(&quot;localhost&quot;, 4444, &quot;C:\\Program Files\\Mozilla Firefox\\firefox.exe&quot;, &quot;http://10.151.124.159:7101/&quot;);
		selenium.start();

I can&#039;t run my test case if I setUp firebox browser,but iexplore is OK.

selenium = new DefaultSelenium(&quot;localhost&quot;, 4444, &quot;*iexplore&quot;, &quot;http://10.151.124.159:7101/&quot;);
		selenium.start();</description>
		<content:encoded><![CDATA[<p>selenium = new DefaultSelenium(&#8220;localhost&#8221;, 4444, &#8220;C:\\Program Files\\Mozilla Firefox\\firefox.exe&#8221;, &#8220;http://10.151.124.159:7101/&#8221;);<br />
		selenium.start();</p>
<p>I can&#8217;t run my test case if I setUp firebox browser,but iexplore is OK.</p>
<p>selenium = new DefaultSelenium(&#8220;localhost&#8221;, 4444, &#8220;*iexplore&#8221;, &#8220;http://10.151.124.159:7101/&#8221;);<br />
		selenium.start();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Anderson</title>
		<link>http://www.vineetmanohar.com/2007/06/maven-selenium/comment-page-1/#comment-30608</link>
		<dc:creator>John Anderson</dc:creator>
		<pubDate>Sun, 27 Mar 2011 20:27:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.vineetmanohar.com/?p=1297#comment-30608</guid>
		<description>Vineet,

Great article for Maven Selenium setup. I just follwed your steps but I never can successfully test my selenium test cases, although I can see both jetty server startup and selenium startup on the console. When I commented out the section (pom.xml) of start selenium-server and manually started selenium server, then I ran mvn integration-test and it worked fine. If I commented out the executions section of starting jetty server and manually started jetty server by executing mvn cargo:start, integration-test also worked fine. If I leave both start jetty server and selenium-server in place, and when I tested selenium test cases, I always got HTTP ERROR: 404.</description>
		<content:encoded><![CDATA[<p>Vineet,</p>
<p>Great article for Maven Selenium setup. I just follwed your steps but I never can successfully test my selenium test cases, although I can see both jetty server startup and selenium startup on the console. When I commented out the section (pom.xml) of start selenium-server and manually started selenium server, then I ran mvn integration-test and it worked fine. If I commented out the executions section of starting jetty server and manually started jetty server by executing mvn cargo:start, integration-test also worked fine. If I leave both start jetty server and selenium-server in place, and when I tested selenium test cases, I always got HTTP ERROR: 404.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kamal</title>
		<link>http://www.vineetmanohar.com/2007/06/maven-selenium/comment-page-1/#comment-24330</link>
		<dc:creator>Kamal</dc:creator>
		<pubDate>Thu, 03 Feb 2011 15:30:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.vineetmanohar.com/?p=1297#comment-24330</guid>
		<description>I am new to selenium and have just created a new test which I am trying to run on hudson.

I keep getting timed out waiting for profile to be created error

runSeleniumTests:

BUILD SUCCESSFUL
Total time: 0 seconds
 java -jar /home/locgrdd/.hudson/jobs/SeleniumTest/workspace/selenium-server.jar -htmlSuite *firefox http://www.bbc.co.uk/weather /home/locgrdd/.hudson/jobs/SeleniumTest/workspace/TestSuite1.html /home/locgrdd/.hudson/jobs/SeleniumTest/workspace/results.html
[workspace] $ java -jar /home/locgrdd/.hudson/jobs/SeleniumTest/workspace/selenium-server.jar -htmlSuite *firefox http://www.bbc.co.uk/weather /home/locgrdd/.hudson/jobs/SeleniumTest/workspace/TestSuite1.html /home/locgrdd/.hudson/jobs/SeleniumTest/workspace/results.html
14:57:22.295 INFO - Java: Sun Microsystems Inc. 10.0-b19
14:57:22.297 INFO - OS: Linux 2.6.18-164.10.1.el5 i386
14:57:22.304 INFO - v2.0 [a2], with Core v2.0 [a2]
14:57:22.402 INFO - RemoteWebDriver instances should connect to: http://10.117.130.32:4444/wd/hub
14:57:22.403 INFO - Version Jetty/5.1.x
14:57:22.404 INFO - Started HttpContext[/selenium-server/driver,/selenium-server/driver]
14:57:22.404 INFO - Started HttpContext[/selenium-server,/selenium-server]
14:57:22.404 INFO - Started HttpContext[/,/]
14:57:22.415 INFO - Started org.openqa.jetty.jetty.servlet.ServletHandler@a6d51e
14:57:22.416 INFO - Started HttpContext[/wd,/wd]
14:57:22.418 INFO - Started SocketListener on 0.0.0.0:4444
14:57:22.418 INFO - Started org.openqa.jetty.jetty.Server@1d63e39
14:57:22.461 WARN - It looks like your baseUrl (http://www.bbc.co.uk/weather) is pointing to a file, not a directory (it doesn&#039;t end with a /).  We&#039;re going to have to strip off the last part of the pathname.
14:57:22.489 INFO - Preparing Firefox profile...
Error: no display specified
HTML suite exception seen:
java.lang.RuntimeException: Timed out waiting for profile to be created!
	at org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher.waitForFullProfileToBeCreated(FirefoxChromeLauncher.java:348)
	at org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher.populateCustomProfileDirectory(FirefoxChromeLauncher.java:124)
	at org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher.launch(FirefoxChromeLauncher.java:91)
	at org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher.launchHTMLSuite(FirefoxChromeLauncher.java:393)
	at org.openqa.selenium.server.browserlaunchers.FirefoxLauncher.launchHTMLSuite(FirefoxLauncher.java:94)
	at org.openqa.selenium.server.htmlrunner.HTMLLauncher.runHTMLSuite(HTMLLauncher.java:121)
	at org.openqa.selenium.server.htmlrunner.HTMLLauncher.runHTMLSuite(HTMLLauncher.java:166)
	at org.openqa.selenium.server.SeleniumServer.runHtmlSuite(SeleniumServer.java:545)
	at org.openqa.selenium.server.SeleniumServer.boot(SeleniumServer.java:239)
	at org.openqa.selenium.server.SeleniumServer.main(SeleniumServer.java:198)
14:57:42.615 INFO - Shutting down...</description>
		<content:encoded><![CDATA[<p>I am new to selenium and have just created a new test which I am trying to run on hudson.</p>
<p>I keep getting timed out waiting for profile to be created error</p>
<p>runSeleniumTests:</p>
<p>BUILD SUCCESSFUL<br />
Total time: 0 seconds<br />
 java -jar /home/locgrdd/.hudson/jobs/SeleniumTest/workspace/selenium-server.jar -htmlSuite *firefox <a href="http://www.bbc.co.uk/weather" rel="nofollow">http://www.bbc.co.uk/weather</a> /home/locgrdd/.hudson/jobs/SeleniumTest/workspace/TestSuite1.html /home/locgrdd/.hudson/jobs/SeleniumTest/workspace/results.html<br />
[workspace] $ java -jar /home/locgrdd/.hudson/jobs/SeleniumTest/workspace/selenium-server.jar -htmlSuite *firefox <a href="http://www.bbc.co.uk/weather" rel="nofollow">http://www.bbc.co.uk/weather</a> /home/locgrdd/.hudson/jobs/SeleniumTest/workspace/TestSuite1.html /home/locgrdd/.hudson/jobs/SeleniumTest/workspace/results.html<br />
14:57:22.295 INFO &#8211; Java: Sun Microsystems Inc. 10.0-b19<br />
14:57:22.297 INFO &#8211; OS: Linux 2.6.18-164.10.1.el5 i386<br />
14:57:22.304 INFO &#8211; v2.0 [a2], with Core v2.0 [a2]<br />
14:57:22.402 INFO &#8211; RemoteWebDriver instances should connect to: <a href="http://10.117.130.32:4444/wd/hub" rel="nofollow">http://10.117.130.32:4444/wd/hub</a><br />
14:57:22.403 INFO &#8211; Version Jetty/5.1.x<br />
14:57:22.404 INFO &#8211; Started HttpContext[/selenium-server/driver,/selenium-server/driver]<br />
14:57:22.404 INFO &#8211; Started HttpContext[/selenium-server,/selenium-server]<br />
14:57:22.404 INFO &#8211; Started HttpContext[/,/]<br />
14:57:22.415 INFO &#8211; Started org.openqa.jetty.jetty.servlet.ServletHandler@a6d51e<br />
14:57:22.416 INFO &#8211; Started HttpContext[/wd,/wd]<br />
14:57:22.418 INFO &#8211; Started SocketListener on 0.0.0.0:4444<br />
14:57:22.418 INFO &#8211; Started org.openqa.jetty.jetty.Server@1d63e39<br />
14:57:22.461 WARN &#8211; It looks like your baseUrl (<a href="http://www.bbc.co.uk/weather" rel="nofollow">http://www.bbc.co.uk/weather</a>) is pointing to a file, not a directory (it doesn&#8217;t end with a /).  We&#8217;re going to have to strip off the last part of the pathname.<br />
14:57:22.489 INFO &#8211; Preparing Firefox profile&#8230;<br />
Error: no display specified<br />
HTML suite exception seen:<br />
java.lang.RuntimeException: Timed out waiting for profile to be created!<br />
	at org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher.waitForFullProfileToBeCreated(FirefoxChromeLauncher.java:348)<br />
	at org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher.populateCustomProfileDirectory(FirefoxChromeLauncher.java:124)<br />
	at org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher.launch(FirefoxChromeLauncher.java:91)<br />
	at org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher.launchHTMLSuite(FirefoxChromeLauncher.java:393)<br />
	at org.openqa.selenium.server.browserlaunchers.FirefoxLauncher.launchHTMLSuite(FirefoxLauncher.java:94)<br />
	at org.openqa.selenium.server.htmlrunner.HTMLLauncher.runHTMLSuite(HTMLLauncher.java:121)<br />
	at org.openqa.selenium.server.htmlrunner.HTMLLauncher.runHTMLSuite(HTMLLauncher.java:166)<br />
	at org.openqa.selenium.server.SeleniumServer.runHtmlSuite(SeleniumServer.java:545)<br />
	at org.openqa.selenium.server.SeleniumServer.boot(SeleniumServer.java:239)<br />
	at org.openqa.selenium.server.SeleniumServer.main(SeleniumServer.java:198)<br />
14:57:42.615 INFO &#8211; Shutting down&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vineet</title>
		<link>http://www.vineetmanohar.com/2007/06/maven-selenium/comment-page-1/#comment-21784</link>
		<dc:creator>vineet</dc:creator>
		<pubDate>Wed, 12 Jan 2011 00:31:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.vineetmanohar.com/?p=1297#comment-21784</guid>
		<description>Can you run the app via jetty run (see section 1.1 above) and access the app in the browser?</description>
		<content:encoded><![CDATA[<p>Can you run the app via jetty run (see section 1.1 above) and access the app in the browser?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.vineetmanohar.com/2007/06/maven-selenium/comment-page-1/#comment-21782</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Tue, 11 Jan 2011 23:52:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.vineetmanohar.com/?p=1297#comment-21782</guid>
		<description>profile selenium

plugin
groupId org.codehaus.mojo 
artifactId gwt-maven-plugin
 version 2.1.0-1

configuration 
output  ${basedir}/war
 webXml ${basedir}/war/WEB-INF/web.xml runTarget index.html
extraJvmArgs
-Dgwt.style=DETAILED -Xmx512M -Xss1024k -XX:MaxPermSize=128m -Djavax.xml.parsers.DocumentBuilderFactory=org.apache.xerces.jaxp.DocumentBuilderFactoryImpl -Djavax.xml.parsers.SAXParserFactory=org.apache.xerces.jaxp.SAXParserFactoryImpl -Dlogback.configurationFile=./src/test/resources/logback-test.xml
bindAddress  0.0.0.0

executions
	execution
	id start-jetty-server 	
        phase pre-integration-test
	goals
		goal run
	
plugin
groupId org.codehaus.mojo
 artifactId selenium-maven-plugin 
version 1.1

executions
	execution
	id start 	phase pre-integration-test
	goals
		goal start-server
	configuration
		background true 		
                logOutput	true
	
	execution
	id  stop 	phase post-integration-test
	goals 
		goal stop-server</description>
		<content:encoded><![CDATA[<p>profile selenium</p>
<p>plugin<br />
groupId org.codehaus.mojo <br />
artifactId gwt-maven-plugin<br />
 version 2.1.0-1</p>
<p>configuration <br />
output  ${basedir}/war<br />
 webXml ${basedir}/war/WEB-INF/web.xml runTarget index.html<br />
extraJvmArgs<br />
-Dgwt.style=DETAILED -Xmx512M -Xss1024k -XX:MaxPermSize=128m -Djavax.xml.parsers.DocumentBuilderFactory=org.apache.xerces.jaxp.DocumentBuilderFactoryImpl -Djavax.xml.parsers.SAXParserFactory=org.apache.xerces.jaxp.SAXParserFactoryImpl -Dlogback.configurationFile=./src/test/resources/logback-test.xml<br />
bindAddress  0.0.0.0</p>
<p>executions<br />
	execution<br />
	id start-jetty-server <br />
        phase pre-integration-test<br />
	goals<br />
		goal run</p>
<p>plugin<br />
groupId org.codehaus.mojo<br />
 artifactId selenium-maven-plugin <br />
version 1.1</p>
<p>executions<br />
	execution<br />
	id start 	phase pre-integration-test<br />
	goals<br />
		goal start-server<br />
	configuration<br />
		background true <br />
                logOutput	true</p>
<p>	execution<br />
	id  stop 	phase post-integration-test<br />
	goals<br />
		goal stop-server</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.vineetmanohar.com/2007/06/maven-selenium/comment-page-1/#comment-21780</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Tue, 11 Jan 2011 23:44:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.vineetmanohar.com/?p=1297#comment-21780</guid>
		<description>run the app via gwt:run would be a good idea, but when i launch it in Jetty, gwt development mode window pop up and stuck there, the following selenium server didn&#039;t start, no to mention the selenium test. here is my pom.xml:
	
		selenium
		
	        
      
      
        org.codehaus.mojo
        gwt-maven-plugin
        2.1.0-1
        
          &lt;!-- Use the &#039;war&#039; directory for GWT hosted mode --&gt;
          ${basedir}/war
          ${basedir}/war/WEB-INF/web.xml
          index.html
          &lt;!-- Make sure the GWT compiler uses Xerces --&gt;
          
            -Dgwt.style=DETAILED -Xmx512M -Xss1024k -XX:MaxPermSize=128m -Djavax.xml.parsers.DocumentBuilderFactory=org.apache.xerces.jaxp.DocumentBuilderFactoryImpl -Djavax.xml.parsers.SAXParserFactory=org.apache.xerces.jaxp.SAXParserFactoryImpl -Dlogback.configurationFile=./src/test/resources/logback-test.xml
          
          &lt;!-- used for remote testing --&gt;
          0.0.0.0          
        
        
          
          	start-jetty-server
          	pre-integration-test
            
              run
            
          
        
      
	      &lt;!--  selenium-maven-plugin 	--&gt;
	      
	    	org.codehaus.mojo
	    	selenium-maven-plugin
	    	1.1

			
	        	
	        		start
	            	pre-integration-test
	            	
	                	start-server
	            	
	            	
	                	true
	                	true
	            	
	        		        	
	        	
	        		stop
	        		post-integration-test
	        		
	        			stop-server
	        		
	        	
	    	
...

do you have any idea what might goes wrong? thanks!</description>
		<content:encoded><![CDATA[<p>run the app via gwt:run would be a good idea, but when i launch it in Jetty, gwt development mode window pop up and stuck there, the following selenium server didn&#8217;t start, no to mention the selenium test. here is my pom.xml:</p>
<p>		selenium</p>
<p>        org.codehaus.mojo<br />
        gwt-maven-plugin<br />
        2.1.0-1</p>
<p>          <!-- Use the 'war' directory for GWT hosted mode --><br />
          ${basedir}/war<br />
          ${basedir}/war/WEB-INF/web.xml<br />
          index.html<br />
          <!-- Make sure the GWT compiler uses Xerces --></p>
<p>            -Dgwt.style=DETAILED -Xmx512M -Xss1024k -XX:MaxPermSize=128m -Djavax.xml.parsers.DocumentBuilderFactory=org.apache.xerces.jaxp.DocumentBuilderFactoryImpl -Djavax.xml.parsers.SAXParserFactory=org.apache.xerces.jaxp.SAXParserFactoryImpl -Dlogback.configurationFile=./src/test/resources/logback-test.xml</p>
<p>          <!-- used for remote testing --><br />
          0.0.0.0          </p>
<p>          	start-jetty-server<br />
          	pre-integration-test</p>
<p>              run</p>
<p>	      <!--  selenium-maven-plugin 	--></p>
<p>	    	org.codehaus.mojo<br />
	    	selenium-maven-plugin<br />
	    	1.1</p>
<p>	        		start<br />
	            	pre-integration-test</p>
<p>	                	start-server</p>
<p>	                	true<br />
	                	true</p>
<p>	        		stop<br />
	        		post-integration-test</p>
<p>	        			stop-server</p>
<p>&#8230;</p>
<p>do you have any idea what might goes wrong? thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

