Keep on adding more and more videos....your teaching style is very nice ... I am going through your all videos
@sdetadda5 ай бұрын
Thank you, I will
@AmitSingh-mv4xh6 ай бұрын
superb sirji.....nice explanation
@dhanasekaran6963 Жыл бұрын
Hi, Is there any option to generate allure report without command line ? In jenkins how to use command line ?
@anshukumar83775 күн бұрын
Nice video. How to configure this with any pipeline? Let's say in my company we use GOCD and after execution, all the reports get generated cucumber report-html report.
@srikanthparvatikar3899 Жыл бұрын
very concise video very well explained. Subscribed
@sdetadda Жыл бұрын
Awesome, thank you!
@SineQuaNon1 Жыл бұрын
thanks. great video. and the report is much better than extent report.
@shahzaibidreesahmed482729 күн бұрын
Great video 💯
@BatuHindustani3 ай бұрын
I am not getting ang trends / graph. Please suggest something. Also history tab is coming empty
@iam_shivam_rai8 ай бұрын
Hi, do you have any idea about Github actions + Allure report?
@rusiraliyanage664310 ай бұрын
would that be same with junit as well ?
@niveditamishra6629 Жыл бұрын
Great video thanks
@sdetadda Жыл бұрын
Glad, it helped.😊
@नादघोडाबैलशर्यतीचा2 ай бұрын
Is there any way where we can set the allure-results folder path at runtime..
@sdetaddaАй бұрын
Yes, you can set the allure results folder path dynamically at runtime in your project. By default, Allure generates the allure-results folder in the root of the project, but you can configure it to use a custom path using using system property at runtime or in your Code itself. mvn clean test -Dallure.results.directory=custom-results-folder or in your code also, for example- System.setProperty("allure.results.directory", "custom-results-folder");
@vishnumangalasseril3 ай бұрын
How we can use when running in gitlab pipeline
@spyware1100 Жыл бұрын
Anyone knows how to setup allurre to overwrite test result on retry instead of appending to it? When I rerun a test 5 times I want to see one testcase with 5 retries, but I get 5 testcases with the same name in the report.
@sathiksha36542 жыл бұрын
Incase we need to save or share the report? How can we do that please let me know
@Kunka270611 ай бұрын
Is there any method to share this report without using any 3rd party application or website???
@judasavgn5401 Жыл бұрын
Hi, do you have any idea why during generating report it is said "allure-results does not exist" then it generated something and result is ALLURE REPORT UNKNOWN NaN%?
@tylerriojas6250 Жыл бұрын
when running allure serve you need to add the directory for the report. for example: allure serve "C:\eclipse-workspace\SelSetup\target\allure-results" make sure to add the actual directory to your own allure-results folder
@tylerriojas6250 Жыл бұрын
I moved mine to target manually. It was within SelSetup folder itself. Just ran into and fixed this problem. I also added a build tag in my pom file that I was told I need(but not sure yet) Happy hunting
@m.hakania2251 Жыл бұрын
Hello Dagvin (sorry if I misheard your first name) I am working on Gauge + Java framework, and since the default reporters is not so informational, I wanted to add Allure report to it. In the lecture, for dependencies, you mentioned the four dependencies, [Test NG, Selenium Java, WebDriver manager, Allure-TestNG] since Gauge is different than Selenium (although underlying mechanism could be the same, but Java does not know that) have you worked with Gauge and ever thought about integrating Gauge with Allure? if you could share your thoughts on this, that would be great. Thank you
@shravs2016 Жыл бұрын
Hi, the video was very useful. As I am very much new to the automation, I followed the steps shown in the video, but unable to get the allure report. When run the command, I get a error in cmd prompt -''allure' is not recognized as an internal or external command, operable program or batch file.' Request your help in resolving this. Also I need to generate report for the application I am working on. How can I run my test cases for that?
@tylerriojas6250 Жыл бұрын
Allure should be installed properly. The error message is telling you it is not installed. Or you may be in the wrong directory when executing the command.
@dishashukla0520 Жыл бұрын
Please could you share the repository with the solution? thanks!
@SLV_Collections5 ай бұрын
Hi is there pasibul remove alluru simbal and add my customazed logo