Skip to content

Commit

Permalink
added option to specify browser profile
Browse files Browse the repository at this point in the history
  • Loading branch information
mgencur committed Jan 19, 2010
1 parent f2cc6f5 commit 02fd997
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Expand Up @@ -108,6 +108,7 @@
<selenium.server.host>localhost</selenium.server.host>
<selenium.speed>0</selenium.speed>
<selenium.timeout>30000</selenium.timeout>
<firefoxProfileTemplate></firefoxProfileTemplate>
</properties>

<!-- Dependency management, including any extra repositories needed -->
Expand Down Expand Up @@ -580,6 +581,7 @@
<goal>start-server</goal>
</goals>
<configuration>
<firefoxProfileTemplate>${firefoxProfileTemplate}</firefoxProfileTemplate>
<background>true</background>
<port>${selenium.server.port}</port>
</configuration>
Expand Down

0 comments on commit 02fd997

Please sign in to comment.