Skip to content

gauge 0.9.6

Compare
Choose a tag to compare
@gaugeci gaugeci released this 18 Dec 05:53
· 896 commits to master since this release

New Features

  • #883, #879 - add support for symbols via LSP
  • #862 - Executing the previous run from command line
  • #870 - Vscode test explorer support

Enhancements

Bug Fixes

  • #899 - Gauge task of running specs in parallel is getting hung
  • #897 - Failure Statistics of specification is wrong when there are parse errors
  • #890 - Renaming a spec file increases the find usages count
  • #888 - Unable to install gauge plugins on CI
  • #886 - LSP - Parameter request not listing the dynamic parameter
  • #875 - External CSV is not working when there is a data table inside a scenario
  • #874 - Validation must honour gauge_exclude_dirs
  • #858 - [Error] The langserver server crashed 5 times in the last 3 minutes.
  • #842 - Cannot find gauge.properties on a fresh install (Linux)

Miscellaneous

  • #895 - using channels to return right response to caller getgauge/gauge-vscode#54
  • #889 - Gauge not working in IDEA CE 2017.3
  • #884 - log all LSP request response to file
  • #877 - Remove use of panic.
  • #872 - Added custom response to get step value at a given location getgauge/…
  • #871 - Only allow substitution of variables set outside of gauge