Skip to content

Releases: getgauge/gauge-ruby

gauge-ruby 0.5.2

30 Jan 09:11
Compare
Choose a tag to compare

Bug Fixes

  • #91 - The usage statistics should not repeat after changing the implementation file content
  • #88 - use of closed network connection while running specs
  • #80 - Gem does not work with ruby < 2.3 because of Safe Navigation Operator (&.) usage
  • #89 - Wrong Duplicate step implementation diagnostics is displayed
  • #94 - Add support to capture screenshot in step
  • #99 - Adding nil to Gauge.write_message crashes the runner
  • #101 - fixes step implementation not found error on implementing a step

Miscellaneous

  • #95 - added support for capturing screenshot in Step, getgauge/gauge#632
  • #97 - Collected step execution screenshots with result of step execution

Note: Support for ruby versions < 2.2 will soon be deprecated

gauge-ruby 0.5.1

18 Jun 11:18
Compare
Choose a tag to compare

Enhancements

Bug Fixes

  • #71 - Gauge messages in hooks are not displayed
  • #83 - Custom screen grabber does not work if screenshot plugin not installed.

Miscellaneous

  • #82 - Performance optimization

gauge-ruby 0.5.0

03 May 05:49
Compare
Choose a tag to compare

Enhancements

  • #61 - Runner should log to log files when started gauge is started as daemon
  • Uses gRPC protocol to serve requests when Gauge is started in LSP mode.

gauge-ruby 0.4.3

19 Mar 09:03
Compare
Choose a tag to compare

New Features

  • #49 - Gauge LSP support
  • #60 - Added debugging support through vscode.

Enhancements

  • #45 - Reducing stack trace
  • #44 - On test failure print step implementation snippet

Bug Fixes

  • #51 - Missing gauge ruby X86 library for gauge 0.4.2

gauge-ruby 0.4.2

07 Sep 08:29
Compare
Choose a tag to compare

Minor changes in gitignore files.

gauge-ruby 0.4.1

19 Jun 10:57
Compare
Choose a tag to compare

Bug Fixes

  • #41 - Adding .gitignore file while initializing gauge. gauge init process does not fail even if bundle install fails.

gauge-ruby 0.4.0

15 Feb 10:55
Compare
Choose a tag to compare

Enhancements

Bug Fixes

  • #35 - Screenshot is being taken even when screenshot_on_failure = false
  • #32 - Generate nightly and install locally

gauge-ruby 0.3.1

16 Aug 06:56
Compare
Choose a tag to compare

Enhancements

  • Add to_s for Gauge::Table, prints the markdown equivalent of the table

gauge-ruby 0.3.0

25 Jul 10:46
Compare
Choose a tag to compare

New features

  • #31 - Add support to continue on failure
  • #25 - Duplicate step implementation validation
  • #13 - Add custom screenshot support

Bug Fixes

  • #30 - Unable to access column values by column name using table.rows
  • #28 - After refactor statistics are wrong
  • #26 - Closes a network connection when there is a syntax error in ruby file
  • #24, #27 - Unexpected failure message in otherwise successful execution

gauge-ruby 0.2.1

15 Jun 10:49
Compare
Choose a tag to compare

Bug Fixes

  • #21 - Gauge-ruby v0.1.1 executable has no execute permissions after install