How to use PyTest with Selenium and Integration with Jenkins and Allure Reporting

preview_player
Показать описание
In this video, we will guide you about Pytest in Python. We will also discuss about integration with Selenium, Jenkins, and allure reporting.

Previous video

Installation and Other details

Trainer profile

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

Thanks, after playing with different solutions for 6hrs I was able to find this video and found new step to call activate .bat which is something new that helped me to run the script.

bhumilvyas
Автор

Thanks Ekta and Mukesh, much needed this type of videos.
I am unable to generate test reports by using jenkins as I am working on Selenium Python automation, but your video help me to get out of this issue.

SatishKumar-hztj
Автор

Thanks Ekta.... Its very usefull vedio about integration python allure reports with jenkins.

azharqurashi
Автор

Hu Mukesh ji, Please upload python programming and more videos on how to use Maven, Testng etc.. Expecting more technical videos in selenium/python. What your doing is great service for QA'S. I salute your teachings & I'm your great fan as well :-)

kameshdaya
Автор

Thanks Ekta and Mukesh! Curious to know this allure report data to show on grafana dashboard.

AnuragGupta-rekw
Автор

Hi Ekta and Mukesh, this is one good excellent start up for python selenium automation. Would please advise how to implement Page Object Model as well in Python.

krishnasumanth
Автор

Hi Ekta/Mukesh, Thanks for this video. Here Jenkins is in local machine. How to configure if jenkins is in remote machine? Do we need to install all python packages in the jenkin server? how do we know whatt workspace path we should add while creating a job in remote jenkins.. Please make a video on this..

RX-Ani
Автор

Thanks Ekta, great video. One Help:Any guide to host this reports on server and store in DB to maintain execution records.

dhruvbansal
Автор

Thanks a lot for this video.
Recently I was trying to replicate the same in private network, once test cases gets executed successful while generating report allure report throws null pointer exception.Could you please help me to find out the root cause of the problem? Thanks in advance

akashbhatt
Автор

Hi, how can I run the selenium python code from Github with the Jenkins on AWS EC2?

himanshusethi
Автор

what are the command to put in execute shell if your using macbook? also there so 'call' command for the mac terminal. Please help

Zack-nivz
Автор

'.venv' is not recognized as an internal or external command,
operable program or batch file. Can any one help me with this? I get this in Jenkis slave machine

lal
Автор

Hi Ekta/Mukesh, Thanks for this video. When i am trying this, getting the error as Message: unknown error: cannot find Chrome binary" in Jenkins. But it is working fine through CMD line. Could you please help me on this issue.

karthikyadav
Автор

Thanks for adding the Jenkins flavor in it. That's more complex part.
A quick question in a part where I am struggling, when I am trying to create a BaseTest class and defining my fixture over there and trying to call parent BaseTest class in all other testcases, it's not working.

If there any sample example, can you please share?

arkaimps
Автор

Hi Mukesh,
How do you execute PyTest in Jenkins via Git Repo, can you help to guide me. I'm unable to find the solution to execute pyTest with Selenium in Jenkins via Git Repo.
Much appreciated for your response.

deepikaramasamy
Автор

Hi Mukesh is there a way to automate chrome Authenticator extension

sonalimathur
Автор

Hi Ekta....I want to join your live sessions training of selenium python..So how can I join please let me know

shuvendratripathy
Автор

Thanks for the video.. I am facing an issue working with pytest and markers.
When I run same commands from command prompt it works fine but error's out in Jenkins.
cmd tried: .\venv\Scripts\activate && pytest -m test

Error :
Build step 'Execute Windows batch command' marked build as failure
Finished: FAILURE

kavyav
Автор

Hi Can you please upload a video to integrate Selenium python scripts with Testcases in Azure DevOps

sabataranum
Автор

Hi, can we implement POM with allure? how to pass allure node from one module to another?

RahulRana-sfnb