-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
52 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |