e.page-component.ui_auto_core.2.5.3.source-code.test.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ui_auto_core Show documentation
Show all versions of ui_auto_core Show documentation
Selenium based UI Test Automation Framework (selenium-uitaf) is Java framework which simplifies
development process for Web UI test automation scripts.
#Those properties can be overwritten by their counterpart system variables
#Ex: For Java parameter app.url system parameter is APP_URL, for webdriver.browser.type is WEBDRIVER_BROWSER_TYPE
#webdriver.browser.type - Browser type one of the following values are accepted: FIREFOX, CHROME, EDGE, IE, SAFARI or OPERA_BLINK
webdriver.browser.type=CHROME
#webdriver.screen.size - Initial browser window size
webdriver.screen.size=1280x800
#timeout.page - Timeout for page load in seconds
timeout.page=30
#timeout.element - Timeout in seconds for web element to load or for any other web element action
timeout.element=30
#test.env - Test Environment to use for test
test.env=
#test.suites - List of test suites to execute
test.suites=
#report.folder - Where to save report
#report.port - Report server port for viewing using browser
#report.show - To show report at the end of the test execution or not
report.show=true
#test.parallel.threads - Overwrite suite parallel execution
#test.default.retry - Default number of test retries
test.default.retry=2
© 2015 - 2024 Weber Informatics LLC | Privacy Policy