Maximum Automation
Maximum Automation
  • Видео 163
  • Просмотров 655 109
Jenkins Tutorial | How to use Jenkins Pipeline Script from SCM | Jenkins Advance Pipeline Project
#seleniumtutorial
In this video I'm going to show you how you can use your pipeline script from scm/git repository.
So far we have seen how we can create pipeline scripts in Jenkins build itself but we have another option where we can directly get the pipeline script from the code repository.
So let's move inside the video to see it in action.
****************************************************************
GitHub Repo : github.com/MaximumAutomation
Git Tutorial : ruclips.net/video/gLoINI1KVWc/видео.html
Selenium Java Tutorial : ruclips.net/video/J35c4ngdFjw/видео.html
Selenium C# Tutorial :
ruclips.net/video/Y6_TmWOq_Xk/видео.html
Allure Reports : ruclips.net/video/ZcdJP0cos8o/видео.html
Jenkins T...
Просмотров: 52

Видео

Jenkins Tutorial | How to read and update XML node value using Jenkins pipeline script
Просмотров 253Месяц назад
#seleniumtutorial In this video we will discuss how you can read and write XML files using Jenkins pipeline script. So lets move inside the video to get more details. GitHub Repo : github.com/MaximumAutomation Git Tutorial : ruclips.net/video/gLoINI1KVWc/видео.html Selenium Java Tutorial : ruclips.net/video/J35c4ngdFjw/видео.html Selenium C# Tutorial : ruclips.net/video/Y6_TmWOq_Xk/видео.html A...
How to disable chrome password manager during automation script execution? | Chrome Options
Просмотров 622 месяца назад
#seleniumtutorial In this video we will see how we can disable the chrome password manager pop-up when running the automation script. GitHub Repo : github.com/MaximumAutomation Git Tutorial : ruclips.net/video/gLoINI1KVWc/видео.html Selenium Java Tutorial : ruclips.net/video/J35c4ngdFjw/видео.html Selenium C# Tutorial : ruclips.net/video/Y6_TmWOq_Xk/видео.html Allure Reports : ruclips.net/video...
Allure Report | How to share an allure report in email attachment | Jenkins build pipeline
Просмотров 4042 месяца назад
#seleniumtutorial In this video I'm going to talk about how you can send the allure report as an attachment in email. Once the test execution is done then the next step is to share the report with all the stakeholders. We can use any build pipeline tool to attach the allure report in email once the execution is done. So let's move inside the video to see how we can share the report using Jenkin...
#8 Appium Tutorial | How to switch between mobile application in Appium
Просмотров 1473 месяца назад
#seleniumtutorialforbeginners #appiumtutorialforbeginners #testingautomation In this video, we will see how to switch between different mobile application using Appium. tps://ruclips.net/video/gLoINI1KVWc/видео.html Selenium Java Tutorial : ruclips.net/video/J35c4ngdFjw/видео.html Selenium C# Tutorial : ruclips.net/video/Y6_TmWOq_Xk/видео.html Allure Reports : ruclips.net/video/ZcdJP0cos8o/виде...
Appium Tutorial : How To Fix Appium Spawn Error
Просмотров 763 месяца назад
#seleniumtutorialforbeginners #appiumtutorialforbeginners #testingautomation GitHub Repo : github.com/MaximumAutomation Git Tutorial : ruclips.net/video/gLoINI1KVWc/видео.html Selenium Java Tutorial : ruclips.net/video/J35c4ngdFjw/видео.html Selenium C# Tutorial : ruclips.net/video/Y6_TmWOq_Xk/видео.html Allure Reports : ruclips.net/video/ZcdJP0cos8o/видео.html Jenkins Tutorial : ruclips.net/vi...
How to perform JSON read write operation in Jenkins pipeline | Pipeline Utility Steps Plugin
Просмотров 1,3 тыс.4 месяца назад
#seleniumtutorialforbeginners #appiumtutorialforbeginners #testingautomation #jenkinstutorial GitHub Repo : github.com/MaximumAutomation Git Tutorial : ruclips.net/video/gLoINI1KVWc/видео.html Selenium Java Tutorial : ruclips.net/video/J35c4ngdFjw/видео.html Selenium C# Tutorial : ruclips.net/video/Y6_TmWOq_Xk/видео.html Allure Reports : ruclips.net/video/ZcdJP0cos8o/видео.html Jenkins Tutorial...
Extent Report | Attach company logo in report | spark-config.xml | Customize extent report settings
Просмотров 2114 месяца назад
#seleniumtutorial #seleniumtutorialforbeginners #testingautomation GitHub Repo : github.com/MaximumAutomation Git Tutorial : ruclips.net/video/gLoINI1KVWc/видео.html Selenium Java Tutorial : ruclips.net/video/J35c4ngdFjw/видео.html Selenium C# Tutorial : ruclips.net/video/Y6_TmWOq_Xk/видео.html Allure Reports : ruclips.net/video/ZcdJP0cos8o/видео.html Jenkins Tutorial : ruclips.net/video/UbY7Z_...
How to create role based authorization in Jenkins | Jenkins Tutorial | Create roles using permission
Просмотров 12 тыс.5 месяцев назад
#seleniumtutorial #seleniumtutorialforbeginners #testingautomation #jenkinstutorial In this video I'm going to show how you can create different users and then manage the roles of those users in Jenkins. You can create different roles and then you can provide access to those roles to different users. We are using the role based authorization plugin to manage the permissions. So, let's move insi...
Jenkins Pipeline Tutorial | How to perform git clone in Jenkins to download the source code
Просмотров 4666 месяцев назад
#seleniumtutorial #seleniumtutorialforbeginners #testingautomation #jenkinstutorial In this video, I'm going to show you how you can perform the git clone operation in the Jenkins pipeline project. So, let's move inside the video to get into the details. GitHub Repo : github.com/MaximumAutomation Git Tutorial : ruclips.net/video/gLoINI1KVWc/видео.html Selenium Java Tutorial : ruclips.net/video/...
Jenkins Pipeline Tutorial | How to create pipeline project in Jenkins to run automation test
Просмотров 1,4 тыс.7 месяцев назад
#seleniumtutorial In this video, we will talk about Jenkins pipeline project. We will see how we can create a pipeline project in Jenkins and how to generate pipeline syntax using Jenkins pipeline script generator. So, lets move inside the video to get more details. GitHub Repo : github.com/MaximumAutomation Jenkins Add Agent : ruclips.net/video/KU-L8WvQtRI/видео.html Git Tutorial : ruclips.net...
Specflow DataSource Example | Load External Data Into Specflow Scenarios Easily| ExternalData Plugin
Просмотров 3608 месяцев назад
#seleniumtutorial In this video I'm going to discuss data source option in specflow feature files. You can create an excel sheet to keep your test data and then you can use that sheet as a data source option for your test scenarios in feature file. So, lets move inside the video to get more details. GitHub Repo : github.com/MaximumAutomation Git Tutorial : ruclips.net/video/gLoINI1KVWc/видео.ht...
Allure Report | How to view test execution history in allure report | Manage test history
Просмотров 2,3 тыс.8 месяцев назад
#seleniumtutorial In this video I'm going to talk about how you can see the test execution history in allure report. Allure report provides the support to display the test execution history and the last status of the test whether it was passed in the last execution or it failed. GitHub Repo : github.com/MaximumAutomation Git Tutorial : ruclips.net/video/gLoINI1KVWc/видео.html Selenium Java Tuto...
Insecure file download warning | Chrome browser latest update | How to handle download scenarios
Просмотров 9179 месяцев назад
#seleniumtutorial GitHub Repo : github.com/MaximumAutomation Git Tutorial : ruclips.net/video/gLoINI1KVWc/видео.html Selenium Java Tutorial : ruclips.net/video/J35c4ngdFjw/видео.html Selenium C# Tutorial : ruclips.net/video/Y6_TmWOq_Xk/видео.html Allure Reports : ruclips.net/video/ZcdJP0cos8o/видео.html Jenkins Tutorial : ruclips.net/video/UbY7Z_242po/видео.html
How to trigger Jenkins job remotely by making an API request | Jenkins trigger build remotely
Просмотров 1,3 тыс.10 месяцев назад
#seleniumtutorial #jenkins #maximumautomation In this video I'm gonna discuss how you can run your Jenkins jobs remotely by making an API request. Jenkins provides a solution to trigger the jobs remotely. So lets move inside the video to get the more details. GitHub Repo : github.com/MaximumAutomation Git Tutorial : ruclips.net/video/gLoINI1KVWc/видео.html Selenium Java Tutorial : ruclips.net/v...
Allure Report | How to attach video file in html report file | Automation script execution video
Просмотров 2,4 тыс.10 месяцев назад
Allure Report | How to attach video file in html report file | Automation script execution video
Allure Report | How to generate a single html report file | Shareable report with team/stakeholders
Просмотров 40 тыс.11 месяцев назад
Allure Report | How to generate a single html report file | Shareable report with team/stakeholders
Playwright Tutorial | Node JS | Installation and running a first test | Headed - Headless - UI Mode
Просмотров 212Год назад
Playwright Tutorial | Node JS | Installation and running a first test | Headed - Headless - UI Mode
How to perform download file operation on remote machine or selenium grid node machine ?
Просмотров 708Год назад
How to perform download file operation on remote machine or selenium grid node machine ?
Chrome For Testing Browser | Run your test on older version of chrome browser without uninstalling
Просмотров 1,7 тыс.Год назад
Chrome For Testing Browser | Run your test on older version of chrome browser without uninstalling
How to add an agent machine or node in Jenkins
Просмотров 1,7 тыс.Год назад
How to add an agent machine or node in Jenkins
Selenium Grid 4 | How to get session details from selenium grid | Retrieve node IP using sessions
Просмотров 1,4 тыс.Год назад
Selenium Grid 4 | How to get session details from selenium grid | Retrieve node IP using sessions
Part 18 | Selenium Python Test Retry Feature Tutorial | Retry Failed Test Using Pytest Rerun Plugin
Просмотров 946Год назад
Part 18 | Selenium Python Test Retry Feature Tutorial | Retry Failed Test Using Pytest Rerun Plugin
Part 17 | Selenium With Python Tutorial For Beginners | How to integrate allure report with pytest
Просмотров 6 тыс.Год назад
Part 17 | Selenium With Python Tutorial For Beginners | How to integrate allure report with pytest
Part 16 | Selenium With Python Tutorial For Beginners | Read Excel Files in Python | Openpyxl
Просмотров 196Год назад
Part 16 | Selenium With Python Tutorial For Beginners | Read Excel Files in Python | Openpyxl
Part 15 | Selenium With Python Tutorial For Beginners | Read JSON Files in Python
Просмотров 280Год назад
Part 15 | Selenium With Python Tutorial For Beginners | Read JSON Files in Python
Part 14 | Selenium With Python Tutorial | Test Execution Html Report | Screenshot For Failed Tests
Просмотров 962Год назад
Part 14 | Selenium With Python Tutorial | Test Execution Html Report | Screenshot For Failed Tests
Part 13 | Selenium With Python Tutorial For Beginners | Parallel Execution in Pytest Framework
Просмотров 520Год назад
Part 13 | Selenium With Python Tutorial For Beginners | Parallel Execution in Pytest Framework
Part 12 | Selenium With Python Tutorial For Beginners| TestFixture Parameterization Pytest Framework
Просмотров 171Год назад
Part 12 | Selenium With Python Tutorial For Beginners| TestFixture Parameterization Pytest Framework
Part 11 | Selenium With Python Tutorial | Parameterizing test in Pytest with multiple data sets
Просмотров 302Год назад
Part 11 | Selenium With Python Tutorial | Parameterizing test in Pytest with multiple data sets

Комментарии

  • @kartikeysharma3723
    @kartikeysharma3723 2 дня назад

    how this we use this Allure report in the flutter framework any one ???

  • @tallurivamsi6413
    @tallurivamsi6413 3 дня назад

    its nice,but could you please show how to do it through git project and install allure through dynmically(instead of providing our windows local paths).In real nobody provides the local path...

    • @maximumautomation
      @maximumautomation 2 дня назад

      I understand the need for a more dynamic approach. For that you could also use the install automatically option under Manage Jenkins -> Tools. Once you select that option you can choose different ways to install. I will try to incorporate that in one of my next video.

  • @shilpskamble
    @shilpskamble 9 дней назад

    nice

  • @pokescavenger14
    @pokescavenger14 10 дней назад

    thanku

  • @shilpskamble
    @shilpskamble 10 дней назад

    nice bro

  • @RahulT-oy1br
    @RahulT-oy1br 10 дней назад

    thank you!!

  • @suneelmss8846
    @suneelmss8846 11 дней назад

    Can you please do a video on creating pipeline script file .

    • @maximumautomation
      @maximumautomation 11 дней назад

      You can watch the video below. It should help. ruclips.net/video/F77QUagsaBQ/видео.html

  • @KrishanVaish-j7m
    @KrishanVaish-j7m 14 дней назад

    I dont understand this when I'm running it parallel its going in queue but in your case it isnt

    • @maximumautomation
      @maximumautomation 8 дней назад

      How many concurrent browser sessions do you have configured? And how many tests are you running in parallel?

  • @raghavbakshee9307
    @raghavbakshee9307 16 дней назад

    Thank you bhai

  • @snowcanace193
    @snowcanace193 18 дней назад

    Thanks for the awesome vedio. How did you get allure-result folder? Here is my encounter error log, can you please take a look? [QA] $ C:\Softwares\allure-2.32.0\bin\allure.bat generate -c -o C:\Users\hciuser\.jenkins\workspace\QA\allure-report allure-results does not exist. Report successfully generated to C:\Users\hciuser\.jenkins\workspace\ifb_jmetertests_QA\allure-report Allure report was successfully generated. Creating artifact for the build. Artifact was added to the build. Finished: SUCCESS

    • @maximumautomation
      @maximumautomation 16 дней назад

      It should automatically generate when you have integrated your reporting with the allure framework. However you can define or change the result folder in your allure config file.

  • @TIMDAviz
    @TIMDAviz 20 дней назад

    How can I contact you

  • @TIMDAviz
    @TIMDAviz 20 дней назад

    Bro I have questy

  • @aambikarani
    @aambikarani Месяц назад

    Thank you very much for ur post ,it is very useful

  • @LinhNguyễn-m8g
    @LinhNguyễn-m8g Месяц назад

    I ran tests by Maven, but it built success and no test run. Can you help me fix that

  • @Sriram.kothapalli
    @Sriram.kothapalli Месяц назад

    command : npx allure generate allure-results --clean --single-file dependencies : allure-commandline, allure-playwright

  • @GueFox-yu9yo
    @GueFox-yu9yo Месяц назад

    THANKS

  • @atulambadepatil
    @atulambadepatil Месяц назад

    Thanks ❤❤❤

  • @jagam8082
    @jagam8082 Месяц назад

    can give a demo on integrating this with karate framework and I am having an issue where I am not able to generate allure-results in target directory

  • @kidoo1567
    @kidoo1567 Месяц назад

    Stright to the point thanks

  • @rolvinpiedraquesada1932
    @rolvinpiedraquesada1932 Месяц назад

    Hi could you please create a video for add fail screenshots with TestNG

  • @nsallito
    @nsallito Месяц назад

    Do you have anything special configured on your VM? Because from my local machine, when I run the webDriver to the VM: driver = new RemoteWebDriver(new URL(urlRemote), options); I get the following error: "An error occurred while opening the browser: Could not start a new session. Possible causes are invalid address of the remote server or browser start-up failure. "

  • @jerome5969
    @jerome5969 Месяц назад

    Hi, just want to ask how to cleanup the allure report on every run? I've tried to run all 3 tests it generates 3 tests, but when I run only 1 test it still shows 3 test in the allure report. thanks.

    • @jerome5969
      @jerome5969 Месяц назад

      Btw, I'm able to use this to cleanup allure report before running pytest and added it in the jenkins Execute Steps: rm -rf YOUR_ALLURE_FOLDER allure-report

    • @maximumautomation
      @maximumautomation Месяц назад

      It could be one of the solutions. I hope this is working fine.

  • @jerome5969
    @jerome5969 Месяц назад

    This is very useful, I'm trying how to integrate it in jenkins and this tutorial helps me to do it. thanks and keep it up!

  • @AbdulAbdul-dy9oy
    @AbdulAbdul-dy9oy Месяц назад

    Hi Maximum automation, Im building using AWS ecs fargate with codebuild for grid setup so my question is where i can pass the enable download true ? Hope i get the answer

    • @maximumautomation
      @maximumautomation Месяц назад

      You can mention the capability in the selenium grid config file. Please go through the below document, you should find the answer. www.selenium.dev/documentation/grid/configuration/toml_options/

  • @jyotirh90
    @jyotirh90 Месяц назад

    Thank you so much sir😊

  • @Temp560
    @Temp560 Месяц назад

    Really nice

  • @नादघोडाबैलशर्यतीचा

    Is there any way where we can set the allure-results folder path at runtime..

    • @maximumautomation
      @maximumautomation Месяц назад

      Yes, there are different ways you can do it. 1) Use the allure.proprties file to update the directory. 2) Use the below parameters while running test through mvn command. allure.results.directory=<directory path> 3) Add property for the allure results path in the system properties for maven surefire plugin. <allure.results.directory>path</allure.results.directory>

  • @keshavverma2569
    @keshavverma2569 2 месяца назад

    Really very helpful Thank you so much sir

  • @mabdulkabirkhan
    @mabdulkabirkhan 2 месяца назад

    Can we execute html code and javascript code and then show their result on browser?

    • @maximumautomation
      @maximumautomation 2 месяца назад

      Yes, you can run the script on the browser's dev tool console.

    • @mabdulkabirkhan
      @mabdulkabirkhan 2 месяца назад

      @@maximumautomation no, not on developer tool. just on any website

    • @maximumautomation
      @maximumautomation 2 месяца назад

      @mabdulkabirkhan Sorry, I did not understand your use case. Could you please give an example?

    • @mabdulkabirkhan
      @mabdulkabirkhan 2 месяца назад

      @@maximumautomation I mean like in a website get code from there run it and add outpput on the website

  • @karthikgandikota2970
    @karthikgandikota2970 2 месяца назад

    How can I place this file in another folder? Can you pls help me with a single command

    • @maximumautomation
      @maximumautomation 2 месяца назад

      You can run the command at the location where you want to generate the report, and provide the path of the allure-results folder.

  • @Jose_Arilson
    @Jose_Arilson 2 месяца назад

    No Github ou gitlab, tem como fazer?

  • @Felony-yl3mx
    @Felony-yl3mx 2 месяца назад

    Wooohooo! freaking amazing! thank you!

  • @box4aza
    @box4aza 2 месяца назад

    Thanks, Boss!

  • @sheerazahmed6362
    @sheerazahmed6362 2 месяца назад

    Hi, I enjoy your content and follow your channel to learn more about automation. Could you please share the email plugin you’re using? Also, is it possible to use that plugin in a Jenkins freestyle project?

    • @maximumautomation
      @maximumautomation 2 месяца назад

      Hi, Thank you for your comments 😊. Regarding the plugin, you can use the email extension plugin for Jenkins. And yes this can be used in freestyle project also. plugins.jenkins.io/email-ext/

  • @chineduodo8667
    @chineduodo8667 2 месяца назад

    perfect

  • @mariocmrj
    @mariocmrj 2 месяца назад

    What libraries are you using? StepDfefinition.webdriver doesn't appear for me

  • @SunilBarigala
    @SunilBarigala 3 месяца назад

    seems like this --single-file is deprecated is there any alternative for this one?

    • @maximumautomation
      @maximumautomation 2 месяца назад

      This is working fine on the latest version. Which version have you tried?

    • @SunilBarigala
      @SunilBarigala 2 месяца назад

      @@maximumautomation hi the allure versin am using is 2.9.0; i dont see this --single-file when run the command allure under generate

    • @maximumautomation
      @maximumautomation 2 месяца назад

      Please try once with version 2.32. I am currently using this one and it's working fine.

    • @SunilBarigala
      @SunilBarigala 2 месяца назад

      Thanks, its working fine now

    • @maximumautomation
      @maximumautomation 2 месяца назад

      @SunilBarigala Glad to hear that!

  • @sabeenmaham-vw4ff
    @sabeenmaham-vw4ff 3 месяца назад

    8iuui

  • @vineetsherawat
    @vineetsherawat 3 месяца назад

    In demo you are showing uploading file in a freestyle job. this solution will not work for pipelines.

    • @maximumautomation
      @maximumautomation 3 месяца назад

      Yes, there is an issue that already exists for the same and it is still open. However there are different workarounds to use the file upload in pipeline script but I don't recommend them because that process comes after you trigger the build. What I would suggest is to create a parent build using a freestyle project and then call your child build which is created using a pipeline project..

  • @RajatVerma-v6e
    @RajatVerma-v6e 3 месяца назад

    How can we send allure report through mail using Smtp server? is it possible?

    • @kejingladison
      @kejingladison 3 месяца назад

      What you could do is, send the allure-results file as zip with the mail and use a .cmd script to run allure serve allure-results so that running the.cmd file will generate the report. This is the only option i found

    • @maximumautomation
      @maximumautomation 3 месяца назад

      Yes, you can send the report as an attachment to the email using pipeline tools like Jenkins which uses the smtp server to send the email.

  • @johnsharonkumarj
    @johnsharonkumarj 3 месяца назад

    How do you click in javascript after locating the element using the query selector ?

  • @GaleMopa
    @GaleMopa 3 месяца назад

    thank you my friend.

  • @olivin8937
    @olivin8937 3 месяца назад

    What is shown here works fine. I would only add that if your code also configures user profile preferences via the .AddUserProfilePreference method on ChromeOptions, ChromeDriver will produce uninformative exceptions upon driver instantiation. I couldn't find a way to have the driver grab the same user profile used when launching the debugging browser without running into those exceptions, but fortunately the workaround in my case is to simply configure the download preferences through the browser itself, since all those changes become part of the user profile that was created for this.

  • @PavankumarVasantPatil
    @PavankumarVasantPatil 3 месяца назад

    'allure' is not recognized as an internal or external command, operable program or batch file.

    • @maximumautomation
      @maximumautomation 3 месяца назад

      Hi, Looks like you have not added the allure framework path in your system environment variables.

  • @PavankumarVasantPatil
    @PavankumarVasantPatil 3 месяца назад

    I am getting Allure Report Unknown. There are not Environment Variables

    • @maximumautomation
      @maximumautomation 3 месяца назад

      Hi, please make sure you provide the allure framework path in Jenkins global setting page.

  • @BatuHindustani
    @BatuHindustani 3 месяца назад

    In my case trends/graph is empty and history is also empty, please suggest, from gitlab run this problem is happening

  • @pshravantikka4517
    @pshravantikka4517 3 месяца назад

    Hi . Do you know why does a white screen\browser launches first when running tests using selenium grid in standalone mode ? It executes the tests in the grid but the appearance white screen \ browser is very annoying. Any help would be appreciated

    • @maximumautomation
      @maximumautomation 3 месяца назад

      Hi, does it happen with a specific web page or with all website?

  • @triptisingh8307
    @triptisingh8307 4 месяца назад

    Thank you Sir ! This was very helpful !

  • @HappiestMindSet
    @HappiestMindSet 4 месяца назад

    Nice content

  • @rishabhagrawal2744
    @rishabhagrawal2744 4 месяца назад

    Hi you automation run locally but when I do build now I didn't see browser loaded in my system