Please bear with me as I am new at this. I am using Intern Runner to run functional tests on BrowserStack. In the terminal or when using a reporter to output to a file it is not showing the browser information in the test results. I have the browsers configured in the configuration file in the environments section. The test results just say any browser on any platform. On the BrowserStack site it shows the browser names, versions, OS, etc. I have tried the same tests on SauceLabs and the results show the browser names in the terminal and file output. Does anyone know of a way to get the browser info to display in the test results?
environments: [
{
browser: 'Chrome', browser_version: '44.0', os: 'OS X', os_version:
'Yosemite'
},
{
browser: 'Firefox', browser_version: '40.0', os: 'Windows',
os_version: 'XP'
},
],