Skip to content

Commit fc76f89

Browse files
Update README.md
1 parent 5645cc2 commit fc76f89

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Integration Workbench
22

3-
[![Extension preview](https://i.imgur.com/aakdsa1.gif)](https://i.imgur.com/aakdsa1.mp4)
3+
### What is Integration Workbench?
4+
[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.
5+
6+
Available features:
7+
- Group requests in collections or workbenches
8+
- Use custom scripts in headers, parameters, environment variables.
9+
- Use environments with variables from .env files or custom scripts
10+
11+
[![Extension preview](https://i.imgur.com/sfKeBBD.gif)](https://i.imgur.com/sfKeBBD.mp4)
412

513
## Known Issues
614

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "integrationworkbench",
33
"displayName": "Integration Workbench",
4-
"description": "A workbench tool to work with API integrations.",
4+
"description": "A free and open-source API integration testing extension for VS Code.",
55
"version": "0.9.4",
66
"license": "GPL-3.0",
77
"publisher": "norasoderlund",

0 commit comments

Comments
 (0)