|
| 1 | +======================== |
| 2 | +robotstatuschecker 4.0.0 |
| 3 | +======================== |
| 4 | + |
| 5 | + |
| 6 | +.. default-role:: code |
| 7 | + |
| 8 | + |
| 9 | +StatusChecker is a tool for validating that executed `Robot Framework`_ test cases |
| 10 | +have expected statuses and log messages. It is mainly useful for Robot Framework |
| 11 | +test library developers who want to use Robot Framework to also test their libraries. |
| 12 | +StatusChecker 4.0 is new release with major rewrite and refactoring. It also |
| 13 | +brings support for Robot Framework 7.2 and checking test log messages and control |
| 14 | +strcuktures. StatusChecker 4.0 is compatible with Python 3.8. |
| 15 | + |
| 16 | +StatusChecker project is hosted at GitHub and downloads are at PyPI_ |
| 17 | +.. _Robot Framework: http://robotframework.org |
| 18 | +.. _PyPI: https://github.com/robotframework/statuschecker |
| 19 | +.. _issue tracker: https://github.com/robotframework/SeleniumLibrary/issues?q=milestone%3Av4.0.0 |
| 20 | + |
| 21 | + |
| 22 | +.. contents:: |
| 23 | + :depth: 2 |
| 24 | + :local: |
| 25 | + |
| 26 | +Most important enhancements |
| 27 | +=========================== |
| 28 | + |
| 29 | +Support for RF 7.2 (`#47`_) |
| 30 | +--------------------------- |
| 31 | +This turnert to be rewrite and refactoring of the whole tool. It also |
| 32 | +brings support for Robot Framework 7.2 and checking test log messages and control |
| 33 | +strcuktures. StatusChecker 4.0 is compatible with Python 3.8. |
| 34 | + |
| 35 | +Full list of fixes and enhancements |
| 36 | +=================================== |
| 37 | + |
| 38 | +.. list-table:: |
| 39 | + :header-rows: 1 |
| 40 | + |
| 41 | + * - ID |
| 42 | + - Type |
| 43 | + - Priority |
| 44 | + - Summary |
| 45 | + * - `#47`_ |
| 46 | + - enhancement |
| 47 | + - high |
| 48 | + - Support for RF 7.2 |
| 49 | + |
| 50 | +Altogether 1 issue. View on the `issue tracker <https://github.com/robotframework/statuschecker/issues?q=milestone%3Av4.0.0>`__. |
| 51 | + |
| 52 | +.. _#47: https://github.com/robotframework/statuschecker/issues/47 |
0 commit comments