Releases: zeebe-io/flaky-test-extractor-maven-plugin
Releases · zeebe-io/flaky-test-extractor-maven-plugin
Version 2.1.1
What's Changed
- General improvement & impl. issue #22 by @M1chaCH in #41
- Bump assertj-core from 3.21.0 to 3.22.0 by @dependabot in #34
- Pom improvements by @pihme in #42
New Contributors
Full Changelog: 2.0.6...2.1.1
Flaky Test Extractor Maven Plugin 2.0.3
- Updated dependencies
Flaky Test Extractor Maven Plugin 2.0.2
- Updated dependencies
Flaky Test Extractor Maven Plugin 2.0.1
- Fixes #8
- updates dependencies
Flaky Test Extractor Maven Plugin 2.0.0
No functional changes; just moved to zeebe-io
organization; changes in packages and so on.
v1.0.0
Basic functionality implemented:
- It will scan folder for XML files with Surefire test reüprts
- If it finds flaky tests in them, it will write out another XML file with just the flaky tests in them. The new XML files will contain only the flaky tests. The tests methods will receive the suffix "(Flaky Test)" in these files. The net result is that when a tool scans all test reports, it will pick up the ordinary test results and the results of the flaky tests
- If it finds flaky tests, it will by default fail the build. However, this can be disabled in the plugin's configuration
This is still a rough first version, so you at your own risk.