Specflow Selenium C# complete Automation framework is available in github - github.com/BakkappaN/SpecFlowBDDAutomationFramework#readme Specflow Selenium C# Full Course - kzbin.info/www/bejne/bamzlJSirLpqbMU #specflow #bdd #selenium #automation #framework #testing #testerstalk
@khitishkumarjena9 ай бұрын
Hello Sir, Could you please make a video where specflow-Nunit Framework is used with latest Version 5 of the Extent report with screenshots attached when somewhere run gets failed? Please
@danvill29-l8xАй бұрын
@testerstalk Need help. Wanted to see an example of how to handle skipped step to print in extent report. Thanks!
@sujjiarunreddy5438 Жыл бұрын
Thank you sir
@testerstalk Жыл бұрын
Thanks for watching! Please share these tutorials with your friends and colleagues 😊
@Raza-jz8je Жыл бұрын
Your videos are so easy to understand and to the point that l want to say, excellent work. Thanks for the effort for keeping detailed and easy enough to understand. I have one question for you. Is it possible to add comments or verbose so that we can add comments from steps to extent report step node? If possible, a video may help a lot
@testerstalk Жыл бұрын
Thanks for watching this tutorial!
@testerstalk Жыл бұрын
Yes it is possible to the comments, plz check the extent report official website
@sercanyilmaz90568 ай бұрын
Thank you.... This configuration works very well on my local. However in the pipeline it doesn't generate the html report with "dotnet test" command. Even though the same commend works fine in local commandline..... You have any idea or solution about it?
@katyhoa48936 ай бұрын
Because your video just show report for the main step in feature file. If I want to add small step report pass, fail in my code to detail more. How to do it. Thanks
@rajeshwarisudhakar9090 Жыл бұрын
Also because it's static class that we are using, how can we report when we have parallel execution
@mr.janarthanan4746 Жыл бұрын
In negative path, why both the passed and failed report is not showing? It shows only the failure one, why? Can anyone answer for this?
@omkarpatil9877 ай бұрын
Hi Sir, For failed tests report is not generated correctly. It shows it as passed even if the step is failed. and gives error: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\opatil\Documents\Development\AutomationScri\Hermes\TestResults\Create new Flight.png'.
@PablitoLazarus Жыл бұрын
How to use Gerkin's word 'And'?
@rajeshwarisudhakar9090 Жыл бұрын
I am trying extent report with specflow and restsharp, how feasible it is for this combination, also I would like to add logs including assertion expected and actual values in the step, is it possible to do that.... thanks in advance
@NikhilDarokar-m4z4 ай бұрын
how we can remove logo from the extent report
@269sanket11 ай бұрын
Thanks for detailed explanation. Some reason var htmlReporter = new ExternalHtmlReporter(testResultPath); does not give me option to import "using AventStack.ExtentReports.Reporter;". Even though after I imported, it throws error or ask "generate class 'ExternalHtml ..' . Can you please help?
@martinrodrigogerez331010 ай бұрын
Dear, it may be that you have installed version 5 of the Extent package, which has different configurations for reports. I recommend that you follow the instructions in the video, check the dependency manager and install the Extent Report package version 4.1.0
@srikanthakula81010 ай бұрын
Please use var htmlReporter = new ExtentSparkReporter(testResultsPath);
@269sanket10 ай бұрын
Thanks both ! I tried both options and they worked
@sayedquader1212Ай бұрын
Specflow is not doing development its migration to reqnroll, Can make video on this ,we have one issue in extent report ,if you run all test as test group, html report not generating, could you help on this