If you use Protractor, this is probably the configuration you’re looking for:
capabilities : {
browserName : 'chrome',
'chromeOptions': {
args: ['--test-type']
}
},
If you use Protractor, this is probably the configuration you’re looking for:
capabilities : {
browserName : 'chrome',
'chromeOptions': {
args: ['--test-type']
}
},