@qavajs/html-formatter
Version:
Single file HTML formatter for cucumber framework
88 lines (63 loc) • 1.8 kB
Markdown
# 0.18.1
- fixed home navigation
# 0.18.0
- added capability to display http request and response
- updated main menu implementation
# 0.17.0
- implemented runtime streaming
# 0.16.0
- added dark theme
# 0.15.4
- fixed multiple tags displaying
# 0.15.3
- fixed logs overlay width
# 0.15.2
- fixed duplicated scenarios in case of retries
# 0.15.1
- fixed nano seconds conversion
# 0.15.0
- migrated to react 18 and vite dev server
- added displaying of execution time for steps and scenarios
# 0.14.4
- fixed [Feature that contains only undefined/skipped scenarios is displayed as passed](https://github.com/qavajs/html-formatter/issues/36)
# 0.14.3
- fixed width and height of error and logs overlay
# 0.14.1
- fixed stacktrace overlay
- fixed multiline and data table displaying
# 0.14.0
- added support of named attachments
# 0.13.0
- replaced legacy json formatter with custom one based on cucumber messages
- added support of named hooks
# 0.0.11
- fixed $' replace issue
# 0.0.10
- fixed issue of not escaped chars in logs
# 0.0.9
- fixed issue of not opening features with /%# in names
# 0.0.8
- added capability to attach cucumber logs
# 0.0.7
- fixed duplicated results in case of same feature name
# 0.0.6
- added unsupported attachment handler
- added multiple attachment support
- added mime type display for attachments
- added feature names to failed page
- added possibility to save state of "show only failed" switch
# 0.0.5
- added capability to write tag name to clipboard
- added html attachments
- added capability to open attachment in new tab
- added capability to pass metadata
# 0.0.4
- added support application/json
# 0.0.3
- fixed image fit
- fixed tags fit in title
# 0.0.2
- added feature titles
- minor fixes
# 0.0.1
- initial implementation