| 
http-test VS-Tool is a Visual Studio Code extension that makes it easy to use the @iyulab/http-test library directly within your VS Code environment. Features
Run HTTP tests on .http filesQuick test execution via context menuReal-time test results in VS Code's output panel Screenshot
 RequirementsHow to Use
Open a .http fileRight-click within the file to open the context menuSelect the "Run HTTP Test" optionView the test results in the output panel Keyboard Shortcut
Windows/Linux: Ctrl+Alt+TmacOS: Cmd+Alt+T About @iyulab/http-test LibraryThis extension is built on top of the @iyulab/http-test library. This library is a powerful tool for easily testing HTTP requests. Key features: 
Support for HTTP methods (GET, POST, PUT, DELETE, etc.)Variable supportResponse validationJSON schema validationEnvironment configuration For more details, please refer to the @iyulab/http-test GitHub repository. Installation
Open VS CodeOpen the Extensions marketplace (Ctrl+Shift+X)Search for "http-test VS-Tool"Click the "Install" button |  |