Getting 2 different rows for different browser in the automation test

Hi there! Actually, I am trying to run a test on Noje.js with 6 spec files for 3 different browsers i.e. Chrome, Edge and Firefox, but in Automation Logs, the Firefox tests are displaying in a different row. I wonder what’s the reason behind it and how can it be resolved?

1 Like

Hi! Hope all’s well!

Actually, this usually happens when you haven’t specified the build name for one of the browsers(which is Firefox here) in the capabilities. Or, if the build name of one browser is different from the other 2 browsers. So, I would request you to check and make sure the build name of all 3 browsers is the same. This should resolve the issue!

Have a great day! :slight_smile:

2 Likes