Skip to content

C# Beta V4 - Issues #7

@ishah09

Description

@ishah09

I have found such issues, so attaching C# Nunit test(.cs) as well as html(s). If there are something mismatch in my implementation please correct me.

Issue-1 : Report name (.html) is not applying. Every time, it is creating index.html and dashboard.html and overriding it.
If this is something new approach, And if there is some way to achieve it, Please correct me. We are needed to be have all reports with unique names.

Issue-2 : Dark theme is not working.
Implemented as : htmlreport.Config.Theme = Theme.Dark;

Issue-3 : Report name is not working
Implemented as : htmlreport.Config.ReportName="This is Report name";

Issue-4 : Markup Color is not working. (It has changed with font style-font but color did not applied)
Implemented as : test.Pass(MarkupHelper.CreateLabel("This is Hello Text with Markup", ExtentColor.Blue));

Issue-5 : Timeline property as True is not working
Implemented as : htmlreport.Config.EnableTimeline = true;
As of now, By default without declaring above property, Timeline is showing which does not mean. If we want to hide it, we can declare it as false. As like such other things, to use any thing we have to declare it. So as if we are not declaring timeline property as true or false, it should not display on dashboard. If we declare it as true then only it should show.

Issue-6 : UI issue with Duration box, Timeline watch displays out of Section box
image

Query: Earlier image thumbnail was showing in log, now it is showing as img label. Please confirm this is something has been changed.

Earlier:

image

New:

image

Suggestion: It would be great to have some more documentation on configuration part as well as the method and interface usage. It seems like many things are added, but we might don't know its usage.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions