Guys please support the channel and hit the like button....If we are supporting good then we will get more videos and information...For nonIT candidates and who are new to IT industry this channel is very helpful...So please support the channel guys.....For ANDHRA and TELANGANA candidates this channel is very useful....So please support HYR tutorials...
Hi Reddy Need some help, the code is running fine but the report is not getting listed under test-output, i tried by giving a path did not work there as well
hello sir i am getting this exception what should i do Exception in thread "main" java.lang.UnsupportedOperationException: The BROWSE_FILE_DIR action is not supported on the current platform!
i got this while runnung,"java.lang.module.ResolutionException: Module lombok does not read a module that exports org.mapstruct.ap.spi" please help me to sort it out
Hello, I tried with relative path but its not working for me() public class testA { public static void main(String[] args) { ExtentReports extentReports = new ExtentReports(); ExtentSparkReporter sparkReport = new ExtentSparkReporter(". eports eport.html"); extentReports.attachReporter(sparkReport);
extentReports.flush(); } } Getting below error: Exception in thread "main" java.nio.file.InvalidPathException: Illegal char < > at index 1: . eports eport.html Please help me on this.
📌 Extent Reports Playlist Link: bit.ly/3pGD1gh
✴ Checkout my other playlists: bit.ly/3gLIAVL
☕ Buy me a coffee: bit.ly/33ljBWc
Audience Pls support .... HYR is really making very neat detailed explanation from scratch. Thank you HYR ❤
Thankyou buddy.
Share with your network for better reach.
One of the best lecture.. your way of explanation is really superb.. keep it up..
Very Crisp & Clear , Beautifully explained. Thanks a ton.
Your all content are very good and steps by steps anyone can easily understand. thank you so much for creating all these contents
Thanks buddy 😊
You are really inspiring me today 💗💗💗💗💗💗💗💗💗 what a subject explanation with crystal clear
your tutorials are amazing. the explanation is on point.
Thanks buddy 😊
Very nice, explanations,
Total how many videos will be there on this extent reports
Thankyou buddy.
around 10 to 15 max
will try to upload everyday at 11AM on weekdays
Guys please support the channel and hit the like button....If we are supporting good then we will get more videos and information...For nonIT candidates and who are new to IT industry this channel is very helpful...So please support the channel guys.....For ANDHRA and TELANGANA candidates this channel is very useful....So please support HYR tutorials...
Thanks buddy 😊
Keep... It good day for me
Thankyou buddy
excelllent
Thanks buddy 😊
Nice explanation sir, thank you for your videos
Thankyou buddy
🙋🏻🙌
Sir I have 1 question
Is there any difference between creating an extent report using extent.properties file & the approach used by you in the video ?
Excellent yaaadu
Thankyou buddy
session is awesome.. tqs
Thankyou buddy 😊
Thank you HYR 😊
Thankyou buddy
Thank you for one more class sir
Glad you liked this buddy.
Try to watch the videos without skipping any part to understand it better
please continue sir
Sure buddy
sir please make a videos of cucumber framework
Yeah Sure buddy
In real scenario we are running our XML files and getting the result. Is it possible using extend report
Woww.... nice vdo
Thankyou buddy 😊
Sir using File f=new File("report.html") , where report.html will be saved as we have not specified the path ?
As mentioned/shown in the video, it will create the file in the project directory
Every time it is overriding the report, is it possible to create new report everytime with file name with currenttime stamp
Hi Reddy. Is there a way to merge two extent reports?
I didn't understand that buddy
Is this important for interview?
Yes. Reporting is a important thing in automation
Hi,
Is there a way to convert the extentReport to PDF in selenium TestNG
Thanks
Never tried buddy
Can I write only extentreporter
Yes you can buddy
Hi Reddy
Need some help, the code is running fine but the report is not getting listed under test-output, i tried by giving a path did not work there as well
Send me the screenshot on hyadagirireddytutorials@gmail.com
hello sir i am getting this exception what should i do
Exception in thread "main" java.lang.UnsupportedOperationException: The BROWSE_FILE_DIR action is not supported on the current platform!
hello sir
I am unbale to generate default report, in my loc file it is not showing .html file may i know reason
I didn't get you buddy
hi sir,
am unable to find the Desktop.getDesktop().browse() Method is not showing while writing the program pls, suggest
Send me the screenshot on hyadagirireddytutorials@gmail.com
ExtentSparkReporter cannot be resolved to a type getting this error . please help me to resolve this issue
Send me the screenshots on hyadagirireddytutorials@gmail.com
i got this while runnung,"java.lang.module.ResolutionException: Module lombok does not read a module that exports org.mapstruct.ap.spi"
please help me to sort it out
Are you using this in normal java project or maven project?
After getting a report i didn't see any options like author and other options are also not there
Did you add all of these parameters to the report buddy?
@@HYRTutorials it's working now
@@redappleapple622 super buddy
After executing a test case report is generated but in that report side menus are not visible but able to click... Please guide me
Same bro
Can u create an issue in the github.com/extent-framework/extentreports-java repository
I got 404 status code when open report from my project please suggest me solution
That's strange because this doesn't require any online connectivity
Send me the screenshots on hyadagirireddytutorials@gmail.com
Hello, I tried with relative path but its not working for me()
public class testA {
public static void main(String[] args) {
ExtentReports extentReports = new ExtentReports();
ExtentSparkReporter sparkReport = new ExtentSparkReporter(".
eports
eport.html");
extentReports.attachReporter(sparkReport);
extentReports.flush();
}
}
Getting below error:
Exception in thread "main" java.nio.file.InvalidPathException: Illegal char <
> at index 1: .
eports
eport.html
Please help me on this.
instead of using \ you should use / buddy.