gauge 0.8.5
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