statuschecker

Tool for validating that executed Robot Framework test cases have expected statuses and log messages.

Downloads
9.8K
Stars
26
Committers
8

Bot releases are hidden (Show)

statuschecker - StatusChecker 3.0.1 Latest Release

Published by aaltat over 1 year ago

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 - StatusChecker 3.0.0

Published by aaltat over 1 year ago

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 - StatusChecker 2.1.0

Published by aaltat almost 3 years ago

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 - StatusChecker 2.0.3

Published by aaltat over 3 years ago

Fixes regression in 2.0.2

More details in release notes

statuschecker - StatusChecker 2.0.2

Published by aaltat over 3 years ago

Fixes bug accessing keywords in teardown without TEARDOWN marker.

More details in release notes

statuschecker - StatusChecker 2.0.1

Published by aaltat over 3 years ago

Fixes regression introduced in release 2.0.0 and Rf 3.2.2.

For more details see release notes

statuschecker - StatusChecker 2.0

Published by aaltat over 3 years ago

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

statuschecker - StatusChecker 1.5

Published by aaltat over 3 years ago

Fixes deprecation warning with Robot Framework 4.0

statuschecker - StatusChecker 1.4

Published by aaltat over 5 years ago

Add support for validating logger.error logging.

statuschecker - StatusChecker 1.3

Published by pekkaklarck over 8 years ago

Added Python 3 support.

Package Rankings
Top 8.64% on Pypi.org
Related Projects