Skip to content

Commit

Permalink
Run acceptance tests on Firefox instead of PhantomJS
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Sep 29, 2014
1 parent 1ce8b11 commit 5e39c78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acceptance-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ dependencies {

if (webserviceEnvironment == "dev") {
baseUrl = 'http://flying-high-dev.cfapps.io'
driver = 'phantomjs'
driver = 'firefox'
} else if (webserviceEnvironment == "prod") {
baseUrl = 'http://flying-high.cfapps.io'
driver = 'phantomjs'
driver = 'firefox'
}

println "webserviceEnvironment = $webserviceEnvironment"
Expand Down

0 comments on commit 5e39c78

Please sign in to comment.