Skip to content

Releases: melexis/xunit2rst

2.0.0

12 Jan 22:16
f1e0b3f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.6.0...2.0.0

1.6.0

25 May 11:21
126ea11
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.1...1.6.0

Support Robot Framework v5

03 Apr 09:59
2a67799
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.0...1.5.1

Support underscores in test case names in extra content file

29 Mar 08:28
200af17
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.0...1.5.0

Add feature to add reST content to the generated items

17 Mar 11:05
e700196
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...1.4.0

Support exclusion of the RST output based on tags

16 Sep 07:59
b5abfd6
Compare
Choose a tag to compare

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

23 Jun 12:41
e6104a8
Compare
Choose a tag to compare

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

22 Jun 10:43
ce32b93
Compare
Choose a tag to compare
  • Added: Mark skipped tests as Skip instead of Fail [PR #34]

Support metadata in xUnit input

20 Apr 15:56
99a43ab
Compare
Choose a tag to compare

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

03 Feb 12:29
7b7863c
Compare
Choose a tag to compare

Add flag --links to link to the RobotFramework log file for each test case [PR #30]