Skip to content

Commit

Permalink
set protobuf impl to python
Browse files Browse the repository at this point in the history
  • Loading branch information
chrloch committed Sep 27, 2023
1 parent 3dba3c4 commit 3799d67
Showing 1 changed file with 35 additions and 33 deletions.
68 changes: 35 additions & 33 deletions env/default/default.properties
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

0 comments on commit 3799d67

Please sign in to comment.