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 3.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 1.4 and newer are compatible both with Python 2 and Python 3.
13+
14+ StatusChecker project is hosted at GitHub and downloads are at PyPI _
15+ .. _Robot Framework : http://robotframework.org
16+ .. _PyPI : https://github.com/robotframework/statuschecker
17+ .. _issue tracker : https://github.com/robotframework/SeleniumLibrary/issues?q=milestone%3Av3.0.1
18+
19+
20+ .. contents ::
21+ :depth: 2
22+ :local:
23+
24+ Most important enhancements
25+ ===========================
26+
27+ RF 6.1 support (`#44 `_)
28+ -----------------------
29+ When test looks like this:
30+
31+ Test
32+ [Documentation] LOG 1:1 KALA
33+ Log KALA
34+
35+ prior RF 6.1 doc was returned like: LOG 1:1 KALA, with single pace
36+ between 1.1 and KALA. But in RF 6.1 doc is returned as is. This
37+ causes problem in validation message and being backwards compatible.
38+
39+ Full list of fixes and enhancements
40+ ===================================
41+
42+ .. list-table ::
43+ :header-rows: 1
44+
45+ * - ID
46+ - Type
47+ - Priority
48+ - Summary
49+ * - `#44 `_
50+ - bug
51+ - critical
52+ - RF 6.1 support
53+
54+ Altogether 1 issue. View on the `issue tracker <https://github.com/robotframework/statuschecker/issues?q=milestone%3Av3.0.1 >`__.
55+
56+ .. _#44 : https://github.com/robotframework/statuschecker/issues/44
You can’t perform that action at this time.
0 commit comments