Skip to content
This repository was archived by the owner on Jul 17, 2020. It is now read-only.
This repository was archived by the owner on Jul 17, 2020. It is now read-only.

Bug view not displayed #840

@email2vimalraj

Description

@email2vimalraj

Summary

From v3.0.4, the Bug View is not displayed even though there is a failure with throwable.

Expected Behavior

If there are any tests failed with throwable, the Bug view should be displayed in the report.

Current Behavior

Currently the Bug view is not displayed from v3.0.4.

Sample

ExtentHtmlReporter htmlReporter = new ExtentHtmlReporter("extent.html");
ExtentReports reporter =  new ExtentReports();
reporter.attachReporter(htmlReporter);
ExtentTest parentSuite = reporter.createTest("Parent Suite");
ExtentTest childTest = parentSuite.createNode("Child Test");
childTest.createNode("Grand Child Test").fail(new RuntimeException("Some exception message"));
reporter.flush();

Environment Details

  • Extent report Version used: v3.0.4
  • Operating System and version: Mac OSx Sierra
  • JDK Version: 8

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions