raui.noraui.4.1.9.source-code.demoExcel.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of noraui Show documentation
Show all versions of noraui Show documentation
Non-Regression Automation for User Interfaces
#chrome,firefox or ie
browser=chrome
headless=false
noSandbox=true
timeout=10
selectors.version=V1
locale=en
model.packages=com.github.noraui.application.model
display.stacktrace=false
# application list
bakery=https://noraui.github.io/bakery.io
githubapi=https://api.github.com
# proxy configuration
http_proxy=
https_proxy=
no_proxy=
# okhttp timeout
connectTimeout=10
writeTimeout=10
readTimeout=15
# authentication type (BASIC or empty)
authentication=
# type of input dataProvider (EXCEL, CSV, SQL, REST, GHERKIN, com.github.noraui.data.xxx.YourCustomInputDataProvider)
dataProvider.in.type=EXCEL
# type of output dataProvider (EXCEL, CSV, REST, CONSOLE, com.github.noraui.data.xxx.YourCustomOutputDataProvider)
dataProvider.out.type=EXCEL