raui.noraui.2.6.0.source-code.demoRestJson.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
model.packages=noraui.application.model
proxy=
display.stacktrace=true
demo=https://noraui.github.io/demo/hello
logogame=https://noraui.github.io/demo/logogame/v1
# type of input dataProvider (EXCEL, CSV, SQL, REST, GHERKIN, noraui.data.xxx.YourCustomInputDataProvider)
dataProvider.in.type=REST
# type of output dataProvider (EXCEL, CSV, REST, CONSOLE, 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