In this blog, we are going to learn how we can execute Protractor Automation Test simultaneously across different browsers.
To start testing across multiple browsers we need to
use the multiCapabilities configuration option.
Please
refer below code snippet where I have added the multiCapabilities configuration in my
Conf.js file and executed the code simultaneously on Chrome and FireFox
Browser.
Important Point to Note that if the multiCapabilities configuration option is defined, the runner will ignore capabilities configuration.