Environment Variables
Certain configuration values can be overridden using environment variables. This allows users to avoid storing secure data in the configuration files.
TE_ENVIRONMENT
The TE_ENVIRONMENT environment variable overrides the global > environment configuration in config.yml.
TE_HALO_AUTH_TOKEN
The TE_HALO_AUTH_TOKEN environment variable overrides the dashboard > auth_token configuration in reporting.yml.
TE_APPLITOOLS_API_KEY
The TE_APPLITOOLS_API_KEY environment variable overrides the applitools > api_key configuration in accounts.yml.
TE_BROWSERSTACK_USERNAME
The TE_BROWSERSTACK_USERNAME environment variable overrides the browserstack > username configuration in accounts.yml.
TE_BROWSERSTACK_ACCESS_KEY
The TE_BROWSERSTACK_ACCESS_KEY environment variable overrides the browserstack > access_key configuration in accounts.yml.
TE_PERFECTO_CLOUD_URL
The TE_PERFECTO_CLOUD_URL environment variable overrides the perfecto > cloud_url configuration in accounts.yml.
TE_PERFECTO_USERNAME
The TE_PERFECTO_USERNAME environment variable overrides the perfecto > username configuration in accounts.yml.
TE_PERFECTO_PASSWORD
The TE_PERFECTO_PASSWORD environment variable overrides the perfecto > password configuration in accounts.yml.
TE_SAUCELABS_DOMAIN
The TE_SAUCELABS_DOMAIN environment variable overrides the sauce_labs > domain configuration in accounts.yml.
TE_SAUCELABS_USERNAME
The TE_SAUCELABS_USERNAME environment variable overrides the sauce_labs > username configuration in accounts.yml.
TE_SAUCELABS_ACCESS_KEY
The TE_SAUCELABS_ACCESS_KEY environment variable overrides the sauce_labs > access_key configuration in accounts.yml.
TE_KOBITON_USERNAME
The TE_KOBITON_USERNAME environment variable overrides the kobiton > username configuration in accounts.yml.
TE_KOBITON_API_KEY
The TE_KOBITON_API_KEY environment variable overrides the kobiton > api_key configuration in accounts.yml.
TE_PERCY_API_KEY
The TE_PERCY_API_KEY environment variable overrides the percy > api_key configuration in accounts.yml.
TE_TESTRAIL_USERNAME
The TE_TESTRAIL_USERNAME environment variable overrides the testrail > username configuration in accounts.yml.
TE_TESTRAIL_PASSWORD
The TE_TESTRAIL_PASSWORD environment variable overrides the testrail > password configuration in accounts.yml.