Protractor - run multiple tests in parallel on different browsers
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 protractor on different browsers by setting the browserName property of the capabilities object in the config. And that's working great. I can set it to 'chrome' or 'firefox' or whatever I need and it runs just as expected. But the only way to run a single test suite against multiple browsers (as far as I know) is to create separate config files, each with a different browserName and then run each browser with its own config. This works, but