# By: Riasat Ullah
# This file contains all constants and functions that are related to integrations with Runscope.

# payload variables
var_bucket_key = 'bucket_key'
var_environment_name = 'environment_name'
var_environment_uuid = 'environment_uuid'
var_result = 'result'
var_team_id = 'team_id'
var_test_id = 'test_id'
var_test_name = 'test_name'
var_test_run_id = 'test_run_id'
var_test_run_url = 'test_run_url'
var_test_url = 'test_url'

# state values
fail_state = 'fail'
pass_state = 'pass'

# generic attribute values (use if attribute missing)
generic_title = 'Alert from Runscope'
