In this video , separate pipeline is created for selenium-java -maven project. But can you also make a video where the pipeline is already created for developers and we are moving our framework there to run?
UI that I see for build pipeline is different than yours. I see build pipeline labelled as 'Pipeline' on Azure now and also I dont see summary the way you see it, and allure report is also not an option for me.
Hi Prabhat, i am getting this error while running pipeline: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M1:test (default-test) on project : Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M1:test failed: testSuiteXmlFiles0 has null value -> [Help 1].........can u please help me out with what pom file configuration needs to be done and other setting while creating pipeline
I am facing challenges with Log4j, they are not getting configured properly and I am unable to figure out the reason. For extent report, I noticed screenshots are not getting attached to it on Azure. Please advise how to get screenshots for failed testcases on Azure. (PS: screenshots are getting attached successfully on local machine for failed test cases)
Hii ravikanth your videos is very good ,can please make a video start boards create epic,stores ,sprintplaning & share each task (storys) in different member in that project members ->create pipeline for that step by step ->& create respository for developer (github) after development( version 1) completed execute that github ( developer code) ->and deployed to server -> its come testing team->tester will testing either useing ( manual testing or automation testing ) 1.it comes automation peoples how to create to selenium github resporiter to tester in same pipline ( both developer & tester enivornment ) -> after testing is done -> how to execute jekines that code -> after completed jenkines verification is done -> how to deploy that code stage & producation ...etc -> final release build.can you please make video like step by step real time projects & how to integrate oraganisation jira epic & feature & stories & tasks to azure devops
Thanks for the video! I followed the same steps for generating Extent reports, but I'm getting '##[error]The source directory provided does not exists, or is not a directory.' In my case, execution is happening in a separate machine. A copy of the complete code is taken a backup into the machine and scripts are executed. I see the extent report in that folder (of the machine). But I wanted to have the same report updated in Azure repo itself. Please help me In Path to publish field I gave '$(Build.SourcesDirectory)/test-output/HtmlReport/ExtentHtml.html'
This is really useful and an excellent explanation Ravikanth.
Glad you liked it
Ravikanth could you please also show how to trigger the selenium build pipeline against the different stages or environments like dev, test, int?
Sorry Navya, I couldnt upload the video as you requested. Sure, i will try to upload a video by this weekend on this topic
Thank you
Hi Navya, I have uploaded a new TH-cam session to cover this topic. Hope this helps you a lot
Refer to latest video which i posted, which has best audio quality. th-cam.com/video/hzRmutb4kdk/w-d-xo.html
In this video , separate pipeline is created for selenium-java -maven project. But can you also make a video where the pipeline is already created for developers and we are moving our framework there to run?
Sure Pratiksha. Soon I will publish a video on this concept
@@RavikanthReddy do you plan to publish that in coming month?
currently i am having trouble with showing test tab along with summary .could you help me how to show test tab in azure devops?
Hi , i have one doubt like can we push the artifacts to the Other Organisation? if yes then how
UI that I see for build pipeline is different than yours. I see build pipeline labelled as 'Pipeline' on Azure now and also I dont see summary the way you see it, and allure report is also not an option for me.
I see that the pipelines options are changed a lot these days. Microsoft did lot of improvements.
My Pipeline run successfully but not getting Test tab beside Summary tab after running the pipeline.
Hi Prabhat, i am getting this error while running pipeline: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M1:test (default-test) on project : Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M1:test failed: testSuiteXmlFiles0 has null value -> [Help 1].........can u please help me out with what pom file configuration needs to be done and other setting while creating pipeline
I am facing challenges with Log4j, they are not getting configured properly and I am unable to figure out the reason.
For extent report, I noticed screenshots are not getting attached to it on Azure. Please advise how to get screenshots for failed testcases on Azure. (PS: screenshots are getting attached successfully on local machine for failed test cases)
Ravikanth Thanks can you please show me how to deploy a app into Azure app service r any Azure container service Using Azure Pipeline
Sure Sudhu... please subscribe to my channel. Soon I will post a video on it
Refer to latest video which i posted, which has best audio quality. th-cam.com/video/hzRmutb4kdk/w-d-xo.html
Thank you for this helpful video.. One question is it mandatory to import github repo to azure repo before creating the pipeline??
It is not mandatory. Please subscribe to my Channel Navya! I am happy to assist you further
Hello Ravikanth.
Could you also show how to trigger the build pipeline against the releases automatically
@@navyashree5274 sure, please subscribe to channel. Soon I will upload a video in youtube channel
@@RavikanthReddy waiting for your next videos on automatic triggering of buildpipeline to a release
@@navyashree5274 hey sorry....I will post a next video without fail...i was posting some concepts of GitHub. Next i still post as you requested
Hi, if you are providing any online training regarding selenium-azure integration, please let me know.
I am also interested in training
How did you design this template for logs . could you please share the code ?
I have used Log4J logs for recording system logs and Extent Reports for reporting purpose
@@RavikanthReddy can you share the code ?
Hii ravikanth your videos is very good ,can please make a video start boards create epic,stores ,sprintplaning & share each task (storys) in different member in that project members ->create pipeline for that step by step ->& create respository for developer (github) after development( version 1) completed execute that github ( developer code) ->and deployed to server -> its come testing team->tester will testing either useing ( manual testing or automation testing ) 1.it comes automation peoples how to create to selenium github resporiter to tester in same pipline ( both developer & tester enivornment ) -> after testing is done -> how to execute jekines that code -> after completed jenkines verification is done -> how to deploy that code stage & producation ...etc -> final release build.can you please make video like step by step real time projects & how to integrate oraganisation jira epic & feature & stories & tasks to azure devops
Thanks for the video!
I followed the same steps for generating Extent reports, but I'm getting '##[error]The source directory provided does not exists, or is not a directory.'
In my case, execution is happening in a separate machine. A copy of the complete code is taken a backup into the machine and scripts are executed. I see the extent report in that folder (of the machine). But I wanted to have the same report updated in Azure repo itself. Please help me
In Path to publish field I gave '$(Build.SourcesDirectory)/test-output/HtmlReport/ExtentHtml.html'
hello, i got the same issue did find solution?