Author: olamy
Date: Mon Sep 10 11:50:02 2012
New Revision: 1382772

URL: http://svn.apache.org/viewvc?rev=1382772&view=rev
Log:
add a firefox profile in selenium test

Modified:
    
tomcat/maven-plugin/trunk/tomcat-maven-archetype/src/main/resources/archetype-resources/__rootArtifactId__-webapp-it/pom.xml

Modified: 
tomcat/maven-plugin/trunk/tomcat-maven-archetype/src/main/resources/archetype-resources/__rootArtifactId__-webapp-it/pom.xml
URL: 
http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat-maven-archetype/src/main/resources/archetype-resources/__rootArtifactId__-webapp-it/pom.xml?rev=1382772&r1=1382771&r2=1382772&view=diff
==============================================================================
--- 
tomcat/maven-plugin/trunk/tomcat-maven-archetype/src/main/resources/archetype-resources/__rootArtifactId__-webapp-it/pom.xml
 (original)
+++ 
tomcat/maven-plugin/trunk/tomcat-maven-archetype/src/main/resources/archetype-resources/__rootArtifactId__-webapp-it/pom.xml
 Mon Sep 10 11:50:02 2012
@@ -202,6 +202,12 @@
 
   <profiles>
     <profile>
+      <id>firefox</id>
+      <properties>
+        <seleniumBrowser>*firefox</seleniumBrowser>
+      </properties>
+    </profile>
+    <profile>
       <id>chrome</id>
       <properties>
         <seleniumBrowser>*googlechrome</seleniumBrowser>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to