Skip to content

Releases: getgauge/gauge-vscode

gauge-vscode 0.0.13

17 Apr 05:41
205b899
Compare
Choose a tag to compare

Features

None

Bug Fixes

  • #422 - Remove report issue feature

gauge-vscode 0.0.12

10 Apr 11:56
4bcb05d
Compare
Choose a tag to compare

Features

  • #359 Add support for Gradle projects

Bug Fixes

  • #422 - Remove report issue feature

gauge-vscode 0.0.11

12 Nov 08:14
Compare
Choose a tag to compare

New Features

  • #382 - Added typescript support.

Bug Fixes

  • #397 - Nightly gauge-vscode not working with latest vs-code
  • #394 - Should not show The Gauge server crashed 5 times in the last 3 minutes error.
  • #388 - vs-code does not work with latest nightly gauge
  • #367 - User unable to debug
  • #398 - Whenever I open my tests folder my autosave setting is changed to afterdelay

Miscellaneous

  • #407 - Adding github actions
  • #393 - Fix security vulnerability

gauge-vscode 0.0.10

15 May 05:45
Compare
Choose a tag to compare

Enhancements

  • #252 - Show Last report should indicate if html-report is not added for current project
  • #362 - Show last run report should work when custom report dir is set and when overwrite report is set to false
  • #354 - Default html report for the test execution should be generated when executed tests in VSCode

Bug Fixes

  • #205 - Show Last Run Report should not give an error for a newly created project
  • #376 - Report issue redirects to new github issue with incorrect formatting.
  • #363 - Run and Debug options missing from Spec file
  • #364 - Passing mvn command only if it is present
  • #365 - extension should show notification if gauge is not installed

Miscellaneous

  • #379 - Create CODE_OF_CONDUCT.md

gauge-vscode 0.0.9

29 Mar 06:12
4b9cbd0
Compare
Choose a tag to compare

Enhancements

  • #335 - Prompt user to install runner if not installed

Bug Fixes

  • #355 - VS code support for nested dir is broken

Miscellaneous

  • #358 - Fix issues with Java 12 in VSCode.

gauge-vscode 0.0.8

12 Feb 04:55
Compare
Choose a tag to compare

New Features

  • #83 - Support for Java language
  • #329 - Java debug support
  • #311 - Support for java maven project

Enhancements

  • #290 - Should recognise a gauge installation locally installed using npm
  • #296 - Remove the getting started page

Bug Fixes

  • #318 - Apply and reload in the command palette should apply the recommended settings

gauge-vscode 0.0.7

21 Sep 11:16
Compare
Choose a tag to compare

New Features

  • #288 - Support Debug for C#

Enhancements

  • #186 - Generate stub should work if impl folder directory is not present

Bug Fixes

  • #286 - Allow to take screenshot from VSCode
  • #285 - Clearing the notification should not assume telemetry choice by the user
  • #283 - Display telemetry opt-in/out message
  • #281 - dotnet template not working
  • #278 - [dotnet] Stopping the execution should terminate debugging gracefully
  • #277 - [dotnet] clicking on the continue debug is throwing an exception
  • #276 - Should display the screenshot captured execution
  • #274 - Should be able to create a dotnet new project
  • #272 - The code lenses should be configurable

gauge-vscode 0.0.6

18 Jun 12:56
Compare
Choose a tag to compare

New Features

  • #233 - Find usages should be available for concepts

Enhancements

  • #265 - Use test view container to show spec explorer
  • #222 - IDE features should work when gauge_specs_dir is configured
  • #162 - Start section on Welcome page
  • #153 - Create a snippet for concept

Bug Fixes

  • #270 - Collapsible icon should not appear next to a parameter in reports
  • #172 - Debug after refactor should work as expected
  • #122 - The errors of refactoring should be indicated
  • #81 - Rename or refactor a step in a specification or concept

Miscellaneous

  • #216 - Enable only relevant command palette commands
  • #114 - Recommend Gauge plugin on opening a gauge project

gauge-vscode 0.0.5

15 May 11:59
Compare
Choose a tag to compare

Enhancements

  • #255 - Creating a new project fails when gauge is not installed

Bug Fixes

  • #260 - Should be able to report issue from IDE
  • #251 - With setting value is "versionUpgrade", Welcome Page is shown always
  • #262 - When the initialization fails, the empty folder should not be created
  • #261 - Should give a suitable template message when initialization fails
  • #249 - Welcome should open by default only if Gauge project

Miscellaneous

  • #259 - gauge.welcomePage.enabled should be true by default
  • #257 - examples in Welcome Page should be linked to documentation page

gauge-vscode 0.0.4

08 May 11:38
Compare
Choose a tag to compare

New Features

  • #118 - Show a Welcome page
  • #211 - Create project from templates
  • #192 - Implement concept
  • #119 - Generate implementation stubs in files
  • #183 - Html-report to be shown within vscode
  • #117 - Recommend settings
  • #108 - Add Debugging support with JS runner
  • #147 - Add Debugging support with Python runner
  • #167 - Add Debugging support with Ruby runner

Enhancements

  • #90 - Report results of a test run in the status bar
  • #232 - Gauge associations should be added by default
  • #72 - Peek definition of a step does not highlight the step definition

Bug Fixes

  • #246 - Cannot read property '0' of undefined
  • #212 - Put Stub implementation on existing empty file
  • #224 - The statistics shown in report should be consistent with the status bar
  • #190 - Should be able to generate impl even if there are no other implementation files