Skip to content

Commit

Permalink
Release notes for 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aaltat committed Mar 29, 2021
1 parent 0552d10 commit a3bccf7
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions docs/releasenotes/robotstatuschecker-1.5.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
========================
robotstatuschecker 1.5.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 1.4 and newer are compatible both with Python 2 and Python 3.

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%3Av1.5.0


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

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

Broken with RF4 (`#11`_)
------------------------
Fixes deprecation warning with RF 4.0

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

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

* - ID
- Type
- Priority
- Summary
* - `#11`_
- bug
- critical
- Broken with RF4

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

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

0 comments on commit a3bccf7

Please sign in to comment.