Skip to content

Commit

Permalink
Release notes for 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aaltat committed Feb 1, 2025
1 parent 3c86f06 commit 18488d4
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions docs/releasenotes/robotstatuschecker-4.0.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
========================
robotstatuschecker 4.0.0
========================


.. default-role:: code


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 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 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.0.0


.. contents::
:depth: 2
:local:

Most important enhancements
===========================

Support for RF 7.2 (`#47`_)
---------------------------
This turnert to be rewrite and refactoring of the whole tool. 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.

Full list of fixes and enhancements
===================================

.. list-table::
:header-rows: 1

* - ID
- Type
- Priority
- Summary
* - `#47`_
- enhancement
- high
- Support for RF 7.2

Altogether 1 issue. View on the `issue tracker <https://github.com/robotframework/statuschecker/issues?q=milestone%3Av4.0.0>`__.

.. _#47: https://github.com/robotframework/statuschecker/issues/47

0 comments on commit 18488d4

Please sign in to comment.