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():
|
def selenium():
|
||||||
"""setting up selenium to run in the background on RY's laptop"""
|
"""setting up selenium to run in the background on RY's laptop"""
|
||||||
with cd('/Users/raymondyee/D/Document/Gluejar/Gluejar.github/regluit'):
|
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():
|
def test():
|
||||||
"""run regluit tests locally"""
|
"""run regluit tests locally"""
|
||||||
|
|
|
@ -49,7 +49,7 @@ Pyzotero==0.9.4
|
||||||
rdflib==3.1.0
|
rdflib==3.1.0
|
||||||
redis==2.4.11
|
redis==2.4.11
|
||||||
requests==0.9.1
|
requests==0.9.1
|
||||||
selenium==2.20.0
|
selenium==2.24.0
|
||||||
South==0.7.3
|
South==0.7.3
|
||||||
ssh==1.7.13
|
ssh==1.7.13
|
||||||
wsgiref==0.1.2
|
wsgiref==0.1.2
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue