
We run our automated test suites on different environments but in Runs we cannot differentiate a set of tests that ran on environment A from a same set of tests that ran on environment B.
We would like a solution to easily differentiate those runs.

@Xavier de Montis in fact, we do have it already, you can use https://github.com/testomatio/reporter#adding-environments-to-run
so please add TESTOMATIO_ENV variable and put environment name into it and it will be displayed in testomat
TESTOMATIO={apiKey} TESTOMATIO_ENV=”Windows, Chrome” <actual run command>

Perfect thanks!
