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
nodejs
rubyThe TE_ENVIRONMENT environment variable overrides the global > environment configuration in config.yml.
TE_HALO_AUTH_TOKEN
nodejs
rubyThe TE_HALO_AUTH_TOKEN environment variable overrides the dashboard > auth_token configuration in reporting.yml.
TE_APPLITOOLS_API_KEY
nodejs
rubyThe TE_APPLITOOLS_API_KEY environment variable overrides the applitools > api_key configuration in accounts.yml.
TE_BROWSERSTACK_USERNAME
nodejs
rubyThe TE_BROWSERSTACK_USERNAME environment variable overrides the browserstack > username configuration in accounts.yml.
TE_BROWSERSTACK_ACCESS_KEY
nodejs
rubyThe TE_BROWSERSTACK_ACCESS_KEY environment variable overrides the browserstack > access_key configuration in accounts.yml.
TE_PERFECTO_CLOUD_URL
nodejs
rubyThe TE_PERFECTO_CLOUD_URL environment variable overrides the perfecto > cloud_url configuration in accounts.yml.
TE_PERFECTO_USERNAME
nodejs
rubyThe TE_PERFECTO_USERNAME environment variable overrides the perfecto > username configuration in accounts.yml.
TE_PERFECTO_PASSWORD
nodejs
rubyThe TE_PERFECTO_PASSWORD environment variable overrides the perfecto > password configuration in accounts.yml.
TE_SAUCELABS_DOMAIN
nodejs
rubyThe TE_SAUCELABS_DOMAIN environment variable overrides the sauce_labs > domain configuration in accounts.yml.
TE_SAUCELABS_USERNAME
nodejs
rubyThe TE_SAUCELABS_USERNAME environment variable overrides the sauce_labs > username configuration in accounts.yml.
TE_SAUCELABS_ACCESS_KEY
nodejs
rubyThe TE_SAUCELABS_ACCESS_KEY environment variable overrides the sauce_labs > access_key configuration in accounts.yml.
TE_KOBITON_USERNAME
nodejs
rubyThe TE_KOBITON_USERNAME environment variable overrides the kobiton > username configuration in accounts.yml.
TE_KOBITON_API_KEY
nodejs
rubyThe TE_KOBITON_API_KEY environment variable overrides the kobiton > api_key configuration in accounts.yml.
TE_PERCY_API_KEY
nodejs
rubyThe TE_PERCY_API_KEY environment variable overrides the percy > api_key configuration in accounts.yml.
TE_TESTRAIL_USERNAME
nodejs
rubyThe TE_TESTRAIL_USERNAME environment variable overrides the testrail > username configuration in accounts.yml.
TE_TESTRAIL_PASSWORD
nodejs
rubyThe TE_TESTRAIL_PASSWORD environment variable overrides the testrail > password configuration in accounts.yml.
TE_LAMBDA_TEST_USERNAME
nodejs
rubyThe TE_LAMBDA_TEST_USERNAME environment variable overrides the lambda_test > username configuration in accounts.yml.
TE_LAMBDA_TEST_ACCESS_KEY
nodejs
rubyThe TE_LAMBDA_TEST_ACCESS_KEY environment variable overrides the lambda_test > access_key configuration in accounts.yml.