All Downloads are FREE. Search and download functionalities are using the official Maven repository.

common.sTestWebDriverFactory.properties Maven / Gradle / Ivy

Go to download

Java, Selenium, Appium, Winium, Extend, and TestNG automated testing framework. Bichromate integrates the best of these frameworks and takes automation to the next level. With Bichromate there is one function call that builds any type of Web,IOS Mobile, Android, and Windows App driver on any platform (Windows, Mac, Linux). From Local web drivers, to SauceLabs, Browserstack, and Selenium grid. Build data driven tests is never easier. Bichromate also gives you built in Factories that, access DBs, Video Capture, FTP, POM Generation, Hilite element.

There is a newer version: 3.13
Show newest version
# @(#)sTestWebDriverFactory.properties  1.0 1/23/2013
#
#
# Web driver directories. These are assumed to be under webDrivers folder in the project
#
sTestWebDriverFactory.winChromeWebDriverDirectory=chromedriver_win32
sTestWebDriverFactory.macChromeWebDriverDirectory=
sTestWebDriverFactory.linuxChromeWebDriverDirectory=chromedriver_linux
sTestWebDriverFactory.linux64ChromeWebDriverDirectory=chromedriver_linux64
sTestWebDriverFactory.winIEWebDriverDirectory=IEDriverServer_Win32_2.53.1
sTestWebDriverFactory.macIEWebDriverDirectory=  
#
# Sauce Connect Information
#
sTestWebDriverFactory.sauceConnectLoginName=dramer
sTestWebDriverFactory.sauceConnectAccessCode=c0d25cce-6def-4404-809c-311a2b90f0fb
sTestWebDriverFactory.localPathToSauceConnectJarFile=C:/Program Files/eclipse/sauce-connect-plugin-1.0.14/Sauce-Connect.jar
#
# Browser Stack
#
sTestWebDriverFactory.browserStackLoginName=dramer2
sTestWebDriverFactory.browserStackKey=pNFYwMfvM8GVgyCu6Jww
# sTestWebDriverFactory.browserStackURL=https://%s:%[email protected]/wd/hub
sTestWebDriverFactory.browserStackURL=https://%s:%[email protected]/wd/hub
#
# SMSTo message
#
[email protected]
# 
# SeleniumGrid 
#
sTestWebDriverFactory.ProxyIP-1=10.100.7.76 
sTestWebDriverFactory.totalProxyServer=1
#
# FireFox plugins for creating a createFireFoxNetPanelWebDriver
#
sTestWebDriverFactory.firebug_xpi=firebug-2.0.17.xpi
sTestWebDriverFactory.netexport_xpi=netExport-0.9b7.xpi
sTestWebDriverFactory.browserStartPage=http://www.bichromate.org
sTestWebDriverFactory.fileDownloadDirectory=browserDownloads 

#
# WebDriver Logging---- only works for Firefox
#
sTestWebDriverFactory.remoteWebDriverLogging=FALSE

#
# enable video in tests
#
sTestWebDriverFactory.enableVideo=false


#
# FTP Factory information
#
sTestFTPFactory.server=bichromate.org
sTestFTPFactory.port=21
sTestFTPFactory.login=dramer32 
sTestFTPFactory.password=NewYork#32
sTestFTPFactory.FTPDirectory=/public_ftp/incoming



#
#  password store for testing. Passwords and logins in one place
#
sTestCustomerAccountManagerFactory.passwordFileName=passwords.log
sTestCustomerAccountManagerFactory.passwordDirectory=passwordDirectory




© 2015 - 2024 Weber Informatics LLC | Privacy Policy