Hi Naveen, could you make a short video on ThreadLocal class which you are using in declaring driver, means what is the use or advantage of declaring driver as threadLocal. Thanks!!
Hello Naveen .....Thanks for sharing this vedio .Very very good reporting vedio. Can we generate this report in project folder structure with current time stamp just like extent report. Please suggest...
Hi naveen sir, thanks for your great videos,basepage.getdriver method return null and got pointer exception in listener class where we used call driver variable for screenshot method.,instead of that i made driver variable as static variable then am using directly wherever i required and now its working with out nullpointer exception.is it rightway?
Useful! Thanks! What do you think should we attach to the Allure report? Does it enough only to screenshot a failed test or you suggest anything else? I use TestNG and Allure with Appium to test native apps. p.s. How I see from the video ExtentReporterListener is much more complexed than TestAllureListener which is much easier to implement.
Hello Naveen , is there any allure report screen shot available for webdriverio for node js npm, is there is already an video can you please share the url of the video
Hello Naveen, I am using Selenium-Java with TestNG in my project. When I am able to capture screenshot but it is unable to attach it into the report. getting error as, io.qameta.allure.AllureLifeCycle -- Could not add attachment: no test is running Can you please suggest, why I am geting issue and solution of it ?
Hello Naveen, I write all the codes as you write but I get error like /src/main/java/com/hubspot/listeners/TestAllureListener.java:[6,18] package org.testng does not exist
On aws jenkins server getting error allure-results not found due to which the HTML is their but no data within it. Tried all solutions related to allure properties etc but no luck
Hi Naveen, Had a doubt as our project has 900+ test cases. I can't go and add @Listeners({TestListener.class}) in every test class. Is there any other alternative for the same? Because when we don't add this listener in test class files screenshot is not getting attached to allure report. Kindly give solution ASAP. Please :)
Keep @BeforeMethod and @AfterMethod annotations in one base class then add @Listeners annotation on the base class. Now extends that base class in every test class. You have to make changes in every test class for any solution.
Thanks pal! I was looking for this solution
Glad I could help
Very useful video! Thank you!
Thanks Naveen for sharing Allure Report
Hi Naveen, could you make a short video on ThreadLocal class which you are using in declaring driver, means what is the use or advantage of declaring driver as threadLocal.
Thanks!!
Perfect thanks bro... For quick response
Hello Naveen .....Thanks for sharing this vedio .Very very good reporting vedio. Can we generate this report in project folder structure with current time stamp just like extent report. Please suggest...
Hope you will post video of how to manage allure report on windows Machine soon.
Hello Naveen, Thanks a lot for your informative sessions. Do you have any sessions on CodeceptJS ?
Hi Naveen. Thanks a lot 🙏 very informative. If possible can you also make videos how to intergrate this report with cucumber framework.
Hi naveen sir, thanks for your great videos,basepage.getdriver method return null and got pointer exception in listener class where we used call driver variable for screenshot method.,instead of that i made driver variable as static variable then am using directly wherever i required and now its working with out nullpointer exception.is it rightway?
Useful! Thanks!
What do you think should we attach to the Allure report? Does it enough only to screenshot a failed test or you suggest anything else? I use TestNG and Allure with Appium to test native apps.
p.s. How I see from the video ExtentReporterListener is much more complexed than TestAllureListener which is much easier to implement.
Hi Naveen, Thanks for sharing allure report. is it possible to attach screen shot in allure report for each step in same test case
Can we automate the command "allure serve......" and share the generated folder over mail?
Hello Naveen , is there any allure report screen shot available for webdriverio for node js npm, is there is already an video can you please share the url of the video
Hi Sir, how can we add the screenshot into the allure report using python and robot framework for the web automation testing ?
getting 404
Hi Naveen, could you pls help me in understanding what are argline, -javaagent, aspectj jar here why are we exclusively including them ?kindly respond
Hi Naveen how about to get screenshot for every pages successful ? If you know please let me know.
Hi Naveen, Why to explicitly include Listener Name at class level, if we have provided the listener name at suite level already in testng.xml file
Hi Naveen , May i know how to share Allure report as an attachment so the stakeholders can see it ? Is it allowed ? if not there any walkarounds ?
HI Naveen, Kindly make video on windows as most of the users from windows.
It's the same code in Windows also.
Hello Naveen,
I am using Selenium-Java with TestNG in my project.
When I am able to capture screenshot but it is unable to attach it into the report.
getting error as, io.qameta.allure.AllureLifeCycle -- Could not add attachment: no test is running
Can you please suggest, why I am geting issue and solution of it ?
Hi Naveen,
Any suggestion ?
Hello Naveen, I write all the codes as you write but I get error like /src/main/java/com/hubspot/listeners/TestAllureListener.java:[6,18] package org.testng does not exist
Instead of running 2 commands, can we right a single command to run our test case and generate reports.
Hi Naveen, how we can send this report to our clients...as it will run via command .... Isn't there any way to run it normally anywhere??
Hi! very helpful can u please tell how to get result in broken status? what may be the reason if we got status result as broken?
On aws jenkins server getting error allure-results not found due to which the HTML is their but no data within it. Tried all solutions related to allure properties etc but no luck
I tried the same but it is not taking screenshot after failure or any where
in allure report
Hi Naveen, thanks a lot for this video. I have another small requirement here. I want to change the report title. Is it possible?
Any video link for storing the rest response in allure in pytest
Hi Naveen, Had a doubt as our project has 900+ test cases. I can't go and add @Listeners({TestListener.class}) in every test class. Is there any other alternative for the same? Because when we don't add this listener in test class files screenshot is not getting attached to allure report. Kindly give solution ASAP. Please :)
Hey,did you find any solution to this?
Please reply if you found any solution for this
Keep @BeforeMethod and @AfterMethod annotations in one base class then add @Listeners annotation on the base class. Now extends that base class in every test class.
You have to make changes in every test class for any solution.
Hi Naveen. Thanks for this video. this is very informative. Please tell me how to run this on cmd in windows.
C:/path of your project>allure serve allure-results
How to configure the author name and project name to this type of report and also send this report along with snapshots as mail
Can we save the Allure report and send it to my manager in email.
Will this work for cucumber bdd
Hi Sir, how can we add the screenshot into the allure report using python and robot framework for the web automation testing ?
getting 404