Skip to content

Releases: getgauge/gauge-vscode

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

gauge-vscode 0.0.3

20 Dec 06:16
62b7fe0
Compare
Choose a tag to compare

New Features

  • #63 - Add support for Find Symbol
  • #69 - stop execution
  • #66 - adds support for spec explorer
  • #48 - Added command to show reference for step at cursor position

Enhancements

  • #60 - introduce gauge as a language for .cpt and .spec files

Bug Fixes

  • #80 - The error path in the stack trace is incomplete
  • #79 - The error path is getting concatenated with relative path twice
  • #78 - Current project path is getting appended to external library
  • #71 - Repeat last run from IDE gives Scenario still running
  • #70 - Should be able to run specs in parallel
  • #68 - DebugLogs configuration must be honoured
  • #57 - Handle/remove panic runtime errors
  • #55 - Should show stacktrace when exception is thrown
  • #54 - Getting Invalid response and Request timeouts
  • #52 - Duplicate scenario definition should have details about the other step
  • #51 - For a new project diagnostics and goto definition does not work
  • #50 - Should handle a project with space in path
  • #47 - Getting a null pointer exception while executing tests

Miscellaneous

  • #76 - All steps show problems in VSCode editor
  • #74 - Add check for minimum supported gauge version
  • #72 - Peek definition of a step does not highlight the step definition
  • #65 - Cancelling run scenarios gives error
  • #64 - Dont show added to update notification bar #30
  • #62 - A javascript file parse results is all steps reported as unimplemented
  • #59 - Feature: Link to release notes whenever gauge plugin updates #30
  • #49 - Run Scenario in command palette shows unwanted description

gauge-vscode 0.0.2

25 Oct 06:08
Compare
Choose a tag to compare

New Features

  • #10 - basic spec and scenario execution option through codeLens
  • #18 - Global command to rerun scenarios

gauge-vscode 0.0.1

25 Sep 10:45
Compare
Choose a tag to compare

New Features

  • #6 - Snippets for gauge
  • #5 - Gauge initialization for .spec and .cpt files