Skip to content

Commit

Permalink
feat: Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Oct 25, 2023
1 parent ce99895 commit 20ae178
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- 🚀 Execute HTTP requests directly from `.hurl` files.
- 👁‍🗨 Multiple display modes for API response: popup or split.
- 🌈 Highly customizable through Neovim settings.
- 🧪 Comprehensive test suite for reliability and maintainability.

## Usage

Expand Down Expand Up @@ -61,6 +62,10 @@ Click on the GIF below to view the full demo:

These key mappings are active within the popup windows that `hurl.nvim` displays.

## Tests

`hurl.nvim` includes a comprehensive test suite to ensure its reliability and maintainability. The tests cover the core functionalities of the plugin, including HTTP request execution, response handling, and utility functions. The tests are located in the `test` directory, with `hurl_spec.lua` testing the Hurl wrapper and `plugin_spec.lua` testing the plugin itself.

## Credits

- [Hurl - Run and Test HTTP Requests](https://hurl.dev/)
Expand Down

0 comments on commit 20ae178

Please sign in to comment.