update version of selenium
parent
561ae6b94a
commit
310ab01b84
|
@ -95,7 +95,7 @@ def email_addresses():
|
|||
def selenium():
|
||||
"""setting up selenium to run in the background on RY's laptop"""
|
||||
with cd('/Users/raymondyee/D/Document/Gluejar/Gluejar.github/regluit'):
|
||||
local("java -jar test/selenium-server-standalone-2.46.jar > selenium-rc.log 2>&1 &")
|
||||
local("java -jar test/selenium-server-standalone-2.49.0.jar > selenium-rc.log 2>&1 &")
|
||||
|
||||
def test():
|
||||
"""run regluit tests locally"""
|
||||
|
|
|
@ -68,7 +68,7 @@ redis==2.6.2
|
|||
reportlab==3.1.8
|
||||
requests==2.6.0
|
||||
requests-oauthlib==0.4.2
|
||||
selenium==2.46.0
|
||||
selenium==2.49.2
|
||||
six==1.9.0
|
||||
sorl-thumbnail==12.3
|
||||
ssh==1.7.14
|
||||
|
|
Loading…
Reference in New Issue