Description
As system, whenever importing Xray JSON results using the REST API, it should be possible (optionaly) to identify the Test Environments by using the testEnvironments in the JSON's "info" attribute.
Note: "testEnvironments" is an array.
Example of JSON body:
{ "info" : { "summary" : "Execution of automated tests for release v1.3", "description" : "This execution is automatically created when importing execution results from an external source", "version" : "v1.3", "user" : "admin", "revision" : "1.0.42134", "startDate" : "2014-08-30T11:47:35+01:00", "finishDate" : "2014-08-30T11:53:00+01:00", "testPlanKey" : "DEMO-100", "testEnvironments": ["iOS", "Android"] }, ...