Skip to content

Releases: getgauge/html-report

html-report 4.0.8

26 Mar 03:21
Compare
Choose a tag to compare

Miscellaneous

  • Disable capability to receive data in chunks.

html-report 4.0.7

07 Feb 09:52
11b4fac
Compare
Choose a tag to compare

Enhancements

  • getgauge/gauge#1239 Gauge crashes before report is generated for big test runs
  • getgauge/gauge#1176 More intelligently detect if a plugin should be killed, rather than waiting for X seconds
  • #203 Update Gauge logo on the reports
  • #199 - Add sorting by alphabetical order or execution time

Bug Fixes

  • #164 - Captured screenshot should be visible
  • #202 Footer misalignment in test result HTML report

html-report 4.0.6

25 Oct 05:53
52cdb32
Compare
Choose a tag to compare

New Features

Enhancements

  • #195 - make generation of symlink configurable

Bug Fixes

  • #80 - Concept with gauge messages hide/show also toggles the concept step display

Miscellaneous

  • #201 - Sorting support for specs.
  • #198 - Making generation of symlink configurable., #195
  • #197 - Added scenarios stats to reports., #159
  • #193 - Gauge.writeMessage missing in step results
  • #192 - Autocomplete of a multi-line step should be rendered in multiple lines
  • #191 - Multi-line step format should be retained in the report
  • #190 - Added separate block for failed and captured screenshots
  • #187 - Remove padding to align to start of the text and add a margin
  • #186 - Screenshots captured in step and after step appear together
  • #185 - Use a relative path for 'GAUGE_HTML_REPORT_THEME_PATH'
  • #183 - Release tasks 4.0.5
  • #159 - HTML report doesn't include the total number of scenarios passed and failed.
  • #119 - Show the external file content as a link instead of a hover over balloon
  • #96 - [Test Case] Html re-write

html-report 4.0.5

30 Jul 07:11
Compare
Choose a tag to compare

New Features

  • #180 - Show screenshot captured through Screenshot api.

Enhancements

  • #182 - Allow to capture screenshot for all hooks

Bug Fixes

  • #178 - Bad file descriptor

html-report 4.0.4

03 May 10:06
aef3d87
Compare
Choose a tag to compare

Enhancements

Bug Fixes

  • #123 - Ordered List

html-report 4.0.3

11 Jan 05:46
Compare
Choose a tag to compare

Bug Fixes

  • #111 - gauge.writeMessage in hooks is not printing any message
  • #162 - Removed "--" symbols before keyword "install"
  • #161 - CSS bug fix
  • #138 - Point directly to index.html after generating report

html-report 4.0.2

07 Aug 11:30
Compare
Choose a tag to compare

Bug Fixes

  • #150 - A symlink to regenerate the html report should be present
  • #157 - Fix search tags, specs

html-report 4.0.1

19 Jun 11:27
Compare
Choose a tag to compare

Bug Fixes

html-report 4.0.0

12 May 12:56
Compare
Choose a tag to compare

New Features

  • #131 - Ability to customize html report
  • #124 - Generate reports from saved execution data(disabled by default, set save_execution_result=true to enable it). Check out the docs for more info.
  • #139 - add support for themes in html-report
  • #133 - Scenarios not using param from data table will be displayed only one

html-report 3.1.0

15 Feb 11:50
Compare
Choose a tag to compare

Enhancements

Bug Fixes

  • #103 - Special parameter content is getting cut off in the report
  • #122 - Step with HTML tags not shown correctly in report
  • #120 - HTML report plugin is crashing when generating the spec html reports
  • #118 - Use html/template pkg to generate HTML pages