Releases: getgauge/html-report
Releases · getgauge/html-report
html-report 3.0.1
Bug Fixes
- #117 Escaping the HTML entities to avoid code injection
html-report 3.0.0
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
Enhancements
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
New Features:
- Responsive styles, with mobile first layout.
Enhancements:
- Load font assets locally. Do not use CDN.
- Show stacktraces in monospace font.
Bug Fixes:
html-report 2.0.0
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
HTML Report 1.0.4
HTML Report 1.0.3
Bug fixes
- Duplicate table cell values allowed - #4
HTML Report
- Gauge compatibility version checks
- Nested concepts are collapsible, makes it more readable
HTML Report
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