You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-11Lines changed: 9 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,25 +9,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
## [0.3.0] - 2024-03-23
11
11
### Added
12
-
- Include value from Exception.stacktrace if available ([#30](https://github.com/cucumber/cucumber-junit-xml-formatter/pull/30), M.P. Korstanje)
12
+
- Include value from Exception.stacktrace if available ([#30](https://github.com/cucumber/junit-xml-formatter/pull/30), M.P. Korstanje)
13
13
14
14
### Fixed
15
-
- Do not overwrite results of retried tests ([#29](https://github.com/cucumber/cucumber-junit-xml-formatter/pull/29), M.P. Korstanje)
15
+
- Do not overwrite results of retried tests ([#29](https://github.com/cucumber/junit-xml-formatter/pull/29), M.P. Korstanje)
16
16
17
17
## [0.2.1] - 2024-02-15
18
18
### Fixed
19
-
- Missing execution steps statuses if same step is called multiple times in a test ([#24](https://github.com/cucumber/cucumber-junit-xml-formatter/pull/24) F. Ahadi)
19
+
- Missing execution steps statuses if same step is called multiple times in a test ([#24](https://github.com/cucumber/junit-xml-formatter/pull/24) F. Ahadi)
0 commit comments