Hi Hitendra, Bro I never interest to read blogs but I seen only in movies people are interested to read some articles but I like your blog very much All it seem more connected to mindset bro Jenkins topic is out of the box In just 3 hrs I watched all 4 videos along with framework now I am good in Jenkins
@camiloxander50283 жыл бұрын
a tip: watch series on Flixzone. Me and my gf have been using it for watching a lot of movies lately.
@kairaul26953 жыл бұрын
@Camilo Xander yup, I've been watching on Flixzone for months myself =)
@jamiegenesis73423 жыл бұрын
@Camilo Xander yup, have been using Flixzone for since november myself :)
@myanotherworld61192 жыл бұрын
found it useful as I was trying to read parameterized build value from Jenkins and use it in GitHub code
@SivaKumar-hr6pm Жыл бұрын
Thanks for detailed video.
@jrc2k43 жыл бұрын
Awesome Explanation. Thanks a ton.
@adamlasry52252 жыл бұрын
Great teacher. Thanks
@EagleCafe3 жыл бұрын
Thanks for your hard work on this video.
@hemangishelake98494 жыл бұрын
Thanks for Awesome Videos. You are really great. Find it very useful and learned a lot
@AutomationTestingInsider4 жыл бұрын
Thanks Hemangi..!!!
@mohammedhossain30423 жыл бұрын
Thank you very much
@ujjwalshrivastava-s6z7 ай бұрын
my browser not launching in jenkins in mvn test it is launching
@daisyd41722 жыл бұрын
Thanks a lot!🦋 It is helpful
@AutomationTestingInsider2 жыл бұрын
Thank you...!!!
@EagleCafe3 жыл бұрын
Hi Hitendra, I ran the build ran successfully in Jenkins. However, I verify that the Google browser is not launched the website "google.com". Please advise. Thanks
@AjayYadav-nk7fe4 жыл бұрын
Can we also run all the test cases in headless browser.. Through the jenkins
@AutomationTestingInsider4 жыл бұрын
Yes we can
@rashid90404 жыл бұрын
Hi Hitendra, If I'm passing the browser name as a parameter via testng.xml file, then can you please explain how that browser name has to be passed via jenkins. I'm stuck in a scenario where jenkins is not able to read the parameters passed via testng.xml file. Thanks and regards.
@AutomationTestingInsider4 жыл бұрын
Hi Rashid.. pls refer below link where I have explained how to set parameters in Jenkins: kzbin.info/www/bejne/hWWlkmp-ibOlapI
@rashid90404 жыл бұрын
Thank you Hitendra😊
@rajshrinagrale29302 жыл бұрын
Thanks for an excellent video. I have repository at git , but my testng.xml file is not adding to repository. i tried every possible way to add it , but doesn't work. pls help
@sandipnalawade82632 жыл бұрын
Sir can you please share GitHub link of project explained in this video?
@AutomationTestingInsider2 жыл бұрын
github.com/hverma22/MyProject
@kriya944 жыл бұрын
How the path of drivers is configured... I mean example chromedriver.exe ....
@AutomationTestingInsider4 жыл бұрын
Hi have setup that through webdriver manager library. Pls refer below video about webdriver manager library. kzbin.info/www/bejne/j5fTcnmKa86rZsU
@kriya944 жыл бұрын
@@AutomationTestingInsider thankyou for your response... It is working in my local machine.. but not working while I'm trying to build through jenkins from github repository. I'm getting an error like... unknown error: cannot find chrome binary
@kriya944 жыл бұрын
Could you please suggest on this
@AutomationTestingInsider4 жыл бұрын
May be something wrong with Jenkins configuration.. pls run the project locally using maven test and see. If it works well then problem with Jenkins configuration.
@hemangishelake98494 жыл бұрын
Hi Sir, I am getting below error
@hemangishelake98494 жыл бұрын
Failed to connect to repository : Command "git ls-remote -h github.com/Hemangi-Shelake/JenkinsGitDemo.git HEAD" returned status code 1: stdout: stderr: xcode-select: note: no developer tools were found at '/Applications/Xcode.app', requesting install. Choose an option in the dialog to download the command line developer tools.
@AutomationTestingInsider4 жыл бұрын
You need to set the path (like git.exe) to your git executable in Manage Jenkins-->Global tool configuration-->Git-->Git installations--> path to your Git executables
@AutomationTestingInsider4 жыл бұрын
Hope you add the github credentials at Source Code Management section
@hemangishelake98494 жыл бұрын
@@AutomationTestingInsider Name I have added git.exe and clicked on install automatically. But issue exist
@AutomationTestingInsider4 жыл бұрын
uncheck that install automatically
@tarikchaouki40484 жыл бұрын
hi sir thank you alot for your videos you are such a good teacher , but i got big prob with jenkins , i couldnt run my test it gave me warning [WARNING] Error injecting: org.apache.maven.plugin.surefire.SurefirePlugin [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M4:test (default-test) on project selenium: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M4:test failed: Unable to load the mojo 'test' in the plugin 'org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M4'. A required class is missing: org/apache/maven/plugin/surefire/SurefireReportParameters and thank you Sir
@AutomationTestingInsider4 жыл бұрын
Hi you are probably missing some dependencies.. pls check my pom.xml and update your pom.xml accordingly.
@AutomationTestingInsider4 жыл бұрын
Github path : github.com/hverma22/MyProject
@tarikchaouki40484 жыл бұрын
@@AutomationTestingInsider yes i did but it still giving same error , i work with maven 3.6.3
@AutomationTestingInsider4 жыл бұрын
Clean .m2 directory and add the dependency again, that could solve the problem