Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nora Söderlund committed Dec 3, 2023
1 parent 5645cc2 commit fc76f89
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Integration Workbench

[![Extension preview](https://i.imgur.com/aakdsa1.gif)](https://i.imgur.com/aakdsa1.mp4)
### What is Integration Workbench?
[Integration Workbench](https://integrationbench.com) is a **free** and **open-source** API integration testing extension for VS Code with the ability to group requests, run scripts to prepare a request, use environments, all in a familar VS Code environment.

Available features:
- Group requests in collections or workbenches
- Use custom scripts in headers, parameters, environment variables.
- Use environments with variables from .env files or custom scripts

[![Extension preview](https://i.imgur.com/sfKeBBD.gif)](https://i.imgur.com/sfKeBBD.mp4)

## Known Issues

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "integrationworkbench",
"displayName": "Integration Workbench",
"description": "A workbench tool to work with API integrations.",
"description": "A free and open-source API integration testing extension for VS Code.",
"version": "0.9.4",
"license": "GPL-3.0",
"publisher": "norasoderlund",
Expand Down

0 comments on commit fc76f89

Please sign in to comment.