Merge pull request #57 from bebef1987/latest-version
Update to selenium 2.22.0
This commit is contained in:
Коммит
9359ae0f01
|
@ -11,7 +11,12 @@
|
|||
<mkdir dir="lib"/>
|
||||
<get src="http://selenium.googlecode.com/files/selenium-server-standalone-${selenium.version}.jar"
|
||||
dest="lib"
|
||||
usetimestamp="true"/>
|
||||
usetimestamp="true"
|
||||
ignoreerrors="yes"/>
|
||||
|
||||
<available file="lib/selenium-server-standalone-${selenium.version}.jar" property="selenium.present"/>
|
||||
|
||||
<fail unless="selenium.present" message="Unable to locate lib/selenium-server-standalone-${selenium.version}.jar"/>
|
||||
</target>
|
||||
|
||||
<target name="set-config">
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
selenium.version = 2.21.0
|
||||
selenium.version = 2.22.0
|
||||
production.hostnames.regex = qa(\-selenium[0-9]*\.mv\.mozilla\.com|[0-9]*\-\w+)
|
||||
nonaddressable.hostnames.regex = qa[0-9]*\-\w+
|
||||
production.hub.host = qa-selenium.mv.mozilla.com
|
||||
|
|
Загрузка…
Ссылка в новой задаче