Skip to content

Commit

Permalink
Add custom repository map for selenium-binary-downloader
Browse files Browse the repository at this point in the history
  • Loading branch information
Ardesco committed Jan 29, 2013
1 parent 45b7a56 commit 3761a17
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
55 changes: 55 additions & 0 deletions RepositoryMap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<root>
<windows>
<driver id="internetexplorer">
<version id="2.29.0">
<bitrate sixtyfourbit="true">
<filelocation>http://selenium.googlecode.com/files/IEDriverServer_x64_2.29.0.zip</filelocation>
<hash>66e985ccc29869d43afc7129b019832cd8fa6971</hash>
<hashtype>sha1</hashtype>
</bitrate>
<bitrate thirtytwobit="true">
<filelocation>http://selenium.googlecode.com/files/IEDriverServer_Win32_2.29.0.zip</filelocation>
<hash>d8f5397ea048ffc6e9fc14cbff982ea00d8f5de7</hash>
<hashtype>sha1</hashtype>
</bitrate>
</version>
</driver>
<driver id="googlechrome">
<version id="26">
<bitrate thirtytwobit="true" sixtyfourbit="true">
<filelocation>http://chromedriver.googlecode.com/files/chromedriver_win_26.0.1383.0.zip</filelocation>
<hash>a75d5d197e66ec9eb21f146163050ccec92fcb60</hash>
<hashtype>sha1</hashtype>
</bitrate>
</version>
</driver>
</windows>
<linux>
<driver id="googlechrome">
<version id="26">
<bitrate sixtyfourbit="true">
<filelocation>http://chromedriver.googlecode.com/files/chromedriver_linux64_26.0.1383.0.zip</filelocation>
<hash>715c7124427e52f4ae056dc71e6dd9c15802c462</hash>
<hashtype>sha1</hashtype>
</bitrate>
<bitrate thirtytwobit="true">
<filelocation>http://chromedriver.googlecode.com/files/chromedriver_linux32_26.0.1383.0.zip</filelocation>
<hash>061bb440039e2a21a816c3d10c3dce3e8543a08a</hash>
<hashtype>sha1</hashtype>
</bitrate>
</version>
</driver>
</linux>
<osx>
<driver id="googlechrome">
<version id="26">
<bitrate thirtytwobit="true" sixtyfourbit="true">
<filelocation>http://chromedriver.googlecode.com/files/chromedriver_mac_26.0.1383.0.zip</filelocation>
<hash>5aec8bccdb601a5cc0a03ba5bfe32b4ac39399a1</hash>
<hashtype>sha1</hashtype>
</bitrate>
</version>
</driver>
</osx>
</root>
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
<configuration>
<rootStandaloneServerDirectory>${standalone.binary.root.folder}</rootStandaloneServerDirectory>
<downloadedZipFileDirectory>${project.basedir}/selenium_standalone_zips</downloadedZipFileDirectory>
<customRepositoryMap>RepositoryMap.xml</customRepositoryMap>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 3761a17

Please sign in to comment.