Parallel Testing in Selenium Using Python Pytest-Xdist

preview_player
Показать описание
Learn in depth about Parallel testing in Selenium and how to implement it in Python Pytest using Pycharm step by step. I've used Pytest-Xdist and Nose for this.

Python selenium parallel testing,
Parallel testing in python using pytest,
Using pytest-xdist in python parallel testing,
How to do parallel testing in python,
How to run test parallel in python selenium,
What is Pytest xdist in python,
How to run parallel test using pytest-xdist,
How to run pytest in python,
How to use pytest-rerunfailures,
Running parallel test in python,

Version I'm using for parallel test,
Selenium==3.6.0
py==1.4.34
pytest-rerunfailures==3.1
nose==1.3.7
pytest==3.2.3
pytest-xdist==1.20.1
python==3.6.3

Рекомендации по теме
Комментарии
Автор

Thank you Aditya for sharing the knowledge

phalgunipattnaik
Автор

Hi Aditya this vedio is really helpfull to me... Thanq you...

sohailshaik
Автор

Great job Aditya. Would you also know how to have custom loggers per test case along with running pytest in parallel such that we have one log file per test class

shreejitnair
Автор

where are the results? how are the test results presented to 1 report?

SamiSabirIdrissi
Автор

Currently I am trying to make a framework using python selenium.. I have been struck with an issue with parallel execution. I watching ur vedio I got to understand how to execute test parallely, but my requirement is to instantiate the multiple browses like chrome, ie, Firefox etc at the same time and run all the test in all the browser. Here with in setup method I have to call all the browsers parallely and then I have to run all the tests parallely in all the different browsers simultaneously... Please give me tha suggestion it will be very helpful to me

sohailshaik