Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ExtentReport : Only failed steps are visible in the dashboard. #154

Open
NalinGupta0 opened this issue Jul 27, 2022 · 0 comments
Open

ExtentReport : Only failed steps are visible in the dashboard. #154

NalinGupta0 opened this issue Jul 27, 2022 · 0 comments

Comments

@NalinGupta0
Copy link

Extent

This is my extentreport.config.xml

    <!-- report theme -->
    <!-- standard, dark -->
    <theme>dark</theme>
    
    <!-- document encoding -->
    <!-- defaults to UTF-8 -->
    <encoding>UTF-8</encoding>
    
    <!-- protocol for script and stylesheets -->
    <!-- defaults to https -->
    <protocol>https</protocol>
    
    <!-- title of the document -->
    <documentTitle>abc</documentTitle>
    
    <!-- report name - displayed at top-nav -->
    <reportName>abc</reportName>
    
    <!-- custom javascript -->
    <js>
        <![CDATA[
            $(document).ready(function() {
                
            });
        ]]>
    </js>
    
    <!-- custom styles -->
    <styles>
        <![CDATA[
        
        ]]>
    </styles>
    
</configuration>
It should show both failed and passed test. How can we resolve this? Also is there 'extent.properties' version in C#?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant