Skip to content

Files

Latest commit

 

History

History
77 lines (59 loc) · 2.42 KB

robotstatuschecker-4.1.0.rst

File metadata and controls

77 lines (59 loc) · 2.42 KB

robotstatuschecker 4.1.0

StatusChecker is a tool for validating that executed `Robot Framework`_ test cases have expected statuses and log messages. It is mainly useful for Robot Framework library developers who want to use Robot Framework to also test their libraries.

StatusChecker project is hosted at GitHub and downloads are at PyPI_ .. _Robot Framework: http://robotframework.org .. _PyPI: https://github.com/robotframework/statuschecker .. _issue tracker: https://github.com/robotframework/SeleniumLibrary/issues?q=milestone%3Av4.1.0

Inline flags don't work in REGEXP mode (#45)

Regex match did not allow to use inline flags like (?i) or (?s). This is now allowed.

Remove broken functionality to count messages using (#53)

COUNT is now removed from the library. It was broken and not used by anyone.

Cannot use the FAIL log level if test itself does not FAIL (#4)

Many thanks for Joao Coelho for providing initial PR to for problem when there's no log level PASS and if test is expected to pass but to have FAIL messages.

ID Type Priority Summary
#45 bug high Inline flags don't work in REGEXP mode
#53 enhancement high Remove broken functionality to count messages using
#4 bug medium Cannot use the FAIL log level if test itself does not FAIL
#9 enhancement medium Document that StatusChecker can be used as pre-Rebot modifier

Altogether 4 issues. View on the issue tracker.