Skip to content

Releases: getgauge-contrib/json-report

Gauge JSON Report v0.5.2

07 Aug 12:28
77c4d32
Compare
Choose a tag to compare

Gauge JSON Report v0.5.2

  • #44 - Add timestamp in ISO-8601 format to JSON report output
  • #43 - Bump google.golang.org/grpc from 1.73.0 to 1.74.2 in the go group

Gauge JSON Report v0.5.1

19 Jul 00:01
3023d54
Compare
Choose a tag to compare

Gauge JSON Report v0.5.1

  • #42 - Bump the go group with 3 updates
  • #41 - chore(deps): upgrade dependencies
  • #39 - Bump the go group with 3 updates
  • #38 - Bump google.golang.org/grpc from 1.72.0 to 1.72.2 in the go group

Gauge JSON Report v0.5.0

13 May 04:31
5638b7d
Compare
Choose a tag to compare

Gauge JSON Report v0.5.0

  • #37 - Bump github.com/stretchr/testify from 1.8.4 to 1.10.0 in the go group
  • #36 - Update dependencies to modernize plugin

JSON Report v0.4.0

01 Feb 10:04
d73fa05
Compare
Choose a tag to compare
  • #29 - remove gauge_messages submodule and use go pkg
  • #28 - Bump google.golang.org/grpc from 1.25.1 to 1.53.0

JSON Report v0.3.7

26 Oct 08:33
f344d08
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.6...v0.3.7

JSON Report v0.3.6

23 Jun 11:02
Compare
Choose a tag to compare

Enhancements

  • ProtoScenario.preHookMessages not visible in Json-Report (#18 ) - thanks @henriheimann

JSON Report v0.3.5

02 Sep 10:21
Compare
Choose a tag to compare

Features

None

Bug Fixes

  • show failure screenshot file #19

Thanks @dibyaranjan-pg

JSON Report v0.3.3

13 Feb 07:48
Compare
Choose a tag to compare

Enhancements

Bug Fixes

  • #10 - 0.3.1 doesn't ship the right binary for linux

json-report v0.3.2

14 Oct 10:17
Compare
Choose a tag to compare

Bug Fixes

  • fixes spec hook failure conversion

Miscellaneous

  • #7 Execution status should be in the past tense
  • removed vendor
  • updated proto messages

Thanks, @osandadeshan for contributing to this release!

JSON Report v0.3.1

23 Apr 18:20
faeedee
Compare
Choose a tag to compare

Enhancements

Changelog Description

The field executionStatus in various levels of JSON report, like suite, scenario will now have status in past tense. i.e pass -> passed, fail -> failed, skip -> skipped.