Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejson
{"host", GetHost(model.Device.DeviceOs.ToLower(), model.Device.IntegrationId)},
{"device_index",model.Device.Index.ToString()},
{"port", model.Device.SignalPort.ToString()},
{"test_id", model.TestId.ToString()},
{"session_id", model.SessionId},
{"type", GetTestType(model.Device.DeviceOs)},
{"os_version",model.Device.OsVersion},
{"test_plan_id", model.TestId.ToString()},
{"device", model.Device.DeviceToken},
{"assets", _config.Value.AssetsFilePath},
{"device_id", model.Device.Id.ToString()},
{"case_id", model.Case.Id.ToString()},
{"integration_id", model.Device.IntegrationId.ToString()},
{"output", output},
{"appUrl", model.AppUrl},
{"isError",CheckTestStatus.IsError.ToString().ToLower()}

os_type

SAMPLE DATA

host:https://hub.momentumsuite.com
device_index:0
port:6003
test_id:19704
session_id:5b8f77d6-21d8-40f3-b32c-52d296136d9c
type:mobile
os_version:14.2
test_plan_id:19704
device:00008030-001229260C8B802E
assets:/app/
device_id:5575
case_id:14337
integration_id:
output:/app/wwwroot/build_java/5575_14337
appUrl:
isError:false

os_type:android