you can generate allure report on windows machine by configuring maven and allure on environment variables. And rum command allure serve path to the report json folder
Hi @Naveen, how to make allure to work irrespective of platform i mean windows or mac?. since brew installs allure locally what if we run our tests on cloud?. what other steps we need to follow?
Hi Naveen, First of all thank you for sharing the video.. I tried adding the plugin in pom. xml but getting "org.testng.ITestNGListener: Provider io.qameta.allure.testng.AllureTestNg could not be instantiated". Could you please help me with setting up the Allure.
Hi, Thanks for sharing the video. Just want to know can we integrate this allure report with BDD Cucumber framework. Can you pls suggest pointers for same, how to achieve this with BDD Cucumber framework.
Instead of stub the text in code for above in each method, Is there any way "@severity & @Story" values can be dynamically taken from cucumber tags for each scenario outline ? @Naveen AutomationLabs
Hi Naveen, i'm not able to add aspectjweaver in the mentioned path .m2 epository/org/aspectj/aspectjweaver/1.8.13/aspectjweaver-1.8.13.jar could you please reply on this Thanks in advance
How to use this Allure in Python behave framework. I am able to generate the JSON file but while running the command allure generate I am getting an error 'allure' is not recognized as an internal or external command, although I added the path in the environment variable path.
I have one doubt..if one test case has to run for multiple times means number of input rows are 2 or me...in report still it shows same test case name. Can we customize that name
@@arpitpatel5622 Yes it will show the same Test case name, but it will also display on the left side in same line the test data (like if you're running for multiple markets it will distinguish with that.
**URGENT** Can you please help and confirm if we can: 1. Disable "Tear down" section 2. Group test steps after multiple executions 3. Disable Parameter section above Test Steps This is really "Critical"... **URGENT**
What do you mean by unnecessary configuration? For other features of allure report, you need to watch part 2. Watch it before commenting it. And may I know which configuration is added unnecessary?
@@naveenautomationlabs what's the point of making video when you can't explain everything to the users, you are just pointing to the allure serve command which just produce report on browser, what about allure open, allure plugin, allure generate , allure config commands and what's the purpose of it? that's why I called it unnecessary configuratons, which are not even required you just need allure and maven surefire plugins to generate the reports if this is what you want to do locally.
Thank you for your Service.🙏🏾
you can generate allure report on windows machine by configuring maven and allure on environment variables. And rum command allure serve path to the report json folder
Hi @Naveen,
how to make allure to work irrespective of platform i mean windows or mac?. since brew installs allure locally what if we run our tests on cloud?. what other steps we need to follow?
Hai naveen! Thanks for the wonderful explanation.. could you please tell me how to achieve allure reporting in katalon studio....
Hi Naveen, First of all thank you for sharing the video.. I tried adding the plugin in pom. xml but getting "org.testng.ITestNGListener: Provider io.qameta.allure.testng.AllureTestNg could not be instantiated". Could you please help me with setting up the Allure.
Hi Naveen, can you please make a video on how can we integrate with jenkins
I was eagerly for your videos,Good information broo
Thank you so much broo
Hi, Thanks for sharing the video.
Just want to know can we integrate this allure report with BDD Cucumber framework. Can you pls suggest pointers for same, how to achieve this with BDD Cucumber framework.
quite interesting @thanks
Good one naveen..Thanq👍
Allure also count @Test(enable=false) methods/test-cases into report, which is biggest flaws of it.
Thanks for sharing . Can you upload a video on how to install allure report for windows machine?
Bro.. I’m eagerly waiting for your videos.. and please upload videos on Appium tool
can you please make a video on allure lifecycle classes
Hi Naveen,
Can we send allure report as html report under emails by Jenkins?
Instead of stub the text in code for above in each method, Is there any way "@severity & @Story" values can be dynamically taken from cucumber tags for each scenario outline ? @Naveen AutomationLabs
Naveen Can you please make one video on how to read and write coookies to bypass the login page
In windows, do we have to write everytime "allure serve path of the allure-results"? dont you think is this hactic?
Can you please show how to add logs in Allure reports.
hi naveen we are not able share allure with stack holder yo have any ida about it
amazing thankyou so much
....
Hi Naveen,
Thanks for making this video can you show how to run on Windows machine
Hi Naveen, i'm not able to add aspectjweaver in the mentioned path .m2
epository/org/aspectj/aspectjweaver/1.8.13/aspectjweaver-1.8.13.jar could you please reply on
this
Thanks in advance
How to use this Allure in Python behave framework. I am able to generate the JSON file but while running the command allure generate I am getting an error 'allure' is not recognized as an internal or external command, although I added the path in the environment variable path.
Hey Naveen .. is there any way to see Allure Report in Azure pipeline ?? Generate Allure report plugin doesn't work properly
can you please tell me how to do it using gradle,what changes have to be made
Hi Naveen,
How can we generate allure reports only for the last run?
?
What annotation should every project have?
Are those enough?
@Test(description = "")
@Severity()
@Description("Test Case Description: ")
@Story
On failure how to attach screen shot I tried many possible ways but helpless. Can you please make video on it. That would be helpful.
Hi Naveen can we implement same allure report with playwright ? in your series there is html but I coudn't find for allure along with playwright java
Brother is this process working
@@shyamsunderreddygunda3991 i have no idea , didn’t even try . As u see Naveen didn’t reply
I tried but, pom.xml after installed allure pluging, xml file showing error
--------------------------Thank you---------------------------
how to configure allure report to Jenkins for python script
Thanks Naveen,
I just want to know that can we send this report via email.
Hi Did you get to know how we can send this report in email
I have one doubt..if one test case has to run for multiple times means number of input rows are 2 or me...in report still it shows same test case name. Can we customize that name
Hi Savithri, did you find solution your problem ? I have the same problem as you.
@@arpitpatel5622 Yes it will show the same Test case name, but it will also display on the left side in same line the test data (like if you're running for multiple markets it will distinguish with that.
**URGENT**
Can you please help and confirm if we can:
1. Disable "Tear down" section
2. Group test steps after multiple executions
3. Disable Parameter section above Test Steps
This is really "Critical"...
**URGENT**
How to download this report to system??
I want to implement Allure with on Linux
Do we have any command??
sudo apt-add-repository ppa:qameta/allure
sudo apt-get update
sudo apt-get install allure
how to generate Allure reports without using CMD and directly by program
lot of explanations mising.. unnecessary configurations.
What do you mean by unnecessary configuration? For other features of allure report, you need to watch part 2. Watch it before commenting it. And may I know which configuration is added unnecessary?
@@naveenautomationlabs what's the point of making video when you can't explain everything to the users, you are just pointing to the allure serve command which just produce report on browser, what about allure open, allure plugin, allure generate , allure config commands and what's the purpose of it? that's why I called it unnecessary configuratons, which are not even required you just need allure and maven surefire plugins to generate the reports if this is what you want to do locally.