Skip to content

gauge 0.8.5

Compare
Choose a tag to compare
@gaugeci gaugeci released this 19 Jun 11:04
· 1187 commits to master since this release

Notes

The feature to capture analytics is turned off in this release.

It will be turned on by default next release.
If you do not want gauge to send anonymous statistics please set the property gauge_analytics_enabled = false in gauge.properties file.
gauge.properties is file present in ~/.gauge/config in Mac/Linux and in %APPDATA%\Gauge\config in windows (or GAUGE_ROOT) repository.

New Features

  • #658 - Introduce install ID, capture anonymous usage stats.

Enhancements

  • #651 - Include additional test result information in ExecutionContext
  • #668 - Adding .gitignore file while initializing gauge
  • #641 - Removed --order flag, using --sort instead

Bug Fixes

  • #656 - Table driven execution resets Spec Datastore
  • #667 - Fix tag parsing to avoid override of match flags
  • #648 - Concept and spec caching for gauge daemon