File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ========================
2+ robotstatuschecker 2.0.1
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 2.0.1 is compatible with Python 3.6+ and RF 3.2.2 and RF 4.0.1. StatusChecker
13+ 2.0.1 fixes regression with Rf 3.2.2 when test has test setup.
14+
15+ StatusChecker project is hosted at GitHub and downloads are at PyPI _
16+ .. _Robot Framework : http://robotframework.org
17+ .. _PyPI : https://github.com/robotframework/statuschecker
18+ .. _issue tracker : https://github.com/robotframework/SeleniumLibrary/issues?q=milestone%3Av2.0.1
19+
20+
21+ .. contents ::
22+ :depth: 2
23+ :local:
24+
25+ Most important enhancements
26+ ===========================
27+
28+ statuschecker works different with different RF versions (`#26 `_)
29+ -----------------------------------------------------------------
30+ Release 2.0.0 added support for SETUP and TEARDOWN markers, but also
31+ introduced regression when test had test setup and log messages
32+ where checked.
33+
34+ Full list of fixes and enhancements
35+ ===================================
36+
37+ .. list-table ::
38+ :header-rows: 1
39+
40+ * - ID
41+ - Type
42+ - Priority
43+ - Summary
44+ * - `#26 `_
45+ - bug
46+ - critical
47+ - statuschecker works different with different RF versions
48+
49+ Altogether 1 issue. View on the `issue tracker <https://github.com/robotframework/statuschecker/issues?q=milestone%3Av2.0.1 >`__.
50+
51+ .. _#26 : https://github.com/robotframework/statuschecker/issues/26
You can’t perform that action at this time.
0 commit comments