Skip to content

Custom_settings_location

jrichardsz edited this page Apr 1, 2024 · 2 revisions

Custom settings location

You can specify in your environment variables the location of your custom test options with the variable SETTINGS_CUSTOM_LOCATION

FOr linux/mac

export SETTINGS_CUSTOM_LOCATION=/tmp/foo/settings.json

For windows

set SETTINGS_CUSTOM_LOCATION=c:\\foo\\settings.json

Clone this wiki locally