Updating selenium because the latest Firefox won't work with previous version
parent
9152655587
commit
3401f138d0
|
@ -92,7 +92,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.20.0.jar > selenium-rc.log 2>&1 &")
|
||||
local("java -jar test/selenium-server-standalone-2.24.1.jar > selenium-rc.log 2>&1 &")
|
||||
|
||||
def test():
|
||||
"""run regluit tests locally"""
|
||||
|
|
|
@ -49,7 +49,7 @@ Pyzotero==0.9.4
|
|||
rdflib==3.1.0
|
||||
redis==2.4.11
|
||||
requests==0.9.1
|
||||
selenium==2.20.0
|
||||
selenium==2.24.0
|
||||
South==0.7.3
|
||||
ssh==1.7.13
|
||||
wsgiref==0.1.2
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue