How to run Selenium TestNG test from Jenkins | Maven Integration Plugin | Jenkins TestNG example

preview_player
Показать описание
#seleniumtutorial

In this video I'm going to show you how you can trigger your TestNG test through Jenkins. So that you can integrate your test project with Jenkins to schedule your daily builds, which can be run on scheduled basis or whenever there is new deployment then the test build can be triggered which will test the state of the latest version of the application.

So let's move inside the video to get more details.

****************************************************************

Selenium C# Tutorial :

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

Thsnk yu Sir.
Very precise, point and detailed video.

inwpyoi
Автор

HI! Thank you for the tutorial. It helped me resolve the issue i was facing.

ourlittleinfinitiesbymansi___
Автор

Thank you for sharing your knowledge. I am very grateful for watching your videos. I have a question: How do I set the screen size of browsers in Jenkins? While executing on my local Windows, all my test cases passed, but on Jenkins, they failed because the screen size did not change. In my Java Selenium code, I have set the dimensions as follows:
Dimension newSize = new Dimension(1936, 1048);
Can you put a separate video?

JeyasankarA
Автор

Can't we not make Jenkins run the selenium test and performing tests in chrome browser in background?

YashwanthSubramanian
Автор

Should not it trigger browser. ? Or its running on headless mode?

appasazlan
Автор

Automatoon not happened? It should open browser right

Gsuresh_