exports.config = {
    maxInstances: 10,
    capabilities: [{
        browserName: "firefox"
    }, {
        browserName: 'chrome'
    }],
}
