Execute Tests on Random Browser

Pre-requisite

This feature would work only when all 3 browsers - Chrome, Firefox and MS Edge are available.

Config changes

Edit the config/default.properties file to specify web.target as any

# Web Config

# Web url of web application under test
web.url: http://google.com

# Target Browser. Supported values <any | chrome | firefox | msedge |responsive>
web.target: any

During test execution, the browser would be randomly picked up amongst - Chrome, Firefox, and MS Edge