Skip to content

Releases: robotframework/statuschecker

StatusChecker 4.1.1

Choose a tag to compare

@aaltat aaltat released this 09 Feb 14:40

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. This hotfix release moves to modern build system and add license and copyright information in the project. No features changes to tool itself.

StatusChecker 4.1.0

Choose a tag to compare

@aaltat aaltat released this 05 Feb 17:42

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. It drops support for COUNT, improve regex support and few other enhancements. Full details can be seen from release notes

StatusChecker 4.0.0

Choose a tag to compare

@aaltat aaltat released this 01 Feb 18:03

StatusChecker 4.0 is new release with major rewrite and refactoring. It also brings support for Robot Framework 7.2 and checking test log messages and control strcuktures. StatusChecker 4.0 is compatible with Python 3.8.

StatusChecker 3.0.1

Choose a tag to compare

@aaltat aaltat released this 12 Jun 20:24

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

Choose a tag to compare

@aaltat aaltat released this 05 Feb 20:22

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

Choose a tag to compare

@aaltat aaltat released this 25 Oct 17:54

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

Choose a tag to compare

@aaltat aaltat released this 16 Apr 20:19

Fixes regression in 2.0.2

More details in release notes

StatusChecker 2.0.2

Choose a tag to compare

@aaltat aaltat released this 16 Apr 19:10

Fixes bug accessing keywords in teardown without TEARDOWN marker.

More details in release notes

StatusChecker 2.0.1

Choose a tag to compare

@aaltat aaltat released this 16 Apr 17:34

Fixes regression introduced in release 2.0.0 and Rf 3.2.2.

For more details see release notes

StatusChecker 2.0

Choose a tag to compare

@aaltat aaltat released this 11 Apr 18:22

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