Skip to content

Releases: getgauge/html-report

html-report 3.0.1

20 Dec 12:43
Compare
Choose a tag to compare

Bug Fixes

  • #117 Escaping the HTML entities to avoid code injection

html-report 3.0.0

15 Dec 12:36
Compare
Choose a tag to compare

New Features

Rewritten HTML report plugin to not use Single Page model and generate static HTML files.

  • #86 - Remove dependency on AngularJS
  • #115 - Changed SVG width to fix UI breaking on resize by @markandan
  • #109 - The filter criteria apart from the tags can be case-insensitive
  • #98 - [Rewrite] Filter criteria should match partial keys
  • #94 - Add Scenario wise report count in HTML
  • #88 - [Test cases] HTML reports re-write

Enhancements

  • #97 - [Rewrite] Filter should consider spec level tags
  • #95 - [Rewrite] The table row with the failure is being highlighted with green
  • #89 - Table execution with errors is not highlighting the data row with error
  • #64 - Rows in table driven scenario are wrongly linked

Bug Fixes

  • #113 - Filter criteria not getting cleared properly when no results are yielded
  • #112 - Should list failed scenarios before passed/skipped tests.
  • #107 - The spec list styling has an issue when there is a long exception
  • #106 - The filter is not getting cleared properly
  • #105 - Clicking and refreshing on passed spec count not showing related information
  • #104 - An exception in the after suite hook does not show until I click on a spec
  • #100 - Getting exception on executing computingTable Driven Statuses
  • #87 - BeforeSpec hook failure marks spec as skipped in sidebar
  • #79 - Failure in before suite, statistics displayed are wrong
  • #78 - Exception in AfterClassSteps is not shown if there is an exception in BeforeClassSteps
  • #72 - When the search criteria does not match anything it still shows the previously selected spec
  • #69 - Html report not showing the screenshot
  • #93 - Spelling of "Step implementation" is "Step implemenatation"
  • #77 - Position of after spec hook in the report should be after the details of all the scenarios
  • #71 - Right hand side pane should reflect the search criteria

Contributors

@markandan - Thanks for your contribution!

html-report 2.1.1

25 Jul 08:02
Compare
Choose a tag to compare

Enhancements

  • #54 - Redundant dependencies
  • #44 - Show filepath on hover over spec name.

Bug Fixes

  • #83 - Scenario status icon not shown in table driven execution
  • #82 - Filtering of tags giving wrong result
  • #75 - Concepts in context steps are shown in report before all scenarios
  • #73 - When search criteria is spec name it does not list scenarios under it
  • #68 - Html report getting errors because of blocked scripts
  • #67 - All Comments not appearing on the html-report
  • #66 - Fix style of a skipped scenario with context and tear down steps
  • #58 - The styling of steps not executed and context, tear down definition steps have the same styling
  • #57 - Tear down steps definition execution time is printed
  • #56 - Statistics of passed, failed and skipped do not add up to the total
  • #55 - Failures in before suite, after suite hook is not shown in reports
  • #52 - Wrong colors in reports
  • #48 - The default message about all tests green is missing
  • #46 - Clicking "Failed" icon shows passed specs if there are no failures
  • #43 - Search for spec tags does not list scenarios
  • #34 - gauge message and error messages not honoring line endings.
  • #33 - Failed afterhook is displayed at the start of next scenario

html-report 2.1.0

22 Mar 10:22
Compare
Choose a tag to compare

New Features:

  • Responsive styles, with mobile first layout.

Enhancements:

  • Load font assets locally. Do not use CDN.
  • Show stacktraces in monospace font.

Bug Fixes:

  • Avoid template flash: #37
  • Show comments in proper order and location: #38
  • Close screenshot popup with ESC in Google Chrome.
  • Wrap long specification names in sidebar.

html-report 2.0.0

14 Jan 09:29
Compare
Choose a tag to compare

New Features:

  • Rich design of Execution report
  • Adding graphical representation of test result #20
  • Filtering specs based on tags/spec names
  • Adding comments/markdown text in spec files to report #19

Enhancements:

  • Adding passed/failed/skipped/total spec count
  • Data Driven Execution table UI
  • Lightbox to show the screenshot

Bug Fixes:

HTML Report 1.1.0

12 Oct 10:53
Compare
Choose a tag to compare

Enhancements:

  • #13 - Showing failed specifications and scenarios on top
  • Adding skipped specification/scenario information to reports
  • Opening the first spec by default
  • Showing execution time of step

Bug Fixes:

  • #14, #15 - Fixing CSS for word-wrap
  • #18 - Changing the CSS for data table

HTML Report 1.0.4

18 Jun 08:36
Compare
Choose a tag to compare

New Features:

  • #7 - Added custom messages to reports

  • #9 - Showing tags and environment on report

    Bug Fixes:

  • #3 - exception message and screenshot alignment.

  • #5 - Overwritten reports issue on windows

HTML Report 1.0.3

18 Mar 06:12
Compare
Choose a tag to compare

Bug fixes

  • Duplicate table cell values allowed - #4

HTML Report

09 Mar 09:44
Compare
Choose a tag to compare
  • Gauge compatibility version checks
  • Nested concepts are collapsible, makes it more readable

HTML Report

26 Nov 10:55
Compare
Choose a tag to compare

This is a HTML report plugin with following features :

  • Execution Summary
  • Detailed Execution results with all steps indicating success/failure
  • Support for viewing Nested concepts
  • Parameter table supported for viewing
  • Step execution results with stack trace if it fails