-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
35 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,35 @@ | ||
# default.properties | ||
# properties set here will be available to the test execution as environment variables | ||
|
||
baseurl = https://localhost:8000 | ||
validationServiceUrl = https://localhost:8001 | ||
callbackServer = https://localhost:8003/callback | ||
|
||
certificatesFolder = certificates | ||
secondCountryFolder = secondCountry | ||
|
||
jreurl = https://covid-19-diagnostics.jrc.ec.europa.eu/devices/hsc-common-recognition-rat | ||
|
||
|
||
#The path to the gauge reports directory. Should be either relative to the project directory or an absolute path | ||
gauge_reports_dir = reports | ||
|
||
#Set as false if gauge reports should not be overwritten on each execution. A new time-stamped directory will be created on each execution. | ||
overwrite_reports = true | ||
|
||
# Set to false to disable screenshots on failure in reports. | ||
screenshot_on_failure = false | ||
|
||
# The path to the gauge logs directory. Should be either relative to the project directory or an absolute path | ||
logs_directory = logs | ||
|
||
# The path the gauge specifications directory. Takes a comma separated list of specification files/directories. | ||
gauge_specs_dir = specs | ||
|
||
# The default delimiter used read csv files. | ||
csv_delimiter = , | ||
|
||
# Allows steps to be written in multiline | ||
allow_multiline_step = false | ||
# default.properties | ||
# properties set here will be available to the test execution as environment variables | ||
|
||
baseurl = https://localhost:8000 | ||
validationServiceUrl = https://localhost:8001 | ||
callbackServer = https://localhost:8003/callback | ||
|
||
certificatesFolder = certificates | ||
secondCountryFolder = secondCountry | ||
|
||
jreurl = https://covid-19-diagnostics.jrc.ec.europa.eu/devices/hsc-common-recognition-rat | ||
|
||
|
||
#The path to the gauge reports directory. Should be either relative to the project directory or an absolute path | ||
gauge_reports_dir = reports | ||
|
||
#Set as false if gauge reports should not be overwritten on each execution. A new time-stamped directory will be created on each execution. | ||
overwrite_reports = true | ||
|
||
# Set to false to disable screenshots on failure in reports. | ||
screenshot_on_failure = false | ||
|
||
# The path to the gauge logs directory. Should be either relative to the project directory or an absolute path | ||
logs_directory = logs | ||
|
||
# The path the gauge specifications directory. Takes a comma separated list of specification files/directories. | ||
gauge_specs_dir = specs | ||
|
||
# The default delimiter used read csv files. | ||
csv_delimiter = , | ||
|
||
# Allows steps to be written in multiline | ||
allow_multiline_step = false | ||
|
||
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python |