Skip to content

Commit

Permalink
added options for selenium debuging
Browse files Browse the repository at this point in the history
  • Loading branch information
mgencur committed Jan 19, 2010
1 parent 71d377b commit 03be647
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 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>
<selenium.debug>false</selenium.debug>
</properties>

<!-- Dependency management, including any extra repositories needed -->
Expand Down Expand Up @@ -363,6 +364,10 @@
<configuration>
<background>true</background>
<port>${selenium.server.port}</port>
<logOutput>true</logOutput>
<logFile>${project.build.directory}/selenium/selenium-server.log</logFile>
<browserSideLog>${selenium.debug}</browserSideLog>
<debug>${selenium.debug}</debug>
</configuration>
</execution>
<!--
Expand Down Expand Up @@ -582,6 +587,10 @@
<configuration>
<background>true</background>
<port>${selenium.server.port}</port>
<logOutput>true</logOutput>
<logFile>${project.build.directory}/selenium/selenium-server.log</logFile>
<browserSideLog>${selenium.debug}</browserSideLog>
<debug>${selenium.debug}</debug>
</configuration>
</execution>
<!--
Expand Down

0 comments on commit 03be647

Please sign in to comment.