raui.noraui.2.6.3.source-code.demoDbPostgre.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
#phantom,chrome,ie,htmlunit
browser=phantom
timeout=3
selectors.version=V1
locale=en
model.packages=noraui.application.model
http_proxy=
https_proxy=
no_proxy=
display.stacktrace=true
demo=https://noraui.github.io/demo/hello
logogame=https://noraui.github.io/demo/logogame/v1
# authentication type (BASIC or empty)
authentication=
# type of input dataProvider (EXCEL, CSV, SQL, REST, GHERKIN, noraui.data.xxx.YourCustomInputDataProvider)
dataProvider.in.type=DB
# type of output dataProvider (EXCEL, CSV, REST, CONSOLE, noraui.data.xxx.YourCustomOutputDataProvider)
dataProvider.out.type=DB
# type of dataProvider (ORACLE, MYSQL, POSTGRE)
dataProvider.db.type=POSTGRE
dataProvider.db.hostname=127.0.0.1
dataProvider.db.port=5432
dataProvider.db.user=travis
dataProvider.db.password=
dataProvider.db.name=noraui