Skip to content

Commit

Permalink
[SHIBUI-922]
Browse files Browse the repository at this point in the history
allow for different browsers
  • Loading branch information
jj committed Dec 6, 2018
1 parent 3062460 commit e2a547c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ class SeleniumSIDETest extends Specification {
setup:
def main = new Main()
def config = new DefaultConfig([] as String[]).with {
System.properties.contains('')
if (System.properties.getProperty('webdriver.driver')) {
it.driver = System.properties.getProperty('webdriver.driver')
}
it.baseurl = 'http://localhost:10101'
it
}
Expand Down

0 comments on commit e2a547c

Please sign in to comment.