
It would be very helpful to see what branch runs were made on. We’re attempting to set up our tests in CI, but need to be able to see runs in master vs feature branches.

You may use TESTOMATIO_ENV to show this info
please take a look here https://github.com/testomatio/reporter#adding-environments-to-run

Thanks - I’m not exactly sure how this translates to using the mocha reporter? For example, I have to pass the API key via reporter options. Can I add the report group/environment settings to these options as well?

for example,
TESTOMATIO_ENV=”experimental-feature” TESTOMATIO=1232312324 npx @testomatio/reporter@latest -c ‘npx wdio’