Skip to content

Releases: robotframework/statuschecker

StatusChecker 3.0.1

12 Jun 20:24
Compare
Choose a tag to compare

When test looks like this:

Test
    [Documentation]    LOG 1:1    KALA
    Log KALA

prior RF 6.1 doc was returned like: LOG 1:1 KALA, with single pace between 1.1 and KALA. But in RF 6.1 doc is returned as is. This causes problem in validation message and being backwards compatible.

StatusChecker 3.0.0

05 Feb 20:22
Compare
Choose a tag to compare

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 test library developers who want to use Robot Framework to also test their libraries. StatusChecker 3 supports Python 3 and RF 5 and 6.

StatusChecker 2.1.0

25 Oct 17:54
Compare
Choose a tag to compare

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 test library developers who want to use Robot Framework to also test their libraries. StatusChecker 1.4 and newer are compatible with Python 3.6+.

Now it possible to verify keyword log messages with a wildcard (), example with 1:. This allows to verify that log massage is somewhere in the keyword, but specific index of the log message is not mandatory anymore.

StatusChecker 2.0.3

16 Apr 20:19
Compare
Choose a tag to compare

Fixes regression in 2.0.2

More details in release notes

StatusChecker 2.0.2

16 Apr 19:10
Compare
Choose a tag to compare

Fixes bug accessing keywords in teardown without TEARDOWN marker.

More details in release notes

StatusChecker 2.0.1

16 Apr 17:34
Compare
Choose a tag to compare

Fixes regression introduced in release 2.0.0 and Rf 3.2.2.

For more details see release notes

StatusChecker 2.0

11 Apr 18:22
Compare
Choose a tag to compare

Support for Robot Framework 4.0 and allows to define suite setup and teardown by own prefix. Also drops Python 2 support.

StatusChecker 1.5

29 Mar 21:16
Compare
Choose a tag to compare

Fixes deprecation warning with Robot Framework 4.0

StatusChecker 1.4

05 May 18:04
Compare
Choose a tag to compare

Add support for validating logger.error logging.

StatusChecker 1.3

22 Apr 15:47
Compare
Choose a tag to compare

Added Python 3 support.