Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 1.9 KB

CHANGELOG.md

File metadata and controls

58 lines (41 loc) · 1.9 KB

CHANGELOG

[2.2.2] - 2021-09-03

Fixed

  • "invalid literal for int()" error in exec_time calc, i.e., case of early fail caused by network issues
  • UNKNOWN status for failed suites with no reported failed tests, case as above
  • codding style, wrap long lines

[2.2.1] - 2021-08-17

Added

  • doc update: README Performance metrics section

Fixed

  • container stop (autoremove) on interrupt (SIGINT/ SIGTERM)

[2.2.0] - 2021-08-11

Added

  • parse runner console output (SeleniumIDE echo command) for additional perfdata marked with PERFDATA: prefix and guidelines compliant for Performance data, i.e., PERFDATA: First Response Time = ${calculatedTime}s;${warningThreshold}
  • catch-all for exceptions exit codes, as by the guidelines Plugin Return Codes

[2.1.0] - 2021-07-02

Added

  • no-newlines option that prints newlines literally on multiline output, useful for passive check Passive Check
  • failed and passed perfdata thresholds for consistency with result status

[2.0.0] - 2021-02-16

Added

  • configurable timeout option
  • support for container with alternative browser
  • verbose option for more Nagios Guidelines compliant error output

Changed

  • calculate exec_time based on execution all tests in all suites from all side files
  • aggregated passed, failed, and total counters for all tests

Fixed