Protractor with Jasmine Framework - Part 5 || Parallel execution and Cross browser testing

Описание к видео Protractor with Jasmine Framework - Part 5 || Parallel execution and Cross browser testing

In this video I have explained:
1. How to do parallel execution in protractor
2. Running scripts in multiple instances of browser
3. Cross browser testing (Running scripts in multiple browsers e.g. chrome, Firefox, internet explorer etc. in parallel)

s explained in the video below changes are required in configuration file:
1. Parallel execution :
capabilities: {
browserName: 'chrome',
maxInstances: 2,
shardTestFiles:true
}

2. Cross browser testing (parallel execution in cross browsers)
multiCapabilities: [{
'browserName': 'chrome',
},
{
'browserName': 'firefox',
}],

For any query please drop email to [email protected]
please like and subscribe 👇

Комментарии

Информация по комментариям в разработке