Releases: cucumber/junit-xml-formatter
Releases · cucumber/junit-xml-formatter
v0.6.0
Added
- JavaScript implementation (#42)
- Update dependency io.cucumber:messages up to v26 (#38)
Fixed
- Attempts that have been superseded by retries are now omitted from the report (#42)
v0.5.0
Added
- Include pickle name if parameterized #34
- Support configurable
NamingStrategy.ExampleName
(#32, M.P. Korstanje)
v0.3.0
Added
- Include value from Exception.stacktrace if available (#30, M.P. Korstanje)
Fixed
- Do not overwrite results of retried tests (#29, M.P. Korstanje)
v0.2.1
Fixed
- Missing execution steps statuses if same step is called multiple times in a test (#24 F. Ahadi)
v0.2.0
Created-by: polyglot-release v1.3.2
v0.1.0
Added
- Java implementation (#3 M.P. Korstanje)