Thsnk yu Sir. Very precise, point and detailed video.
@ourlittleinfinitiesbymansi___ Жыл бұрын
HI! Thank you for the tutorial. It helped me resolve the issue i was facing.
@triptisingh83074 ай бұрын
Thank you Sir ! This was very helpful !
@maximumautomation4 ай бұрын
Glad it was helpful! 🙂
@JeyasankarA11 ай бұрын
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?
@LinhNguyễn-m8gАй бұрын
I ran tests by Maven, but it built success and no test run. Can you help me fix that
@ganujadhav1 Жыл бұрын
very nicely explained thanks
@maximumautomation Жыл бұрын
Thanks and welcome
@YashwanthSubramanian Жыл бұрын
Can't we not make Jenkins run the selenium test and performing tests in chrome browser in background?
@maximumautomation Жыл бұрын
Yes, you can run your script in headless or non interactive mode.
@appasazlan2498 Жыл бұрын
Should not it trigger browser. ? Or its running on headless mode?
@maximumautomation Жыл бұрын
It was running on non-interactive mode. You can configure your build to run it on interactive mode.
@Gsuresh_310 ай бұрын
Automatoon not happened? It should open browser right
@maximumautomation10 ай бұрын
Yes, if you are not running in headless or non-interactive mode.
@mehdibennani37925 ай бұрын
@@maximumautomation the browser is never open in jenkins but in selenium it does do you have any idea why ? of course its not in headless mode
@maximumautomation5 ай бұрын
Is your Jenkins server and execution server the same machine or different?