Skip to content

Release v1.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Oct 10:31
· 670 commits to main since this release

Changed

  • The Robotmk mechanism behind the RF parameter --exitonfailure has been optimized and clearly documented in the inline help. If this option was set, the remaining tests that were not executed were previously marked as FAIL or CRITICAL. This is the default in Robot Framework (see RF user guide), but in Checkmk it lead to an alarm not only for the root cause (the failed test), but also for the subsequent errors.
    The behavior of Robotmk has been slightly modified in that the tests omitted due to a previous failure are filtered out and not passed to Checkmk for evaluation anymore. Tests that have not been executed become "stale", and false alarms are thus avoided. (Thanks for the valuable feedback.)