'How to generate Test report in selenium using C#
I'm using C# for automation testing and I already created a small framework for my project. But I'm unable to create a test report file using C# like in Java html file report.
I want to see my all test cases in a html file report like total test cases run, failed or how many pass etc.
Please help me how to generate such html file with example.
Solution 1:[1]
I know this is a late response to the post. But still, if someone in need of a good test automation dashboard based on just few api calls, ARES dashboard(built under Testastra and owned by ZenQ) is a much better option to try and its completely free. Also, its capable of showing current live execution and historical test automation insights.
ARES, is an acronym for Test Automation Results dashboard. It's a TestAutomation framework/tool agonistic solution, that simplifies the collection of Test automation results and their analysis via live dashboard, daily/weekly trends, frequent failures etc. Website: http://www.testastra.com/#ares
Below repo has some code samples, documentation and usage of ARES test automation dashboard:https://github.com/testastra/ARES
Hope it will be helpful !!
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Srinivas Magapu |
