Releases: bugcrowd/test-summary-buildkite-plugin
Releases · bugcrowd/test-summary-buildkite-plugin
Release 1.11.0
- Forward
HTTP_PROXY
ENV var to respect proxies #58
Release v1.10.0
- Support TAP version 12 plus skipped and TODO tests #54
Release v1.9.1
- Fix Checkstyle formatter to be more tolerant of optional attributes #52
Release v1.9.0
- Fix bin/run-dev to work with the new array syntax #45 (thanks @philwo)
- Update buildkite css files in test layout #46
- Update
MAX_MARKDOWN_SIZE
to 100kb #47 (thanks @ticky)
- Move docker images to the bugcrowd organisation #48
Release v1.8.0
- Correctly link to jobs post buildkite update #43
- JUnit: Allow disabling the message or details if they aren't relevant #44
Release v1.7.2
- Mount
/tmp
into the container to support agent-socket
experimental feature #40 (thanks @dreyks)
- Update README example to use plugin array syntax #41
Release v1.7.1
- Fix error handling when truncating and an input fails to download #38
Release v1.7.0
- JUnit: Expose classname if file attribute does not exist #33/#35 (thanks @timnew)
- Add support for checkstyle #34/#36 (thanks @timnew)
Release v1.6.0
- Remove undocumented count-only formatter #28
- JUnit: support custom summary formats #29
Release v1.5.0
- JUnit: Don't show an empty message when it's not provided #21
- Remove redcarpet workarounds #22
- Avoid blank lines in html details because CommonMark #25
(thanks for the bug report by @joscha)