Skip to content

Commit

Permalink
update default URLs, bump Thucydides version
Browse files Browse the repository at this point in the history
  • Loading branch information
schottsfired committed Sep 17, 2016
1 parent 6fa646e commit 6ebd401
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions gameoflife-acceptance-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<jetty.stop.port>9999</jetty.stop.port>
<webdriver.base.url>http://localhost:${jetty.port}</webdriver.base.url>
<webdriver.driver>firefox</webdriver.driver>
<thucydides.version>0.9.22</thucydides.version>
<thucydides.version>0.9.268</thucydides.version>
</properties>
<dependencies>
<dependency>
Expand Down Expand Up @@ -71,7 +71,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.9</version>
<configuration>
<skip>true</skip>
<skip>false</skip>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -121,28 +121,28 @@
<profile>
<id>development</id>
<properties>
<webdriver.base.url>http://gameoflife-dev.thucydides.cloudbees.net</webdriver.base.url>
<webdriver.driver>htmlunit</webdriver.driver>
<webdriver.base.url>http://gameoflife:${jetty.port}</webdriver.base.url>
<webdriver.driver>firefox</webdriver.driver>
</properties>
</profile>
<profile>
<id>integration</id>
<properties>
<webdriver.base.url>http://gameoflife-integration.thucydides.cloudbees.net/</webdriver.base.url>
<webdriver.base.url>http://gameoflife:${jetty.port}</webdriver.base.url>
<webdriver.driver>firefox</webdriver.driver>
</properties>
</profile>
<profile>
<id>staging</id>
<properties>
<webdriver.base.url>http://gameoflife-staging.thucydides.cloudbees.net</webdriver.base.url>
<webdriver.base.url>http://gameoflife:${jetty.port}</webdriver.base.url>
<webdriver.driver>firefox</webdriver.driver>
</properties>
</profile>
<profile>
<id>production</id>
<properties>
<webdriver.base.url>http://gameoflife.thucydides.cloudbees.net/</webdriver.base.url>
<webdriver.base.url>http://gameoflife:${jetty.port}</webdriver.base.url>
<webdriver.driver>firefox</webdriver.driver>
</properties>
</profile>
Expand Down

0 comments on commit 6ebd401

Please sign in to comment.