File tree Expand file tree Collapse file tree 1 file changed +50
-0
lines changed
Expand file tree Collapse file tree 1 file changed +50
-0
lines changed Original file line number Diff line number Diff line change 1+ ========================
2+ robotstatuschecker 2.0.3
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.2 fixes regression with 2.0.2 release
14+
15+ StatusChecker project is hosted at GitHub and downloads are at PyPI _
16+
17+ .. _Robot Framework : http://robotframework.org
18+ .. _PyPI : https://github.com/robotframework/statuschecker
19+ .. _issue tracker : https://github.com/robotframework/SeleniumLibrary/issues?q=milestone%3Av2.0.3
20+
21+
22+ .. contents ::
23+ :depth: 2
24+ :local:
25+
26+ Most important enhancements
27+ ===========================
28+
29+ **EXPLAIN ** or remove these.
30+
31+ - Revert changes in release 2.0.2, it causes too much other failures (`#29 `_)
32+
33+ Full list of fixes and enhancements
34+ ===================================
35+
36+ .. list-table ::
37+ :header-rows: 1
38+
39+ * - ID
40+ - Type
41+ - Priority
42+ - Summary
43+ * - `#29 `_
44+ - bug
45+ - critical
46+ - Revert changes in release 2.0.2, it causes too much other failures
47+
48+ Altogether 1 issue. View on the `issue tracker <https://github.com/robotframework/statuschecker/issues?q=milestone%3Av2.0.3 >`__.
49+
50+ .. _#29 : https://github.com/robotframework/statuschecker/issues/29
You can’t perform that action at this time.
0 commit comments