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

raui.noraui.4.1.0.source-code.demoRestJson.properties Maven / Gradle / Ivy

There is a newer version: 4.4.0
Show newest version
#chrome,firefox or ie
browser=chrome
timeout=3
selectors.version=V1
locale=en

model.packages=com.github.noraui.application.model

display.stacktrace=true

# 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=REST
# type of output dataProvider (EXCEL, CSV, REST, CONSOLE, com.github.noraui.data.xxx.YourCustomOutputDataProvider)
dataProvider.out.type=REST

# type of dataProvider (JSON, XML)
dataProvider.rest.type=JSON
dataProvider.rest.hostname=http://localhost
dataProvider.rest.port=8084




© 2015 - 2024 Weber Informatics LLC | Privacy Policy