Skip to content

Releases: getgauge/xml-report

Gauge XML Report v0.5.1

02 Apr 10:02
99596dc
Compare
Choose a tag to compare

Gauge XML Report v0.5.1

  • #70 - Build with Go 1.22 and latest dependencies
  • #69 - Bump google.golang.org/grpc from 1.60.1 to 1.62.1

v0.5.0: add support for concept start/ending events (#64)

01 Feb 09:59
9184f84
Compare
Choose a tag to compare

XML Report v0.5.0

  • #64 - add support for concept start/ending events
  • #62 - Bump google.golang.org/grpc from 1.60.1 to 1.61.0
  • #60 - Bump google.golang.org/grpc from 1.58.3 to 1.60.1
  • #59 - Bump google.golang.org/protobuf from 1.31.0 to 1.32.0
  • #56 - Bump google.golang.org/grpc from 1.58.0 to 1.58.3
  • #53 - Bump google.golang.org/grpc from 1.57.0 to 1.58.0
  • #52 - Bump google.golang.org/grpc from 1.56.2 to 1.57.0

XML Report v0.4.0

12 Jul 17:49
696ab03
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.1...v0.4.0

HTML Report v0.3.1

10 Feb 04:17
3d48dc8
Compare
Choose a tag to compare
  • #45 - fix arm64 build
  • #44 - update release action
  • #43 - feat: adding ARM64 to existing build-arch
  • #40 - Bump google.golang.org/grpc from 1.33.2 to 1.34.2
  • #38 - Bump github.com/golang/protobuf from 1.4.3 to 1.5.2
  • #37 - Upgrade to GitHub-native Dependabot
  • #35 - Bump google.golang.org/grpc from 1.33.2 to 1.36.0
  • #34 - Bump google.golang.org/grpc from 1.33.2 to 1.35.0
  • #33 - Bump google.golang.org/grpc from 1.33.2 to 1.34.1
  • #31 - Bump google.golang.org/grpc from 1.33.2 to 1.34.0
  • #30 - Bump google.golang.org/grpc from 1.33.1 to 1.33.2
  • #29 - Bump google.golang.org/grpc from 1.32.0 to 1.33.1
  • #28 - Bump github.com/golang/protobuf from 1.4.2 to 1.4.3
  • #27 - Bump github.com/golang/protobuf from 1.3.2 to 1.4.2
  • #26 - Bump google.golang.org/grpc from 1.24.0 to 1.32.0
  • #25 - change license to Apache 2.0
  • #23 - Automate github release

XML Report v0.2.3

13 Feb 07:07
Compare
Choose a tag to compare

Enhancements

xml-report v0.2.2

14 Oct 11:35
Compare
Choose a tag to compare

Enhancements

  • #18 - Added logger for structured logging.

Bug Fixes

  • #16 - Failure message not included in XML report.

Miscellaneous

  • Create CODE_OF_CONDUCT.md

xml-report 0.2.1

05 Dec 06:18
e317fc7
Compare
Choose a tag to compare

Bug Fixes

  • #14 - Skipped attribute when there are skipped scenarios. Also missing system-err value

Enhancements

  • Updated the CLA links
  • Updating readme

xml-report 0.2.0

15 Feb 12:06
Compare
Choose a tag to compare

Enhancements

xml-report 0.1.3

25 Jul 06:47
Compare
Choose a tag to compare

New Features

  • #10 - Add support for continue on failure

Enhancements

  • #7 - Show step's actualText as part of failure message

xml-report 0.1.2

13 Jan 08:28
Compare
Choose a tag to compare

Bug Fixes:

  • Timestamp format are made windows friendly #2
  • Closing plugin connection after getting kill request from Gauge core