I can\'t find any information on how to set this up, but it seems like a pretty basic concept, so I\'m sure there\'s an answer out there.
I know how to run protrac
There's new option called multiCapabilities for that:
multiCapabilities
multiCapabilities: [{ 'browserName': 'chrome' }, { 'browserName': 'firefox' }],
Here's a complete example.