Skip to content

Commit

Permalink
remove quitCacheDriverOnShutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelamo committed Dec 5, 2017
1 parent b05efcc commit 9fdd01e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
// See: http://www.gebish.org/manual/current/configuration.html
import org.openqa.selenium.chrome.ChromeOptions
import org.openqa.selenium.chrome.ChromeDriver
quitCachedDriverOnShutdown = true

environments {


chrome {
driver = { new ChromeDriver() }
}
Expand Down
2 changes: 0 additions & 2 deletions examples/simple/src/integration-test/groovy/GebConfig.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
import org.openqa.selenium.chrome.ChromeDriver
import org.openqa.selenium.chrome.ChromeOptions

quitCachedDriverOnShutdown = true

environments {

chrome {
Expand Down

0 comments on commit 9fdd01e

Please sign in to comment.