Releases: melexis/xunit2rst
Releases · melexis/xunit2rst
2.0.0
What's Changed
- Move modules from namespace 'mlx' to 'mlx/xunit2rst' by @JokeWaumans in #48
- Support nested testsuite XML elements by @JasperCraeghs in #44
- Color the results of a testcase by @JokeWaumans in #45
- Document feature: Color the results of a testcase by @JokeWaumans in #46
New Contributors
- @JokeWaumans made their first contribution in #45
Full Changelog: 1.6.0...2.0.0
1.6.0
What's Changed
- Support special characters in test case names by @JasperCraeghs in #43
Full Changelog: 1.5.1...1.6.0
Support Robot Framework v5
What's Changed
- Correct title by @JasperCraeghs in #41
- Support Robot Framework v5 by @JasperCraeghs in #42
Full Changelog: 1.5.0...1.5.1
Support underscores in test case names in extra content file
What's Changed
- Support underscores in test case names by @JasperCraeghs in #40
Full Changelog: 1.4.0...1.5.0
Add feature to add reST content to the generated items
What's Changed
- Drop support for Python 3.6 and test 3.10 and 3.11 by @JasperCraeghs in #38
- Support adding reST content to the body of the generated items by @JasperCraeghs in #39
Full Changelog: 1.3.0...1.4.0
Support exclusion of the RST output based on tags
Added a new optional input argument --only EXPRESSION
to conditionally exclude the entire content of the RST file from the documentation [PR #37]
Mako template from 1.2.0 fix
Mako template had too few relationships generated (forgot the new skipped), so this is a bugfix for that issue.
Mark skipped tests as Skip instead of Fail
- Added: Mark skipped tests as Skip instead of Fail [PR #34]
Support metadata in xUnit input
Filter out metadata in XML input added by RobotFramework==5.0.0 [PR #33]
Add flag to link to individual test cases in RobotFramework log file
Add flag --links
to link to the RobotFramework log file for each test case [PR #30]