Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
Closes:#11 Closes:#13 V.2.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
SkySingh04 committed Mar 6, 2024
1 parent aca2f0c commit 7a0e085
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish Extension

on:
workflow_run:
workflows: ["test"]
workflows: ["Test VsCode Extension"]
types:
- completed

Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [2.0.0] - 2024-03-07

- Added Support for Test command
- Implemented Integration tests In CI pipeline


## [1.2.2] - 2024-03-05

- Added support for installing Keploy
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,19 @@ Try it out: [Vscode Extension](https://marketplace.visualstudio.com/items?itemNa
Keploy-VsCode offers the following features:

- **Keploy Record** : Record Testcases with Keploy
- **Keploy Test** : Replay Recorded Testcases with Keploy
- **Keploy Update** : Update your Keploy to the latest version
- **Keploy Version Display**: Get the latest version of Keploy directly in your Visual Studio Code.



## Release Notes

### 2.1.0
- Wrote Integration tests for the extension
- Implemented Integration tests In CI pipeline


### 2.0.0
- Added support for Keploy Test Command

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "heykeploy",
"displayName": "Keploy VSCode Extension",
"description": "Hello Keploy Community!",
"version": "2.0.2",
"version": "2.1.0",
"publisher": "Akash-Singh04",
"icon": "media/logo.png",
"repository": {
Expand Down

0 comments on commit 7a0e085

Please sign in to comment.